| 2026-04-09 |
Fujii Masao | Fix ABI break by moving PROCSIG_SLOTSYNC_MESSAGE in... |
commit | commitdiff | tree | snapshot |
| 2026-04-08 |
Fujii Masao | Fix slotsync worker blocking promotion when stuck in... |
commit | commitdiff | tree | snapshot |
| 2026-04-08 |
Amit Kapila | Enhance slot synchronization API to respect promotion... |
commit | commitdiff | tree | snapshot |
| 2026-04-06 |
Tom Lane | Avoid unsafe access to negative index in a TupleDesc. |
commit | commitdiff | tree | snapshot |
| 2026-04-06 |
Tom Lane | Fix null-bitmap combining in array_agg_array_combine(). |
commit | commitdiff | tree | snapshot |
| 2026-04-03 |
Thomas Munro | jit: No backport::SectionMemoryManager for LLVM 22. |
commit | commitdiff | tree | snapshot |
| 2026-04-02 |
Thomas Munro | jit: Stop emitting lifetime.end for LLVM 22. |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Nathan Bossart | doc: Add missing description for DROP SUBSCRIPTION... |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
Tom Lane | Be more careful to preserve consistency of a tuplestore. |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
Tom Lane | Detect pfree or repalloc of a previously-freed memory... |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
David Rowley | Fix datum_image_*()'s inability to detect sign-extensio... |
commit | commitdiff | tree | snapshot |
| 2026-03-29 |
Andrew Dunstan | Fix multiple bugs in astreamer pipeline code. |
commit | commitdiff | tree | snapshot |
| 2026-03-27 |
Heikki Linnakangas | Avoid memory leak on error while parsing pg_stat_statem... |
commit | commitdiff | tree | snapshot |
| 2026-03-26 |
Fujii Masao | Fix premature NULL lag reporting in pg_stat_replication |
commit | commitdiff | tree | snapshot |
| 2026-03-24 |
John Naylor | Fix copy-paste error in test_ginpostinglist |
commit | commitdiff | tree | snapshot |
| 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 |
Robert Haas | Prevent restore of incremental backup from bloating... |
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 | Add test for row-locking and multixids with prepared... |
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 |
Michael Paquier | doc: Fix sentence of pg_walsummary page |
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 |
Heikki Linnakangas | Fix OldestMemberMXactId and OldestVisibleMXactId array... |
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 | 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 17.9. REL_17_9 |
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 17.8. REL_17_8 |
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-06 |
Fujii Masao | doc: Move synchronized_standby_slots to "Primary Server... |
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-02-04 |
Michael Paquier | pg_resetwal: Fix incorrect error message related to... |
commit | commitdiff | tree | snapshot |
| 2026-02-03 |
Michael Paquier | Fix incorrect errno in OpenWalSummaryFile() |
commit | commitdiff | tree | snapshot |
| 2026-02-02 |
Michael Paquier | Fix error message in RemoveWalSummaryIfOlderThan() |
commit | commitdiff | tree | snapshot |
| 2026-02-01 |
Michael Paquier | Fix build inconsistency due to the generation of wait... |
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 |
| next |