aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Turn off deprecated bison warnings under MSVCAndrew Dunstan2020-03-20
* pg_upgrade: make get_major_server_version() err msg consistentBruce Momjian2020-03-19
* Back-patch src/test/recovery and PostgresNode from 9.6 to 9.5.Noah Misch2020-03-19
* Add missing errcode() in a few ereport calls.Amit Kapila2020-03-18
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* C comment: correct commented bytes of max_cached_tuplebufsBruce Momjian2020-03-14
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut2020-03-13
* Fix nextXid tracking bug on standbys (9.5-11 only).Thomas Munro2020-03-12
* Fix pg_dump/pg_restore to restore event triggers later.Tom Lane2020-03-09
* Fix bug that causes to report waiting in PS display twice, in hot standby.Fujii Masao2020-03-10
* Avoid assertion failure with targeted recovery in standby mode.Fujii Masao2020-03-09
* createdb: Fix quoting of --encoding, --lc-ctype and --lc-collateMichael Paquier2020-02-27
* Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane2020-02-19
* Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao2020-02-19
* Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila2020-02-19
* Teach pg_dump to dump comments on RLS policy objects.Tom Lane2020-02-17
* Document the pg_upgrade -j/--jobs option as taking an argumentPeter Eisentraut2020-02-11
* Stamp 9.5.21.REL9_5_21Tom Lane2020-02-10
* createuser: fix parsing of --connection-limit argumentAlvaro Herrera2020-02-10
* Translation updatesPeter Eisentraut2020-02-10
* Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command"Michael Paquier2020-02-10
* pg_upgrade: Fix quoting of some arguments in pg_ctl commandMichael Paquier2020-02-10
* Revert commit 606f350de9.Fujii Masao2020-02-03
* Fix memory leak on DSM slot exhaustion.Thomas Munro2020-02-01
* Fix CheckAttributeType's handling of collations for ranges.Tom Lane2020-01-31
* Fix parallel pg_dump/pg_restore for failure to create worker processes.Tom Lane2020-01-31
* Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao2020-01-31
* Fix an oversight in commit 4c70098ff.Tom Lane2020-01-23
* Clean up formatting.c's logic for matching constant strings.Tom Lane2020-01-23
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22
* Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund2020-01-20
* Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier2020-01-21
* Fix pg_dump's sigTermHandler() to use _exit() not exit().Tom Lane2020-01-20
* Fix crash in BRIN inclusion op functions, due to missing datum copy.Heikki Linnakangas2020-01-20
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-17
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-14
* Fix edge-case crashes and misestimation in range containment selectivity.Tom Lane2020-01-12
* doc: Fix naming of SELinuxMichael Paquier2020-01-10
* Revert "Forbid DROP SCHEMA on temporary namespaces"Michael Paquier2020-01-08
* Fix running out of file descriptors for spill files.Amit Kapila2020-01-02
* Forbid DROP SCHEMA on temporary namespacesMichael Paquier2019-12-27
* Rotate instead of shifting hash join batch number.Thomas Munro2019-12-24
* Prevent a rowtype from being included in itself via a range.Tom Lane2019-12-23
* Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane2019-12-22
* In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.Tom Lane2019-12-21
* libpq should expose GSS-related parameters even when not implemented.Tom Lane2019-12-20
* Fix error reporting for index expressions of prohibited types.Tom Lane2019-12-17
* On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away.Tom Lane2019-12-16