| 2026-03-23 |
Heikki Linnakangas | Fix multixact backwards-compatibility with CHECKPOINT... |
commit | commitdiff | tree | snapshot |
| 2026-03-22 |
Tom Lane | Fix finalization of decompressor astreamers. |
commit | commitdiff | tree | snapshot |
| 2026-03-19 |
Jeff Davis | Fix dependency on FDW handler. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Fujii Masao | Fix WAL flush LSN used by logical walsender during... |
commit | commitdiff | tree | snapshot |
| 2026-03-14 |
Tomas Vondra | Tighten asserts on ParallelWorkerNumber |
commit | commitdiff | tree | snapshot |
| 2026-03-13 |
Tomas Vondra | Use GetXLogInsertEndRecPtr in gistGetFakeLSN |
commit | commitdiff | tree | snapshot |
| 2026-03-13 |
Michael Paquier | xml2: Fix failure with xslt_process() under -fsanitize... |
commit | commitdiff | tree | snapshot |
| 2026-03-09 |
Fujii Masao | doc: Document IF NOT EXISTS option for ALTER FOREIGN... |
commit | commitdiff | tree | snapshot |
| 2026-03-09 |
Michael Paquier | Fix size underestimation of DSA pagemap for odd-sized... |
commit | commitdiff | tree | snapshot |
| 2026-03-06 |
Fujii Masao | Fix publisher shutdown hang caused by logical walsender... |
commit | commitdiff | tree | snapshot |
| 2026-03-05 |
Tom Lane | Exit after fatal errors in client-side compression... |
commit | commitdiff | tree | snapshot |
| 2026-03-05 |
Alexander Korotkov | Fix handling of updated tuples in the MERGE statement |
commit | commitdiff | tree | snapshot |
| 2026-03-05 |
Fujii Masao | doc: Clarify that COLUMN is optional in ALTER TABLE... |
commit | commitdiff | tree | snapshot |
| 2026-03-05 |
Michael Paquier | Fix rare instability in recovery TAP test 004_timeline_... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
Tom Lane | Fix yet another bug in archive streamer with LZ4 decomp... |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
Álvaro Herrera | Don't malloc(0) in EventTriggerCollectAlterTSConfig |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
Heikki Linnakangas | Skip prepared_xacts test if max_prepared_transactions < 2 |
commit | commitdiff | tree | snapshot |
| 2026-03-04 |
Michael Paquier | Fix rare instability in recovery TAP test 009_twophase |
commit | commitdiff | tree | snapshot |
| 2026-03-03 |
Fujii Masao | doc: Clarify that empty COMMENT string removes the... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
Nathan Bossart | basic_archive: Allow archive directory to be missing... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
Tom Lane | In pg_dumpall, don't skip role GRANTs with dangling... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
Michael Paquier | test_custom_types: Test module with fancy custom data... |
commit | commitdiff | tree | snapshot |
| 2026-03-02 |
Michael Paquier | Fix set of issues with extended statistics on expressions |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Etsuro Fujita | postgres_fdw: Fix thinko in comment for UserMappingPass... |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Jeff Davis | Fix more multibyte issues in ltree. |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Jeff Davis | Fix memory leaks in pg_locale_icu.c. |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Tom Lane | Fix Solution.pm for change in pg_config.h contents. |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Tom Lane | Use CXXFLAGS instead of CFLAGS for linking C++ code |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Noah Misch | EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests inste... |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Fujii Masao | doc: Clarify INCLUDING COMMENTS behavior in CREATE... |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Fujii Masao | Fix ProcWakeup() resetting wrong waitStart field. |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Tom Lane | Allow PG_PRINTF_ATTRIBUTE to be different in C and... |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Tom Lane | Fix some cases of indirectly casting away const. |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Tom Lane | Stabilize output of new isolation test insert-conflict... |
commit | commitdiff | tree | snapshot |
| 2026-02-24 |
Jacob Champion | pg_upgrade: Use max_protocol_version=3.0 for older... |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
Tom Lane | Stamp 16.13. REL_16_13 |
commit | commitdiff | tree | snapshot |
| 2026-02-23 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
| 2026-02-22 |
Tom Lane | Release notes for 18.3, 17.9, 16.13, 15.17, 14.22. |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
Richard Guo | Fix computation of varnullingrels when translating... |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Álvaro Herrera | Update obsolete comment |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Thomas Munro | Fix test_valid_server_encoding helper function. |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Noah Misch | Suppress new "may be used uninitialized" warning. |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
Michael Paquier | hstore: Fix NULL pointer dereference with receive function |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
Heikki Linnakangas | Don't reset 'latest_page_number' when replaying multixi... |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
Michael Paquier | pgcrypto: Tweak error message for incorrect session... |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
Noah Misch | Fix SUBSTRING() for toasted multibyte characters. |
commit | commitdiff | tree | snapshot |
| 2026-02-14 |
Noah Misch | pg_mblen_range, pg_mblen_with_len: Valgrind after encod... |
commit | commitdiff | tree | snapshot |
| 2026-02-11 |
Tom Lane | Fix plpgsql's handling of "return simple_record_variable". |
commit | commitdiff | tree | snapshot |
| 2026-02-11 |
Heikki Linnakangas | Fix pg_stat_get_backend_wait_event() for aux processes |
commit | commitdiff | tree | snapshot |
| 2026-02-11 |
Tom Lane | Further stabilize a postgres_fdw test case. |
commit | commitdiff | tree | snapshot |
| 2026-02-11 |
Dean Rasheed | doc: Mention all SELECT privileges required by INSERT... |
commit | commitdiff | tree | snapshot |
| 2026-02-11 |
Dean Rasheed | doc: Clarify RLS policies applied for ON CONFLICT DO... |
commit | commitdiff | tree | snapshot |
| 2026-02-09 |
Tom Lane | Stamp 16.12. REL_16_12 |
commit | commitdiff | tree | snapshot |
| 2026-02-09 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
| 2026-02-09 |
Noah Misch | Fix test "NUL byte in text decrypt" for --without-zlib... |
commit | commitdiff | tree | snapshot |
| 2026-02-09 |
Tom Lane | Harden _int_matchsel() against being attached to the... |
commit | commitdiff | tree | snapshot |
| 2026-02-09 |
Tom Lane | Require superuser to install a non-built-in selectivity... |
commit | commitdiff | tree | snapshot |
| 2026-02-09 |
Tom Lane | Add a syscache on pg_extension.oid. |
commit | commitdiff | tree | snapshot |
| 2026-02-09 |
Tom Lane | Guard against unexpected dimensions of oidvector/int2ve... |
commit | commitdiff | tree | snapshot |
| 2026-02-09 |
Noah Misch | Require PGP-decrypted text to pass encoding validation. |
commit | commitdiff | tree | snapshot |
| 2026-02-08 |
Thomas Munro | Code coverage for most pg_mblen* calls. |
commit | commitdiff | tree | snapshot |
| 2026-02-08 |
Thomas Munro | Replace pg_mblen() with bounds-checked versions. |
commit | commitdiff | tree | snapshot |
| 2026-02-08 |
Thomas Munro | Fix mb2wchar functions on short input. |
commit | commitdiff | tree | snapshot |
| 2026-02-08 |
Thomas Munro | Fix encoding length for EUC_CN. |
commit | commitdiff | tree | snapshot |
| 2026-02-08 |
Michael Paquier | pgcrypto: Fix buffer overflow in pgp_pub_decrypt_bytea() |
commit | commitdiff | tree | snapshot |
| 2026-02-08 |
Tom Lane | Release notes for 18.2, 17.8, 16.12, 15.16, 14.21. |
commit | commitdiff | tree | snapshot |
| 2026-02-08 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
| 2026-02-08 |
Tom Lane | meson: host_system value for Solaris is 'sunos' not... |
commit | commitdiff | tree | snapshot |
| 2026-02-07 |
Peter Eisentraut | Further error message fix |
commit | commitdiff | tree | snapshot |
| 2026-02-06 |
Thomas Munro | Placate ABI checker. |
commit | commitdiff | tree | snapshot |
| 2026-02-06 |
Jacob Champion | Protect against small overread in SASLprep validation |
commit | commitdiff | tree | snapshot |
| 2026-02-06 |
Michael Paquier | Fix some error message inconsistencies |
commit | commitdiff | tree | snapshot |
| 2026-02-06 |
Thomas Munro | Add file_extend_method=posix_fallocate,write_zeros. |
commit | commitdiff | tree | snapshot |
| 2026-02-04 |
Fujii Masao | Fix logical replication TAP test to read publisher... |
commit | commitdiff | tree | snapshot |
| 2026-02-04 |
John Naylor | Fix various instances of undefined behavior |
commit | commitdiff | tree | snapshot |
| 2026-01-30 |
Tom Lane | Improve guards against false regex matches in Backgroun... |
commit | commitdiff | tree | snapshot |
| 2026-01-30 |
Dean Rasheed | Update .abi-compliance-history for change to Transition... |
commit | commitdiff | tree | snapshot |
| 2026-01-26 |
David Rowley | Fix possible issue of a WindowFunc being in the wrong... |
commit | commitdiff | tree | snapshot |
| 2026-01-24 |
Dean Rasheed | Fix trigger transition table capture for MERGE in CTE... |
commit | commitdiff | tree | snapshot |
| 2026-01-23 |
Amit Langote | Fix bogus ctid requirement for dummy-root partitioned... |
commit | commitdiff | tree | snapshot |
| 2026-01-22 |
Tom Lane | Remove faulty Assert in partitioned INSERT...ON CONFLIC... |
commit | commitdiff | tree | snapshot |
| 2026-01-22 |
Michael Paquier | doc: Mention pg_get_partition_constraintdef() |
commit | commitdiff | tree | snapshot |
| 2026-01-22 |
Thomas Munro | jit: Add missing inline pass for LLVM >= 17. |
commit | commitdiff | tree | snapshot |
| 2026-01-21 |
Álvaro Herrera | amcheck: Fix snapshot usage in bt_index_parent_check |
commit | commitdiff | tree | snapshot |
| 2026-01-18 |
Tom Lane | Update time zone data files to tzdata release 2025c. |
commit | commitdiff | tree | snapshot |
| 2026-01-18 |
Michael Paquier | Fix error message related to end TLI in backup manifest |
commit | commitdiff | tree | snapshot |
| 2026-01-16 |
Amit Langote | Fix segfault from releasing locks in detached DSM segments |
commit | commitdiff | tree | snapshot |
| 2026-01-15 |
Heikki Linnakangas | Fix 'unexpected data beyond EOF' on replica restart |
commit | commitdiff | tree | snapshot |
| 2026-01-15 |
Heikki Linnakangas | Add check for invalid offset at multixid truncation |
commit | commitdiff | tree | snapshot |
| 2026-01-14 |
Michael Paquier | pg_waldump: Relax LSN comparison check in TAP test |
commit | commitdiff | tree | snapshot |
| 2026-01-13 |
Fujii Masao | doc: Document DEFAULT option in file_fdw. |
commit | commitdiff | tree | snapshot |
| 2026-01-09 |
Jacob Champion | doc: Improve description of publish_via_partition_root |
commit | commitdiff | tree | snapshot |
| 2026-01-08 |
David Rowley | Fix possible incorrect column reference in ERROR message |
commit | commitdiff | tree | snapshot |
| 2026-01-08 |
Amit Kapila | Prevent invalidation of newly created replication slots. |
commit | commitdiff | tree | snapshot |
| 2026-01-07 |
Peter Eisentraut | Fix typo |
commit | commitdiff | tree | snapshot |
| 2026-01-07 |
John Naylor | createuser: Update docs to reflect defaults |
commit | commitdiff | tree | snapshot |
| 2026-01-06 |
David Rowley | Fix issue with EVENT TRIGGERS and ALTER PUBLICATION |
commit | commitdiff | tree | snapshot |
| 2026-01-06 |
Fujii Masao | Add TAP test for GUC settings passed via CONNECTION... |
commit | commitdiff | tree | snapshot |
| 2026-01-06 |
Fujii Masao | Honor GUC settings specified in CREATE SUBSCRIPTION... |
commit | commitdiff | tree | snapshot |
| 2026-01-04 |
David Rowley | Doc: add missing punctuation |
commit | commitdiff | tree | snapshot |
| next |