| 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 |
Álvaro Herrera | pg_dump: Preserve NO INHERIT on NOT NULL on inheritance... |
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-25 |
Richard Guo | Fix unsafe RTE_GROUP removal in simplify_EXISTS_query |
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 18.3. REL_18_3 |
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-21 |
Álvaro Herrera | Update .abi-compliance-history for AddRelationNotNullCo... |
commit | commitdiff | tree | snapshot |
| 2026-02-21 |
Álvaro Herrera | Avoid name collision with NOT NULL constraints |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
Tom Lane | First-draft release notes for 18.3. |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
Heikki Linnakangas | Fix expanding 'bounds' in pg_trgm's calc_word_similarit... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
Richard Guo | Fix computation of varnullingrels when translating... |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Álvaro Herrera | Add translator comment |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Álvaro Herrera | Update obsolete comment |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Andrew Dunstan | Fix the volatility setting of json{b}_strip_nulls |
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-13 |
Michael Paquier | Improve error message for checksum failures in pgstat_d... |
commit | commitdiff | tree | snapshot |
| 2026-02-12 |
Heikki Linnakangas | Make pg_numa_query_pages() work in frontend programs |
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 18.2. REL_18_2 |
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 | 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 |
Heikki Linnakangas | Fix buffer overflows in pg_trgm due to lower-casing |
commit | commitdiff | tree | snapshot |
| 2026-02-08 |
Heikki Linnakangas | Remove 'charlen' argument from make_trigrams() |
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 |
Tom Lane | First-draft release notes for 18.2. |
commit | commitdiff | tree | snapshot |
| 2026-02-06 |
Michael Paquier | Fix use of proc number in pgstat_create_backend() |
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 |
Álvaro Herrera | Update .abi-compliance-history for AdjustNotNullInherit... |
commit | commitdiff | tree | snapshot |
| 2026-02-03 |
Álvaro Herrera | Reject ADD CONSTRAINT NOT NULL if name mismatches exist... |
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 |
| 2026-01-29 |
Jeff Davis | Fix theoretical memory leaks in pg_locale_libc.c. |
commit | commitdiff | tree | snapshot |
| 2026-01-29 |
Michael Paquier | psql: Disable %P (pipeline status) for non-active conne... |
commit | commitdiff | tree | snapshot |
| 2026-01-29 |
Amit Kapila | Fix CI failure introduced in commit 851f6649cc. |
commit | commitdiff | tree | snapshot |
| 2026-01-27 |
Jacob Champion | oauth: Correct test dependency on oauth_hook_client |
commit | commitdiff | tree | snapshot |
| 2026-01-27 |
Jeff Davis | Fix crash introduced by incorrect backport 806555e300. |
commit | commitdiff | tree | snapshot |
| 2026-01-27 |
Amit Kapila | Prevent invalidation of newly synced replication slots. |
commit | commitdiff | tree | snapshot |
| 2026-01-26 |
Tomas Vondra | pgindent fix for 3fccbd94cba |
commit | commitdiff | tree | snapshot |
| 2026-01-26 |
Tomas Vondra | Handle ENOENT status when querying NUMA node |
commit | commitdiff | tree | snapshot |
| 2026-01-26 |
Tomas Vondra | Exercise parallel GIN builds in regression tests |
commit | commitdiff | tree | snapshot |
| 2026-01-26 |
Tomas Vondra | Lookup the correct ordering for parallel GIN builds |
commit | commitdiff | tree | snapshot |
| 2026-01-26 |
Robert Haas | Reduce length of TAP test file name. |
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-20 |
Bruce Momjian | doc: revert "xreflabel" used for PL/Python & libpq... |
commit | commitdiff | tree | snapshot |
| 2026-01-19 |
Michael Paquier | pg_stat_statements: Fix crash in list squashing with... |
commit | commitdiff | tree | snapshot |
| 2026-01-19 |
Robert Haas | Don't set the truncation block length greater than... |
commit | commitdiff | tree | snapshot |
| 2026-01-19 |
Richard Guo | Fix unsafe pushdown of quals referencing grouping Vars |
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 |
Heikki Linnakangas | Fix crash in test function on removable_cutoff(NULL) |
commit | commitdiff | tree | snapshot |
| 2026-01-16 |
Amit Langote | Fix rowmark handling for non-relation RTEs during execu... |
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 |
Andres Freund | pgindent fix for 8077649907d |
commit | commitdiff | tree | snapshot |
| 2026-01-15 |
Heikki Linnakangas | Fix 'unexpected data beyond EOF' on replica restart |
commit | commitdiff | tree | snapshot |
| 2026-01-15 |
Andres Freund | aio: io_uring: Fix danger of completion getting reused... |
commit | commitdiff | tree | snapshot |
| next |