summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re-establish postgres_fdw connections after server or user mapping changes.Tom Lane2017-07-213-18/+170
* Doc: clarify description of degenerate NATURAL joins.Tom Lane2017-07-202-4/+7
* Fix dumping of outer joins with empty qual lists.Tom Lane2017-07-203-0/+44
* Doc: add missing note about permissions needed to change log_lock_waits.Tom Lane2017-07-191-0/+1
* Doc: explain dollar quoting in the intro part of the pl/pgsql chapter.Tom Lane2017-07-171-1/+19
* Merge large_object.sql test into largeobject.source.Tom Lane2017-07-177-36/+34
* fix typoAndrew Dunstan2017-07-161-1/+1
* Fix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731fAndrew Dunstan2017-07-161-1/+10
* Fix pg_basebackup output to stdout on Windows.Heikki Linnakangas2017-07-142-2/+6
* Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane2017-07-133-2/+96
* Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas2017-07-131-8/+8
* Fix ruleutils.c for domain-over-array cases, too.Tom Lane2017-07-123-9/+68
* Reduce memory usage of tsvector type analyze function.Heikki Linnakangas2017-07-121-4/+17
* Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane2017-07-121-2/+7
* Fix variable and type name in comment.Heikki Linnakangas2017-07-121-2/+2
* Remove unnecessary braces, to match the surrounding style.Heikki Linnakangas2017-07-121-2/+0
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-113-4/+185
* On Windows, retry process creation if we fail to reserve shared memory.Tom Lane2017-07-101-7/+15
* Doc: clarify wording about tool requirements in sourcerepo.sgml.Tom Lane2017-07-101-3/+3
* Fix potential data corruption during freezeTeodor Sigaev2017-07-061-1/+1
* Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas2017-07-031-3/+11
* Fix walsender to exit promptly if client requests shutdown.Tom Lane2017-06-301-17/+31
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-284-107/+89
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-272-15/+48
* Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane2017-06-271-1/+1
* Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane2017-06-261-7/+32
* Ignore old stats file timestamps when starting the stats collector.Tom Lane2017-06-261-0/+21
* Fix typo in commentAlvaro Herrera2017-06-221-1/+1
* Fix possibility of creating a "phantom" segment after promotion.Andres Freund2017-06-211-1/+1
* pg_upgrade: start/stop new server after pg_resetwalBruce Momjian2017-06-203-10/+13
* Fix materialized-view documentation oversights.Tom Lane2017-06-192-6/+8
* On Windows, make pg_dump use binary mode for compressed plain text output.Tom Lane2017-06-191-4/+4
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-182-3/+13
* Fix dependency, when changing a function's argument/return type.Heikki Linnakangas2017-06-163-0/+80
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-152-66/+102
* doc: remove mention of Windows junction points by pg_upgradeBruce Momjian2017-06-151-1/+1
* Fix document bug regarding read only transactions.Tatsuo Ishii2017-06-151-1/+1
* Take PROVE_FLAGS from the command line but not the environmentAndrew Dunstan2017-06-102-4/+10
* postgres_fdw: Allow cancellation of transaction control commands.Robert Haas2017-06-071-53/+300
* Fix docs to not claim ECPG's SET CONNECTION is not thread-aware.Michael Meskes2017-06-071-3/+2
* Clear auth context correctly when re-connecting after failed auth attempt.Heikki Linnakangas2017-06-072-36/+47
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-054-38/+27
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-056-28/+184
* Have walsenders participate in procsignal infrastructure.Andres Freund2017-06-051-13/+1
* Fix thinko in previous openssl changeAndrew Dunstan2017-06-051-1/+1
* Find openssl lib files in right directory for MSVCAndrew Dunstan2017-06-051-4/+14
* Always use -fPIC, not -fpic, when building shared libraries with gcc.Tom Lane2017-06-014-26/+15
* Try to ensure that stats collector's receive buffer size is at least 100KB.Tom Lane2017-05-291-0/+32
* Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.Tom Lane2017-05-292-1/+74
* Allow NumericOnly to be "+ FCONST".Tom Lane2017-05-291-0/+1