summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-26Fix check for whether postmaster is running as a Windows service.HEADmasterHeikki Linnakangas
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-09-23Install TAP test infrastructure so it's available for extension testing.Tom Lane
2016-09-23Fix incorrect logic for excluding range constructor functions in pg_dump.Tom Lane
2016-09-23Remove useless code.Tom Lane
2016-09-23Don't trust CreateFileMapping() to clear the error code on success.Tom Lane
2016-09-23Avoid using PostmasterRandom() for DSM control segment ID.Tom Lane
2016-09-23pg_ctl: Add promote wait option to help outputPeter Eisentraut
2016-09-23Improve error message on MSVC if perl*.lib is not found.Heikki Linnakangas
2016-09-23Fix typo in comment.Heikki Linnakangas
2016-09-22C comment: fix function header commentBruce Momjian
2016-09-22Remove nearly-unused SizeOfIptrData macro.Tom Lane
2016-09-22Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane
2016-09-22Add tests for various connection string issuesPeter Eisentraut
2016-09-21pg_ctl: Add wait option to promote actionPeter Eisentraut
2016-09-21Delay updating control file to "in production"Peter Eisentraut
2016-09-21pg_ctl: Detect current standby state from pg_controlPeter Eisentraut
2016-09-21pg_ctl: Add tests for promote actionPeter Eisentraut
2016-09-21Make command_like output more compactPeter Eisentraut
2016-09-21Fix typoPeter Eisentraut
2016-09-21Print test parameters like "foo: 123", and results like "foo = 123".Heikki Linnakangas
2016-09-21Fix pgbench's calculation of average latency, when -T is not used.Heikki Linnakangas
2016-09-20pg_restore: Add -N option to exclude schemasPeter Eisentraut
2016-09-20Re-add translation markers that were lostPeter Eisentraut
2016-09-20Use PostmasterRandom(), not random(), for DSM control segment ID.Robert Haas
2016-09-20Retry DSM control segment creation if Windows indicates access denied.Robert Haas
2016-09-20Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas
2016-09-19Fix latency calculation when there are \sleep commands in the script.Heikki Linnakangas
2016-09-19MSVC: Include pg_recvlogical in client-only install.Robert Haas
2016-09-18Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas
2016-09-16Add debugging aid "bmsToString(Bitmapset *bms)".Tom Lane
2016-09-15Clarify policy on marking inherited constraints as valid.Robert Haas
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Fix typo in comment.Robert Haas
2016-09-15Make min_parallel_relation_size's default value platform-independent.Tom Lane
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-09-15Fix and clarify comments on replacement selection.Heikki Linnakangas
2016-09-14Add overflow checks to money type input functionPeter Eisentraut
2016-09-14Tweak targetlist-SRF tests some more.Tom Lane
2016-09-14Improve code comment for GatherPath's single_copy flag.Robert Haas
2016-09-14Tweak targetlist-SRF tests.Tom Lane
2016-09-13Be pickier about converting between Name and Datum.Tom Lane
2016-09-13Fix executor/README to reflect disallowing SRFs in UPDATE.Tom Lane
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-09-13Have heapam.h include lockdefs.h rather than lock.h.Robert Haas
2016-09-13Remove user_relns() SRF from regression tests.Andres Freund
2016-09-13Address portability issues in bfe16d1a5 test output.Andres Freund
2016-09-13Add more tests for targetlist SRFs.Andres Freund
2016-09-12pg_basebackup: Clean created directories on failurePeter Eisentraut
2016-09-12Fix recent commit for tab-completion of database template.Kevin Grittner