aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTEMichael Paquier2019-02-15
* Fix race in dsm_attach() when handles are reused.Thomas Munro2019-02-15
* Relax overly strict assertionAlvaro Herrera2019-02-12
* Fix erroneous error reports in snapbuild.c.Tom Lane2019-02-12
* Stamp 9.5.16.REL9_5_16Tom Lane2019-02-11
* Translation updatesPeter Eisentraut2019-02-11
* Release notes for 11.2, 10.7, 9.6.12, 9.5.16, 9.4.21.Tom Lane2019-02-10
* Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane2019-02-09
* Repair unsafe/unportable snprintf usage in pg_restore.Tom Lane2019-02-09
* Defend against null error message reported by libxml2.Tom Lane2019-02-08
* Doc: fix thinko in description of how to escape a backslash in bytea.Tom Lane2019-02-08
* Ensure that foreign scans with lateral refs are planned correctly.Tom Lane2019-02-07
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-07
* Propagate lateral-reference information to indirect descendant relations.Tom Lane2019-02-06
* Unify searchpath and do file logic in MSVC build scripts.Andrew Dunstan2019-02-06
* Fix included file path for modern perlAndrew Dunstan2019-02-05
* More fixed for modern perl on back branchesAndrew Dunstan2019-02-05
* Keep perl style checker happyAndrew Dunstan2019-02-05
* Update time zone data files to tzdata release 2018i.Tom Lane2019-02-05
* Fix searchpath for modern Perl for genbki.plAndrew Dunstan2019-02-05
* Doc: in each release branch, keep only that branch's own release notes.Tom Lane2019-02-04
* Fix dumping of matviews with indirect dependencies on primary keys.Tom Lane2019-02-04
* Move port-specific parts of with_temp_install to port makefile.Andrew Gierth2019-02-04
* Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXSMichael Paquier2019-02-03
* Avoid possible deadlock while locking multiple heap pages.Amit Kapila2019-02-02
* Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier2019-02-01
* Fix a crash in logical replicationPeter Eisentraut2019-01-30
* Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane2019-01-26
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-25
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-24
* Blind attempt to fix _configthreadlocale() failures on MinGW.Tom Lane2019-01-23
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-21
* Revert "Add valgrind suppressions for wcsrtombs optimizations"Tomas Vondra2019-01-19
* Use our own getopt() on OpenBSD.Tom Lane2019-01-18
* Replace references to mailinglists with @lists.postgresql.orgMagnus Hagander2019-01-17
* Remove references to MajordomoMagnus Hagander2019-01-17
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-17
* fix typoAndrew Dunstan2019-01-13
* Make DLSUFFIX easily discoverable by build scriptsAndrew Dunstan2019-01-13
* Doc: update our docs about kernel IPC parameters on *BSD.Tom Lane2019-01-08
* doc: document that INFO messages always go to client.Andrew Gierth2019-01-07
* doc: Update RFC URLsMichael Paquier2019-01-05
* Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane2019-01-03
* Update ssl test certificates and keysPeter Eisentraut2019-01-03
* Don't believe MinMaxExpr is leakproof without checking.Tom Lane2019-01-02
* Update copyright for 2019Bruce Momjian2019-01-02
* pg_regress: Promptly detect failed postmaster startup.Noah Misch2018-12-31
* Have DISCARD ALL/TEMP remove leftover temp tablesAlvaro Herrera2018-12-27
* Make autovacuum more selective about temp tables to keepAlvaro Herrera2018-12-27