aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Bump catversion.Peter Geoghegan2019-08-01
* Add sort support routine for the inet data type.Peter Geoghegan2019-08-01
* Add an isolation test to exercise parallel-worker deadlock resolution.Tom Lane2019-08-01
* Mark advisory-lock functions as parallel restricted, not parallel unsafe.Tom Lane2019-08-01
* Add error codes to some corruption log messagesPeter Eisentraut2019-08-01
* Fix handling of previous password hooks in passwordcheckMichael Paquier2019-08-01
* Fix pg_dump's handling of dependencies for custom opclasses.Tom Lane2019-07-31
* Run UTF8-requiring collation tests by defaultPeter Eisentraut2019-07-31
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Remove superfluous semicolon.Andres Freund2019-07-30
* Remove orphaned structure member in pgcryptoMichael Paquier2019-07-31
* Allow table AM's to use rd_amcache, too.Heikki Linnakangas2019-07-30
* Print WAL position correctly in pg_rewind error message.Heikki Linnakangas2019-07-30
* Don't build extended statistics on inheritance treesTomas Vondra2019-07-30
* Fix memory leak coming from simple lists built in reindexdbMichael Paquier2019-07-30
* Fix busted logic for parallel lock grouping in TopoSort().Tom Lane2019-07-29
* Handle fsync failures in pg_receivewal and pg_recvlogicalPeter Eisentraut2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix handling of expressions and predicates in REINDEX CONCURRENTLYMichael Paquier2019-07-29
* Avoid macro clash with LLVM 9.Thomas Munro2019-07-29
* Improve test coverage for LISTEN/NOTIFY.Tom Lane2019-07-28
* Doc: Fix event trigger firing tableMichael Paquier2019-07-28
* Fix typo in fd.cMichael Paquier2019-07-28
* Fix isolationtester race condition for notices sent before blocking.Tom Lane2019-07-27
* Don't drop NOTICE messages in isolation tests.Tom Lane2019-07-27
* Add support for --jobs in reindexdbMichael Paquier2019-07-27
* pg_upgrade: Update obsolescent documentation notePeter Eisentraut2019-07-27
* pg_upgrade: Default new bindir to pg_upgrade locationPeter Eisentraut2019-07-27
* pg_upgrade: Check all used executablesPeter Eisentraut2019-07-27
* Fix typo in pg_upgrade file headerPeter Eisentraut2019-07-27
* Don't uselessly escape a string that doesn't need escapingAlvaro Herrera2019-07-26
* Tweak our special-case logic for the IANA "Factory" timezone.Tom Lane2019-07-26
* Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.Tom Lane2019-07-26
* Fix loss of fractional digits for large values in cash_numeric().Tom Lane2019-07-26
* doc: Make libpq documentation navigable between functionsPeter Eisentraut2019-07-26
* doc: Fix some markup whitespace issuesPeter Eisentraut2019-07-26
* doc: Add support for xref to command and function elementsPeter Eisentraut2019-07-26
* doc: Change libpq function ids to mixed casePeter Eisentraut2019-07-26
* Fix LDAP test instability.Thomas Munro2019-07-26
* Add missing (COSTS OFF) to EXPLAIN added in previous commit.Andres Freund2019-07-25
* Fix slot type handling for Agg nodes performing internal sorts.Andres Freund2019-07-25
* Fix syntax error in commit 20e99cddd.Tom Lane2019-07-25
* Fix failures to ignore \r when reading Windows-style newlines.Tom Lane2019-07-25
* Honor MSVC WindowsSDKVersion if setAndrew Dunstan2019-07-25
* Fix contrib/sepgsql test policy to work with latest SELinux releases.Tom Lane2019-07-25
* doc: Fix typoPeter Eisentraut2019-07-25
* Fix system column accesses in ON CONFLICT ... RETURNING.Andres Freund2019-07-24
* Fix failure with pgperlcritic from the TAP test of synchronous replicationMichael Paquier2019-07-25
* Fix infelicities in describeOneTableDetails' partitioned-table handling.Tom Lane2019-07-24
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24