| 2021-12-12 |  Tom Lane | Clean up compilation warnings coming from PL/Perl with... | commit | commitdiff | tree | snapshot | 
| 2021-12-12 |  Tom Lane | Make ecpg's rjulmdy() and rmdyjul() agree with their... | commit | commitdiff | tree | snapshot | 
| 2021-12-12 |  Tom Lane | Use return instead of exit() in configure | commit | commitdiff | tree | snapshot | 
| 2020-02-10 |  Tom Lane | Stamp 9.4.26.  REL9_4_26 | 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 |  Peter Eisentraut | Translation updates | 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-03 |  Fujii Masao | Revert commit 56bc82a511. | 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-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-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 |  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-23 |  Michael Paquier | Combine initdb tests that successfully create a data... | 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-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-24 |  Tom Lane | Avoid assertion failure with LISTEN in a serializable... | commit | commitdiff | tree | snapshot | 
| 2019-11-21 |  Tom Lane | Defend against self-referential views in relation_is_up... | commit | commitdiff | tree | snapshot | 
| 2019-11-20 |  Magnus Hagander | Remove incorrect markup | 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.4.25.  REL9_4_25 | 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 |  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 | 
| 2019-11-07 |  Tom Lane | Fix integer-overflow edge case detection in interval_mu... | commit | commitdiff | tree | snapshot | 
| 2019-11-07 |  Fujii Masao | Fix assertion failure when running pgbench -s. | commit | commitdiff | tree | snapshot | 
| 2019-11-06 |  Michael Paquier | Fix timestamp of sent message for write context in... | commit | commitdiff | tree | snapshot | 
| 2019-11-06 |  Bruce Momjian | doc:  fix plurality typo on bgwriter doc sentence | commit | commitdiff | tree | snapshot | 
| 2019-11-05 |  Tom Lane | Avoid logging complaints about abandoned connections... | commit | commitdiff | tree | snapshot | 
| 2019-11-05 |  Alvaro Herrera | Change pg_restore -f- to dump to stdout instead of... | commit | commitdiff | tree | snapshot | 
| 2019-11-04 |  Tom Lane | Stabilize pg_dump output order for similarly-named... | commit | commitdiff | tree | snapshot | 
| 2019-11-04 |  Peter Eisentraut | Catch invalid typlens in a couple of places | commit | commitdiff | tree | snapshot | 
| 2019-11-01 |  Michael Paquier | Fix race condition at backend exit when deleting elemen... | commit | commitdiff | tree | snapshot | 
| 2019-10-26 |  Tom Lane | Fix pg_dump's handling of circular dependencies in... | commit | commitdiff | tree | snapshot | 
| 2019-10-24 |  Bruce Momjian | docs:  fix wording of REFRESH CONCURRENTLY manual page | commit | commitdiff | tree | snapshot | 
| 2019-10-23 |  Michael Paquier | Clean up properly error_context_stack in autovacuum... | commit | commitdiff | tree | snapshot | 
| 2019-10-21 |  Tom Lane | Deal with yet another issue related to "Norwegian ... | commit | commitdiff | tree | snapshot | 
| 2019-10-21 |  Tom Lane | Use CFLAGS_SL while probing linkability of libperl. | commit | commitdiff | tree | snapshot | 
| 2019-10-21 |  Tom Lane | Select CFLAGS_SL at configure time, not in platform... | commit | commitdiff | tree | snapshot | 
| 2019-10-19 |  Noah Misch | For PowerPC instruction "addi", use constraint "b". | commit | commitdiff | tree | snapshot | 
| 2019-10-18 |  Fujii Masao | Fix failure of archive recovery with recovery_min_apply... | commit | commitdiff | tree | snapshot | 
| 2019-10-17 |  Alvaro Herrera | Fix minor bug in logical-replication walsender shutdown | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Thomas Munro | Fix bug that could try to freeze running multixacts. | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Tomas Vondra | Add missing include to pg_upgrade/version.c | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Tomas Vondra | Improve the check for pg_catalog.line data type in... | commit | commitdiff | tree | snapshot | 
| 2019-10-16 |  Michael Paquier | Doc: Fix various inconsistencies | commit | commitdiff | tree | snapshot | 
| 2019-10-12 |  Noah Misch | AIX: Stop adding option -qsrcmsg. | commit | commitdiff | tree | snapshot | 
| 2019-10-09 |  Michael Paquier | Flush logical mapping files with fd opened for read... | commit | commitdiff | tree | snapshot | 
| 2019-10-07 |  Bruce Momjian | docs:  Improve A?synchronous Multimaster Replication... | commit | commitdiff | tree | snapshot | 
| 2019-10-07 |  Bruce Momjian | docs:  clarify that today/tomorrow/yesterday is at... | commit | commitdiff | tree | snapshot | 
| 2019-10-07 |  Bruce Momjian | doc:  move mention of log_min_error_statement in a... | commit | commitdiff | tree | snapshot | 
| 2019-10-04 |  Andrew Dunstan | Handle spaces in OpenSSL install location for MSVC | commit | commitdiff | tree | snapshot | 
| 2019-10-04 |  Tom Lane | Fix bitshiftright()'s zero-padding some more. | commit | commitdiff | tree | snapshot | 
| 2019-10-03 |  Tom Lane | Avoid unnecessary out-of-memory errors during encoding... | commit | commitdiff | tree | snapshot | 
| 2019-10-03 |  Tom Lane | Allow repalloc() to give back space when a large chunk... | commit | commitdiff | tree | snapshot | 
| 2019-10-03 |  Andrew Gierth | Selectively include window frames in expression walks... | commit | commitdiff | tree | snapshot | 
| 2019-09-27 |  Amit Kapila | Fix oversight in commit 4429f6a9e3e12bb4af6e3677fbc78cd... | commit | commitdiff | tree | snapshot | 
| next |