| 2020-03-20 |  Andrew Dunstan | Turn off deprecated bison warnings under MSVC | commit | commitdiff | tree | snapshot | 
| 2020-03-19 |  Bruce Momjian | pg_upgrade:  make get_major_server_version() err msg... | commit | commitdiff | tree | snapshot | 
| 2020-03-18 |  Amit Kapila | Add missing errcode() in a few ereport calls. | commit | commitdiff | tree | snapshot | 
| 2020-03-17 |  Tom Lane | Doc: clarify behavior of "anyrange" pseudo-type. | commit | commitdiff | tree | snapshot | 
| 2020-03-17 |  Tom Lane | Avoid holding a directory FD open across assorted SRF... | commit | commitdiff | tree | snapshot | 
| 2020-03-16 |  Alvaro Herrera | Plug memory leak | commit | commitdiff | tree | snapshot | 
| 2020-03-14 |  Bruce Momjian | C comment:  correct commented bytes of max_cached_tuplebufs | commit | commitdiff | tree | snapshot | 
| 2020-03-14 |  Tom Lane | Restructure polymorphic-type resolution in funcapi.c. | commit | commitdiff | tree | snapshot | 
| 2020-03-13 |  Peter Eisentraut | Preserve replica identity index across ALTER TABLE... | commit | commitdiff | tree | snapshot | 
| 2020-03-12 |  Thomas Munro | Fix nextXid tracking bug on standbys (9.5-11 only). | commit | commitdiff | tree | snapshot | 
| 2020-03-11 |  Alvaro Herrera | Add pg_dump support for ALTER obj DEPENDS ON EXTENSION | commit | commitdiff | tree | snapshot | 
| 2020-03-11 |  Alvaro Herrera | Avoid duplicates in ALTER ... DEPENDS ON EXTENSION | commit | commitdiff | tree | snapshot | 
| 2020-03-09 |  Tom Lane | Fix pg_dump/pg_restore to restore event triggers later. | commit | commitdiff | tree | snapshot | 
| 2020-03-09 |  Fujii Masao | Fix bug that causes to report waiting in PS display... | commit | commitdiff | tree | snapshot | 
| 2020-03-09 |  Fujii Masao | Avoid assertion failure with targeted recovery in stand... | commit | commitdiff | tree | snapshot | 
| 2020-03-03 |  Fujii Masao | Fix the name of the first WAL segment file, in docs. | commit | commitdiff | tree | snapshot | 
| 2020-02-27 |  Michael Paquier | createdb: Fix quoting of --encoding, --lc-ctype and... | commit | commitdiff | tree | snapshot | 
| 2020-02-19 |  Tom Lane | Fix confusion about event trigger vs. plain function... | commit | commitdiff | tree | snapshot | 
| 2020-02-19 |  Fujii Masao | Fix mesurement of elapsed time during truncating heap... | commit | commitdiff | tree | snapshot | 
| 2020-02-19 |  Amit Kapila | Stop demanding that top xact must be seen before subxac... | commit | commitdiff | tree | snapshot | 
| 2020-02-17 |  Tom Lane | Teach pg_dump to dump comments on RLS policy objects. | commit | commitdiff | tree | snapshot | 
| 2020-02-12 |  Tom Lane | Doc: fix old oversights in GRANT/REVOKE documentation. | commit | commitdiff | tree | snapshot | 
| 2020-02-11 |  Peter Eisentraut | Document the pg_upgrade -j/--jobs option as taking... | commit | commitdiff | tree | snapshot | 
| 2020-02-10 |  Tom Lane | Stamp 9.6.17.  REL9_6_17 | commit | commitdiff | tree | snapshot | 
| 2020-02-10 |  Tom Lane | Last-minute updates for release notes. | commit | commitdiff | tree | snapshot | 
| 2020-02-10 |  Alvaro Herrera | createuser: fix parsing of --connection-limit argument | commit | commitdiff | tree | snapshot | 
| 2020-02-10 |  Alvaro Herrera | Fix priv checks for ALTER <object> DEPENDS ON EXTENSION | commit | commitdiff | tree | snapshot | 
| 2020-02-10 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2020-02-10 |  Michael Paquier | Revert "pg_upgrade: Fix quoting of some arguments in... | commit | commitdiff | tree | snapshot | 
| 2020-02-10 |  Amit Kapila | doc: Spell checking | commit | commitdiff | tree | snapshot | 
| 2020-02-10 |  Michael Paquier | pg_upgrade: Fix quoting of some arguments in pg_ctl... | commit | commitdiff | tree | snapshot | 
| 2020-02-09 |  Tom Lane | Revert "docs: change "default role" wording to "predefi... | commit | commitdiff | tree | snapshot | 
| 2020-02-09 |  Tom Lane | Release notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21... | commit | commitdiff | tree | snapshot | 
| 2020-02-06 |  Fujii Masao | Add note about access permission checks by inherited... | commit | commitdiff | tree | snapshot | 
| 2020-02-06 |  Amit Kapila | Fix typo. | commit | commitdiff | tree | snapshot | 
| 2020-02-05 |  Noah Misch | When a TAP file has non-zero exit status, retain tempor... | commit | commitdiff | tree | snapshot | 
| 2020-02-03 |  Fujii Masao | Revert commit 928e755d22. | commit | commitdiff | tree | snapshot | 
| 2020-02-01 |  Thomas Munro | Fix memory leak on DSM slot exhaustion. | commit | commitdiff | tree | snapshot | 
| 2020-01-31 |  Tom Lane | Fix CheckAttributeType's handling of collations for... | commit | commitdiff | tree | snapshot | 
| 2020-01-31 |  Tom Lane | Fix parallel pg_dump/pg_restore for failure to create... | commit | commitdiff | tree | snapshot | 
| 2020-01-30 |  Fujii Masao | Make inherited TRUNCATE perform access permission check... | commit | commitdiff | tree | snapshot | 
| 2020-01-26 |  Tom Lane | In postgres_fdw, don't try to ship MULTIEXPR updates... | commit | commitdiff | tree | snapshot | 
| 2020-01-23 |  Tom Lane | Fix an oversight in commit 4c70098ff. | commit | commitdiff | tree | snapshot | 
| 2020-01-23 |  Tom Lane | Clean up formatting.c's logic for matching constant... | commit | commitdiff | tree | snapshot | 
| 2020-01-22 |  Michael Paquier | Fix concurrent indexing operations with temporary tables | commit | commitdiff | tree | snapshot | 
| 2020-01-21 |  Andres Freund | Fix edge case leading to agg transitions skipping ExecA... | commit | commitdiff | tree | snapshot | 
| 2020-01-21 |  Michael Paquier | Add GUC variables for stat tracking and timeout as... | commit | commitdiff | tree | snapshot | 
| 2020-01-20 |  Tom Lane | Fix pg_dump's sigTermHandler() to use _exit() not exit(). | commit | commitdiff | tree | snapshot | 
| 2020-01-20 |  Heikki Linnakangas | Fix crash in BRIN inclusion op functions, due to missin... | commit | commitdiff | tree | snapshot | 
| 2020-01-17 |  Tom Lane | Repair more failures with SubPlans in multi-row VALUES... | commit | commitdiff | tree | snapshot | 
| 2020-01-17 |  Alvaro Herrera | Set ReorderBufferTXN->final_lsn more eagerly | commit | commitdiff | tree | snapshot | 
| 2020-01-14 |  Bruce Momjian | docs: change "default role" wording to "predefined... | commit | commitdiff | tree | snapshot | 
| 2020-01-14 |  Dean Rasheed | Make rewriter prevent auto-updates on views with condit... | commit | commitdiff | tree | snapshot | 
| 2020-01-12 |  Tom Lane | Fix edge-case crashes and misestimation in range contai... | commit | commitdiff | tree | snapshot | 
| 2020-01-10 |  Michael Paquier | doc: Fix naming of SELinux | commit | commitdiff | tree | snapshot | 
| 2020-01-08 |  Michael Paquier | Revert "Forbid DROP SCHEMA on temporary namespaces" | commit | commitdiff | tree | snapshot | 
| 2020-01-02 |  Amit Kapila | Fix running out of file descriptors for spill files. | commit | commitdiff | tree | snapshot | 
| 2020-01-01 |  Bruce Momjian | Update copyrights for 2020 | commit | commitdiff | tree | snapshot | 
| 2019-12-27 |  Bruce Momjian | doc:  add examples of creative use of unique expression... | commit | commitdiff | tree | snapshot | 
| 2019-12-27 |  Bruce Momjian | docs:  clarify infinite range values from data-type... | commit | commitdiff | tree | snapshot | 
| 2019-12-27 |  Michael Paquier | Forbid DROP SCHEMA on temporary namespaces | commit | commitdiff | tree | snapshot | 
| 2019-12-24 |  Thomas Munro | Rotate instead of shifting hash join batch number. | commit | commitdiff | tree | snapshot | 
| 2019-12-23 |  Joe Conway | Disallow null category in crosstab_hash | commit | commitdiff | tree | snapshot | 
| 2019-12-23 |  Tom Lane | Prevent a rowtype from being included in itself via... | commit | commitdiff | tree | snapshot | 
| 2019-12-22 |  Tom Lane | Avoid low-probability regression test failures in times... | commit | commitdiff | tree | snapshot | 
| 2019-12-21 |  Tom Lane | In pgwin32_open, loop after ERROR_ACCESS_DENIED only... | commit | commitdiff | tree | snapshot | 
| 2019-12-21 |  Bruce Momjian | docs:  clarify handling of column lists in COPY TO... | commit | commitdiff | tree | snapshot | 
| 2019-12-20 |  Tom Lane | libpq should expose GSS-related parameters even when... | commit | commitdiff | tree | snapshot | 
| 2019-12-17 |  Tom Lane | Fix error reporting for index expressions of prohibited... | commit | commitdiff | tree | snapshot | 
| 2019-12-16 |  Tom Lane | On Windows, wait a little to see if ERROR_ACCESS_DENIED... | commit | commitdiff | tree | snapshot | 
| 2019-12-12 |  Tom Lane | Fix EXTRACT(ISOYEAR FROM timestamp) for years BC. | commit | commitdiff | tree | snapshot | 
| 2019-12-12 |  Tom Lane | Remove redundant function calls in timestamp[tz]_part(). | commit | commitdiff | tree | snapshot | 
| 2019-12-11 |  Tom Lane | Doc: back-patch documentation about limitations of... | commit | commitdiff | tree | snapshot | 
| 2019-12-09 |  Tom Lane | Fix race condition in our Windows signal emulation. | commit | commitdiff | tree | snapshot | 
| 2019-12-09 |  Tom Lane | Improve isolationtester's timeout management. | commit | commitdiff | tree | snapshot | 
| 2019-12-08 |  Noah Misch | Document search_path security with untrusted dbowner... | commit | commitdiff | tree | snapshot | 
| 2019-12-03 |  Tomas Vondra | Ensure maxlen is at leat 1 in dict_int | commit | commitdiff | tree | snapshot | 
| 2019-12-01 |  Tom Lane | Fix misbehavior with expression indexes on ON COMMIT... | commit | commitdiff | tree | snapshot | 
| 2019-11-30 |  Tomas Vondra | Fix off-by-one error in PGTYPEStimestamp_fmt_asc | commit | commitdiff | tree | snapshot | 
| 2019-11-27 |  Etsuro Fujita | Fix typo in comment. | commit | commitdiff | tree | snapshot | 
| 2019-11-26 |  Amit Kapila | Don't shut down Gather[Merge] early under Limit. | commit | commitdiff | tree | snapshot | 
| 2019-11-24 |  Tom Lane | Avoid assertion failure with LISTEN in a serializable... | commit | commitdiff | tree | snapshot | 
| 2019-11-24 |  Tom Lane | Stabilize NOTIFY behavior by transmitting notifies... | commit | commitdiff | tree | snapshot | 
| 2019-11-23 |  Tom Lane | Improve test coverage for LISTEN/NOTIFY. | commit | commitdiff | tree | snapshot | 
| 2019-11-21 |  Tom Lane | Defend against self-referential views in relation_is_up... | commit | commitdiff | tree | snapshot | 
| 2019-11-19 |  Alexander Korotkov | Revise GIN README | commit | commitdiff | tree | snapshot | 
| 2019-11-19 |  Alexander Korotkov | Fix traversing to the deleted GIN page via downlink | commit | commitdiff | tree | snapshot | 
| 2019-11-19 |  Tom Lane | Doc: clarify use of RECURSIVE in WITH. | commit | commitdiff | tree | snapshot | 
| 2019-11-19 |  Tom Lane | Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... | commit | commitdiff | tree | snapshot | 
| 2019-11-17 |  Tom Lane | Further fix dumping of views that contain just VALUES... | commit | commitdiff | tree | snapshot | 
| 2019-11-13 |  Tom Lane | Handle arrays and ranges in pg_upgrade's test for non... | commit | commitdiff | tree | snapshot | 
| 2019-11-11 |  Tom Lane | Stamp 9.6.16.  REL9_6_16 | commit | commitdiff | tree | snapshot | 
| 2019-11-11 |  Tom Lane | Doc: fix ancient mistake, or at least obsolete info... | commit | commitdiff | tree | snapshot | 
| 2019-11-11 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2019-11-10 |  Tom Lane | Release notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20... | commit | commitdiff | tree | snapshot | 
| 2019-11-09 |  Tom Lane | Remove test case that doesn't work with --disable-integ... | commit | commitdiff | tree | snapshot | 
| 2019-11-08 |  Peter Eisentraut | Fix gratuitous error message variation | commit | commitdiff | tree | snapshot | 
| 2019-11-08 |  Etsuro Fujita | postgres_fdw: Fix error message for PREPARE TRANSACTION. | commit | commitdiff | tree | snapshot | 
| 2019-11-07 |  Bruce Momjian | docs:  clarify that only INSERT and UPDATE triggers... | commit | commitdiff | tree | snapshot | 
| 2019-11-07 |  Tom Lane | Move declaration of ecpg_gettext() to a saner place. | commit | commitdiff | tree | snapshot | 
| next |