| 2021-06-25 |  Tom Lane | Remove unnecessary failure cases in RemoveRoleFromObjec... | commit | commitdiff | tree | snapshot | 
| 2021-06-24 |  Tom Lane | Stabilize results of insert-conflict-toast.spec. | commit | commitdiff | tree | snapshot | 
| 2021-06-24 |  Heikki Linnakangas | Another fix to relmapper race condition. | commit | commitdiff | tree | snapshot | 
| 2021-06-24 |  Heikki Linnakangas | Prevent race condition while reading relmapper file. | commit | commitdiff | tree | snapshot | 
| 2021-06-24 |  Amit Kapila | Doc: Update caveats in synchronous logical replication. | commit | commitdiff | tree | snapshot | 
| 2021-06-23 |  Tom Lane | pgcrypto: avoid name conflicts with OpenSSL in one... | commit | commitdiff | tree | snapshot | 
| 2021-06-23 |  Tom Lane | Allow non-quoted identifiers as isolation test session... | commit | commitdiff | tree | snapshot | 
| 2021-06-23 |  Tom Lane | Doc: fix confusion about LEAKPROOF in syntax summaries. | commit | commitdiff | tree | snapshot | 
| 2021-06-23 |  Tom Lane | Don't assume GSSAPI result strings are null-terminated. | commit | commitdiff | tree | snapshot | 
| 2021-06-23 |  Tom Lane | Improve display of query results in isolation tests. | commit | commitdiff | tree | snapshot | 
| 2021-06-23 |  Tom Lane | Use annotations to reduce instability of isolation... | commit | commitdiff | tree | snapshot | 
| 2021-06-18 |  Tom Lane | Fix misbehavior of DROP OWNED BY with duplicate polrole... | commit | commitdiff | tree | snapshot | 
| 2021-06-18 |  Tom Lane | Avoid scribbling on input node tree in CREATE/ALTER... | commit | commitdiff | tree | snapshot | 
| 2021-06-18 |  Peter Eisentraut | Update plpython_subtransaction alternative expected... | commit | commitdiff | tree | snapshot | 
| 2021-06-17 |  Heikki Linnakangas | Tidy up GetMultiXactIdMembers()'s behavior on error | commit | commitdiff | tree | snapshot | 
| 2021-06-17 |  Peter Eisentraut | Fix subtransaction test for Python 3.10 | commit | commitdiff | tree | snapshot | 
| 2021-06-17 |  Amit Kapila | Document a few caveats in synchronous logical replication. | commit | commitdiff | tree | snapshot | 
| 2021-06-17 |  Michael Paquier | Detect unused steps in isolation specs and do some... | commit | commitdiff | tree | snapshot | 
| 2021-06-17 |  Michael Paquier | Remove dry-run mode from isolationtester | commit | commitdiff | tree | snapshot | 
| 2021-06-16 |  Tom Lane | Fix plancache refcount leak after error in ExecuteQuery. | commit | commitdiff | tree | snapshot | 
| 2021-06-15 |  Andrew Dunstan | Further refinement of stuck_on_old_timeline recovery... | commit | commitdiff | tree | snapshot | 
| 2021-06-15 |  Amit Kapila | Fix decoding of speculative aborts. | commit | commitdiff | tree | snapshot | 
| 2021-06-13 |  Tom Lane | Work around portability issue with newer versions of... | commit | commitdiff | tree | snapshot | 
| 2021-06-13 |  Andrew Dunstan | Further tweaks to stuck_on_old_timeline recovery test | commit | commitdiff | tree | snapshot | 
| 2021-06-13 |  Michael Paquier | Ignore more environment variables in pg_regress.c | commit | commitdiff | tree | snapshot | 
| 2021-06-12 |  Tom Lane | Ensure pg_filenode_relation(0, 0) returns NULL. | commit | commitdiff | tree | snapshot | 
| 2021-06-12 |  Andrew Dunstan | Fix new recovery test for use under msys | commit | commitdiff | tree | snapshot | 
| 2021-06-12 |  Michael Paquier | Remove PGSSLCRLDIR from the list of variables ignored... | commit | commitdiff | tree | snapshot | 
| 2021-06-10 |  Robert Haas | Adjust new test case to set wal_keep_segments. | commit | commitdiff | tree | snapshot | 
| 2021-06-09 |  Robert Haas | Fix corner case failure of new standby to follow new... | commit | commitdiff | tree | snapshot | 
| 2021-06-09 |  Robert Haas | Back-port a few PostgresNode.pm methods. | commit | commitdiff | tree | snapshot | 
| 2021-06-09 |  Michael Paquier | Fix inconsistencies in psql --help=commands | commit | commitdiff | tree | snapshot | 
| 2021-06-07 |  Tom Lane | Fix incautious handling of possibly-miscoded strings... | commit | commitdiff | tree | snapshot | 
| 2021-06-07 |  Tom Lane | Support use of strnlen() in pre-v11 branches. | commit | commitdiff | tree | snapshot | 
| 2021-06-03 |  Andrew Dunstan | In PostgresNode.pm, don't pass SQL to psql on the comma... | commit | commitdiff | tree | snapshot | 
| 2021-06-03 |  Michael Paquier | Reduce risks of conflicts in internal queries of REFRES... | commit | commitdiff | tree | snapshot | 
| 2021-06-03 |  Michael Paquier | Ignore more environment variables in TAP tests | commit | commitdiff | tree | snapshot | 
| 2021-06-01 |  Tom Lane | Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. | commit | commitdiff | tree | snapshot | 
| 2021-05-28 |  Andrew Dunstan | fix syntax error | commit | commitdiff | tree | snapshot | 
| 2021-05-28 |  Andrew Dunstan | Report configured port in MSVC built pg_config | commit | commitdiff | tree | snapshot | 
| 2021-05-27 |  Michael Paquier | Fix MSVC scripts when building with GSSAPI/Kerberos | commit | commitdiff | tree | snapshot | 
| 2021-05-27 |  Michael Paquier | doc: Fix description of some GUCs in docs and postgresq... | commit | commitdiff | tree | snapshot | 
| 2021-05-25 |  Michael Paquier | Disallow SSL renegotiation | commit | commitdiff | tree | snapshot | 
| 2021-05-20 |  Tom Lane | Clean up cpluspluscheck violation. | commit | commitdiff | tree | snapshot | 
| 2021-05-17 |  David Rowley | Fix typo and outdated information in README.barrier | commit | commitdiff | tree | snapshot | 
| 2021-05-15 |  Tom Lane | Be more careful about barriers when releasing Backgroun... | commit | commitdiff | tree | snapshot | 
| 2021-05-14 |  Tom Lane | Prevent infinite insertion loops in spgdoinsert(). | commit | commitdiff | tree | snapshot | 
| 2021-05-14 |  Tom Lane | Fix query-cancel handling in spgdoinsert(). | commit | commitdiff | tree | snapshot | 
| 2021-05-14 |  Tom Lane | Refactor CHECK_FOR_INTERRUPTS() to add flexibility. | commit | commitdiff | tree | snapshot | 
| 2021-05-10 |  Tom Lane | Stamp 9.6.22.  REL9_6_22 | commit | commitdiff | tree | snapshot | 
| 2021-05-10 |  Tom Lane | Last-minute updates for release notes. | commit | commitdiff | tree | snapshot | 
| 2021-05-10 |  Tom Lane | Fix mishandling of resjunk columns in ON CONFLICT ... | commit | commitdiff | tree | snapshot | 
| 2021-05-10 |  Tom Lane | Prevent integer overflows in array subscripting calcula... | commit | commitdiff | tree | snapshot | 
| 2021-05-10 |  Peter Eisentraut | Translation updates | commit | commitdiff | tree | snapshot | 
| 2021-05-09 |  Tom Lane | Release notes for 13.3, 12.7, 11.12, 10.17, 9.6.22. | commit | commitdiff | tree | snapshot | 
| 2021-05-06 |  Alvaro Herrera | Document lock level used by ALTER TABLE VALIDATE CONSTRAINT | commit | commitdiff | tree | snapshot | 
| 2021-04-30 |  Tom Lane | Doc: add an example of a self-referential foreign key... | commit | commitdiff | tree | snapshot | 
| 2021-04-30 |  Tom Lane | Doc: update libpq's documentation for PQfn(). | commit | commitdiff | tree | snapshot | 
| 2021-04-30 |  Tom Lane | Disallow calling anything but plain functions via the... | commit | commitdiff | tree | snapshot | 
| 2021-04-29 |  Tom Lane | Fix some more omissions in pg_upgrade's tests for non... | commit | commitdiff | tree | snapshot | 
| 2021-04-28 |  Tom Lane | Doc: fix discussion of how to get real Julian Dates. | commit | commitdiff | tree | snapshot | 
| 2021-04-28 |  Michael Paquier | Fix use-after-release issue with pg_identify_object_as_... | commit | commitdiff | tree | snapshot | 
| 2021-04-28 |  Michael Paquier | Fix pg_identify_object_as_address() with event triggers | commit | commitdiff | tree | snapshot | 
| 2021-04-26 |  Tom Lane | Doc: document EXTRACT(JULIAN ...), improve Julian Date... | commit | commitdiff | tree | snapshot | 
| 2021-04-21 |  Andrew Dunstan | fix silly perl error in commit d064afc720 | commit | commitdiff | tree | snapshot | 
| 2021-04-21 |  Andrew Dunstan | Only ever test for non-127.0.0.1 addresses on Windows... | commit | commitdiff | tree | snapshot | 
| 2021-04-16 |  Andrew Dunstan | Allow TestLib::slurp_file to skip contents, and use... | commit | commitdiff | tree | snapshot | 
| 2021-04-13 |  Tom Lane | Fix some inappropriately-disallowed uses of ALTER ROLE... | commit | commitdiff | tree | snapshot | 
| 2021-04-13 |  Noah Misch | Use "-I." in directories holding Bison parsers, for... | commit | commitdiff | tree | snapshot | 
| 2021-04-13 |  Noah Misch | Port regress-python3-mangle.mk to Solaris "sed". | commit | commitdiff | tree | snapshot | 
| 2021-04-12 |  Tom Lane | Fix old bug with coercing the result of a COLLATE expre... | commit | commitdiff | tree | snapshot | 
| 2021-04-12 |  Michael Paquier | Fix out-of-bound memory access for interval -> char... | commit | commitdiff | tree | snapshot | 
| 2021-04-09 |  Magnus Hagander | Fix typo | commit | commitdiff | tree | snapshot | 
| 2021-04-09 |  Michael Paquier | Fix typos and grammar in documentation and code comments | commit | commitdiff | tree | snapshot | 
| 2021-04-07 |  Tomas Vondra | Don't add non-existent pages to bitmap from BRIN | commit | commitdiff | tree | snapshot | 
| 2021-04-05 |  Fujii Masao | Shut down transaction tracking at startup process exit. | commit | commitdiff | tree | snapshot | 
| 2021-04-02 |  Bruce Momjian | Use macro MONTHS_PER_YEAR instead of '12' in /ecpg... | commit | commitdiff | tree | snapshot | 
| 2021-04-02 |  Joe Conway | Clarify documentation of RESET ROLE | commit | commitdiff | tree | snapshot | 
| 2021-04-02 |  Michael Paquier | doc: Clarify how to generate backup files with non... | commit | commitdiff | tree | snapshot | 
| 2021-04-02 |  Bruce Momjian | doc:  mention that intervening major releases can be... | commit | commitdiff | tree | snapshot | 
| 2021-04-01 |  Tom Lane | Fix pg_restore's misdesigned code for detecting archive... | commit | commitdiff | tree | snapshot | 
| 2021-04-01 |  Michael Paquier | doc: Clarify use of ACCESS EXCLUSIVE lock in various... | commit | commitdiff | tree | snapshot | 
| 2021-03-30 |  Etsuro Fujita | Update obsolete comment. | commit | commitdiff | tree | snapshot | 
| 2021-03-28 |  Stephen Frost | doc: Define TLS as an acronym | commit | commitdiff | tree | snapshot | 
| 2021-03-25 |  Fujii Masao | Fix bug in WAL replay of COMMIT_TS_SETTS record. | commit | commitdiff | tree | snapshot | 
| 2021-03-23 |  Tom Lane | Fix psql's \connect command some more. | commit | commitdiff | tree | snapshot | 
| 2021-03-23 |  Fujii Masao | pg_waldump: Fix bug in per-record statistics. | commit | commitdiff | tree | snapshot | 
| 2021-03-19 |  Tom Lane | Don't leak malloc'd strings when a GUC setting is rejected. | commit | commitdiff | tree | snapshot | 
| 2021-03-19 |  Tom Lane | Don't leak compiled regex(es) when an ispell cache... | commit | commitdiff | tree | snapshot | 
| 2021-03-17 |  Tom Lane | Prevent buffer overrun in read_tablespace_map(). | commit | commitdiff | tree | snapshot | 
| 2021-03-12 |  Tom Lane | Fix race condition in psql \e's detection of file modif... | commit | commitdiff | tree | snapshot | 
| 2021-03-11 |  Tom Lane | Re-simplify management of inStart in pqParseInput3... | commit | commitdiff | tree | snapshot | 
| 2021-03-11 |  Bruce Momjian | tutorial:  land height is "elevation", not "altitude" | commit | commitdiff | tree | snapshot | 
| 2021-02-24 |  Michael Paquier | Fix some typos, grammar and style in docs and comments | commit | commitdiff | tree | snapshot | 
| 2021-02-23 |  Alvaro Herrera | Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as... | commit | commitdiff | tree | snapshot | 
| 2021-02-19 |  Tom Lane | Fix another ancient bug in parsing of BRE-mode regular... | commit | commitdiff | tree | snapshot | 
| 2021-02-16 |  Thomas Munro | Fix compiler warning in back branches (9.6, 10). | commit | commitdiff | tree | snapshot | 
| 2021-02-15 |  Thomas Munro | Default to wal_sync_method=fdatasync on FreeBSD. | commit | commitdiff | tree | snapshot | 
| 2021-02-15 |  Thomas Munro | Hold interrupts while running dsm_detach() callbacks. | commit | commitdiff | tree | snapshot | 
| 2021-02-13 |  Tom Lane | pg_attribute_no_sanitize_alignment() macro | commit | commitdiff | tree | snapshot | 
| next |