summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-07-14Fix broken link-command-line ordering for libpgfeutils.Tom Lane
2017-07-14Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas
2017-07-13Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane
2017-07-13Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas
2017-07-12Fix ruleutils.c for domain-over-array cases, too.Tom Lane
2017-07-12Reduce memory usage of tsvector type analyze function.Heikki Linnakangas
2017-07-12commit_ts test: Set node name in testAlvaro Herrera
2017-07-12Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane
2017-07-12Fix variable and type name in comment.Heikki Linnakangas
2017-07-12Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas
2017-07-12Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas
2017-07-11Fix multiple assignments to a column of a domain type.Tom Lane
2017-07-10Stamp 10beta2.REL_10_BETA2Tom Lane
2017-07-10Translation updatesAlvaro Herrera
2017-07-10On Windows, retry process creation if we fail to reserve shared memory.Tom Lane
2017-07-10Fix check for empty hostname.Heikki Linnakangas
2017-07-10Fix COPY's handling of transition tables with indexes.Andrew Gierth
2017-07-10Allow multiple hostaddrs to go with multiple hostnames.Heikki Linnakangas
2017-07-09MSVC: Repair libpq.rc generator.Noah Misch
2017-07-08Avoid unreferenced-function warning on low-functionality platforms.Tom Lane
2017-07-07Fix typoAlvaro Herrera
2017-07-07Fix out of date commentMagnus Hagander
2017-07-06Fix potential data corruption during freezeTeodor Sigaev
2017-07-06Clarify the contract of partition_rbound_cmp().Dean Rasheed
2017-07-06Simplify the logic checking new range partition bounds.Dean Rasheed
2017-07-06Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.Tom Lane
2017-07-05Restore linking libpq into pg_ctl on Mingw builds.Tom Lane
2017-07-05Remove unnecessary pg_is_in_recovery calls in testsPeter Eisentraut
2017-07-05pg_ctl: Make failure to complete operation a nonzero exitPeter Eisentraut
2017-07-05Fix output of char node fieldsPeter Eisentraut
2017-07-05psql documentation fixesPeter Eisentraut
2017-07-04Improve subscription lockingPeter Eisentraut
2017-07-03Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas
2017-07-03Fix race condition in recovery/t/009_twophase.pl test.Tom Lane
2017-07-02Fix bug in PostgresNode::query_hash's split() call.Tom Lane
2017-07-02Try to improve readability of recovery/t/009_twophase.pl test.Tom Lane
2017-07-02Improve TAP test function PostgresNode::poll_query_until().Tom Lane
2017-07-02Refine memory allocation in ICU conversionsPeter Eisentraut
2017-07-01Clean up misuse and nonuse of poll_query_until().Tom Lane
2017-07-01Reduce delay for last logicalrep feedback message when master goes idle.Tom Lane
2017-07-01Shorten timeouts while waiting for logicalrep worker slot attach/detach.Tom Lane
2017-07-01Fix UPDATE of GENERATED ALWAYS identity columnsPeter Eisentraut
2017-06-30Fix locking in WAL receiver/sender shmem state structsAlvaro Herrera
2017-06-30PL/Python: Fix hint about returning composite type from PythonPeter Eisentraut
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-30Fix race conditions and missed wakeups in syncrep worker signaling.Tom Lane
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-30Remove outdated commentPeter Eisentraut
2017-06-30Update code comments for pg_xlog -> pg_walPeter Eisentraut