aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix use-after-release mistake in currtid() and currtid2() for viewsMichael Paquier2020-06-01
* Make install-tests target work with vpath buildsAndrew Dunstan2020-05-31
* Initialize dblink remoteConn struct in all casesJoe Conway2020-05-28
* Add CHECK_FOR_INTERRUPTS() to the repeat() functionJoe Conway2020-05-28
* Add a temp-install prerequisite to top-level "check-tests".Noah Misch2020-05-25
* doc: suggest 1.1 as a random_page_cost value for SSDsBruce Momjian2020-05-21
* doc: Simplify mention of unique indexes for NULL controlBruce Momjian2020-05-21
* Fix MSVC installations with multiple "configure" files detectedMichael Paquier2020-05-21
* Doc: Fix description of pg_class.relreplidentMichael Paquier2020-05-20
* Fix comment in slot.c.Amit Kapila2020-05-18
* Fix bogus initialization of replication origin shared memory state.Tom Lane2020-05-15
* Avoid killing btree items that are already deadAlvaro Herrera2020-05-15
* docs: add xreflabel entries for autovacuum, SP-GiST, and TOASTBruce Momjian2020-05-15
* doc: add missing xreflabels to the main docs (not refs)Bruce Momjian2020-05-15
* doc: remove extra blank line at the top of SGML filesBruce Momjian2020-05-15
* doc: make ref/*.sgml file header comment layout consistentBruce Momjian2020-05-15
* Fix the MSVC build for versions 2015 and later.Amit Kapila2020-05-14
* Fix pg_recvlogical avoidance of superfluous Standby Status Update.Noah Misch2020-05-13
* Stamp 9.5.22.REL9_5_22Tom Lane2020-05-11
* Translation updatesPeter Eisentraut2020-05-11
* Release notes for 12.3, 11.8, 10.13, 9.6.18, 9.5.22.Tom Lane2020-05-10
* Prevent archive recovery from scanning non-existent WAL files.Fujii Masao2020-05-09
* pg_restore: Provide file name with one failure messageAlvaro Herrera2020-05-08
* Heed lock protocol in DROP OWNED BYAlvaro Herrera2020-05-06
* Handle spaces for Python install location in MSVC scriptsMichael Paquier2020-05-06
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Fix error case for CREATE ROLE ... IN ROLE.Andrew Gierth2020-04-25
* Update Windows timezone name list to include currently-known zones.Tom Lane2020-04-24
* Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane2020-04-24
* Update time zone data files to tzdata release 2020a.Tom Lane2020-04-24
* Remove some unstable parts from new TAP test for archive status checkMichael Paquier2020-04-24
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* docs: land height is "elevation", not "altitude"Bruce Momjian2020-04-22
* Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier2020-04-22
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21
* doc: change SGML markup "figure" to "example"Bruce Momjian2020-04-20
* Use a slightly more liberal regex to detect Visual Studio versionAndrew Dunstan2020-04-17
* Fix cache reference leak in contrib/sepgsql.Tom Lane2020-04-16
* Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane2020-04-11
* Doc: clarify locking requirements for ALTER TABLE ADD FOREIGN KEY.Tom Lane2020-04-10
* Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE.Tom Lane2020-04-10
* Fix pg_dump/pg_restore to restore event trigger comments later.Tom Lane2020-04-08
* Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane2020-04-07
* Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.Tom Lane2020-04-07
* Stabilize new GIN test case in 9.5 branch.Tom Lane2020-04-06
* Preserve clustered index after rewrites with ALTER TABLEMichael Paquier2020-04-06
* Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund2020-04-05
* Save errno across LWLockRelease() callsPeter Eisentraut2020-04-05
* Fix bugs in gin_fuzzy_search_limit processing.Tom Lane2020-04-03
* Fix bogus CALLED_AS_TRIGGER() defenses.Tom Lane2020-04-03