summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.6.12.REL9_6_12Tom Lane2019-02-116-21/+21
* Translation updatesPeter Eisentraut2019-02-1125-6578/+6654
* Release notes for 11.2, 10.7, 9.6.12, 9.5.16, 9.4.21.Tom Lane2019-02-101-0/+954
* Solve cross-version-upgrade testing problem induced by 1fb57af92.Tom Lane2019-02-095-8/+16
* Repair unsafe/unportable snprintf usage in pg_restore.Tom Lane2019-02-091-2/+5
* Call set_rel_pathlist_hook before generate_gather_paths, not after.Tom Lane2019-02-092-13/+19
* Defend against null error message reported by libxml2.Tom Lane2019-02-081-1/+4
* Doc: fix thinko in description of how to escape a backslash in bytea.Tom Lane2019-02-081-32/+26
* Ensure that foreign scans with lateral refs are planned correctly.Tom Lane2019-02-076-4/+132
* Fix searchpath and module location for pg_rewind and ssl TAP testsAndrew Dunstan2019-02-078-2/+21
* Propagate lateral-reference information to indirect descendant relations.Tom Lane2019-02-061-22/+33
* Unify searchpath and do file logic in MSVC build scripts.Andrew Dunstan2019-02-061-10/+9
* Fix included file path for modern perlAndrew Dunstan2019-02-057-13/+13
* More fixed for modern perl on back branchesAndrew Dunstan2019-02-058-16/+16
* Keep perl style checker happyAndrew Dunstan2019-02-051-3/+3
* Update time zone data files to tzdata release 2018i.Tom Lane2019-02-051-76/+222
* Fix searchpath for modern Perl for genbki.plAndrew Dunstan2019-02-051-0/+4
* Doc: in each release branch, keep only that branch's own release notes.Tom Lane2019-02-0415-121835/+74
* Fix dumping of matviews with indirect dependencies on primary keys.Tom Lane2019-02-041-9/+17
* Move port-specific parts of with_temp_install to port makefile.Andrew Gierth2019-02-045-7/+27
* Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXSMichael Paquier2019-02-032-2/+41
* Avoid possible deadlock while locking multiple heap pages.Amit Kapila2019-02-021-4/+4
* Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier2019-02-011-2/+1
* Fix a crash in logical replicationPeter Eisentraut2019-01-301-11/+33
* Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane2019-01-263-13/+73
* Allow UNLISTEN in hot-standby mode.Tom Lane2019-01-256-10/+16
* Remove infinite-loop hazards in ecpg test suite.Tom Lane2019-01-2414-35/+35
* Blind attempt to fix _configthreadlocale() failures on MinGW.Tom Lane2019-01-232-10/+12
* Fix misc typos in comments.Heikki Linnakangas2019-01-233-3/+3
* Avoid thread-safety problem in ecpglib.Tom Lane2019-01-217-10/+133
* Flush relcache entries when their FKs are meddled withAlvaro Herrera2019-01-211-1/+19
* Revert "Add valgrind suppressions for wcsrtombs optimizations"Tomas Vondra2019-01-191-36/+0
* Use our own getopt() on OpenBSD.Tom Lane2019-01-184-12/+21
* Replace references to mailinglists with @lists.postgresql.orgMagnus Hagander2019-01-174-11/+11
* Remove references to MajordomoMagnus Hagander2019-01-171-8/+4
* Postpone aggregate checks until after collation is assigned.Andrew Gierth2019-01-175-6/+75
* Fix typo in documentationMichael Paquier2019-01-151-1/+1
* fix typoAndrew Dunstan2019-01-131-1/+1
* Make DLSUFFIX easily discoverable by build scriptsAndrew Dunstan2019-01-131-0/+5
* Avoid sharing PARAM_EXEC slots between different levels of NestLoop.Tom Lane2019-01-117-518/+664
* Doc: update our docs about kernel IPC parameters on *BSD.Tom Lane2019-01-081-19/+43
* doc: document that INFO messages always go to client.Andrew Gierth2019-01-071-12/+20
* doc: Update RFC URLsMichael Paquier2019-01-053-5/+5
* Improve ANALYZE's handling of concurrent-update scenarios.Tom Lane2019-01-031-3/+18
* Update ssl test certificates and keysPeter Eisentraut2019-01-0336-450/+743
* Don't believe MinMaxExpr is leakproof without checking.Tom Lane2019-01-021-1/+30
* Update copyright for 2019Bruce Momjian2019-01-022-4/+4
* pg_regress: Promptly detect failed postmaster startup.Noah Misch2018-12-311-1/+1
* pg_rewind: Add missing newline to error messagePeter Eisentraut2018-12-291-1/+1
* Have DISCARD ALL/TEMP remove leftover temp tablesAlvaro Herrera2018-12-271-0/+19