| 17 hours ago |
Michael Paquier | Include check on polpermissive relcache for policies REL_14_STABLE github/REL_14_STABLE |
commit | commitdiff | tree | snapshot |
| 4 days ago |
Tomas Vondra | Shorten pg_attribute_always_inline to pg_always_inline |
commit | commitdiff | tree | snapshot |
| 6 days ago |
Heikki Linnakangas | libpq: Make error checks in the new buffer draining... |
commit | commitdiff | tree | snapshot |
| 6 days ago |
Heikki Linnakangas | ssl: Include limits.h to get INT_MAX when using LibreSSL |
commit | commitdiff | tree | snapshot |
| 7 days ago |
Fujii Masao | doc: Clarify COPY FROM WHERE expression restrictions |
commit | commitdiff | tree | snapshot |
| 7 days ago |
Fujii Masao | doc: Fix typo in rule-system view example |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Heikki Linnakangas | libpq: Drain all pending bytes from SSL/GSS during... |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Heikki Linnakangas | libpq: Extend "read pending" check from SSL to GSS |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Heikki Linnakangas | pg_dump: check for _beginthreadex() failure in parallel... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
Robert Haas | Prevent satisfies_hash_partition from crashing with... |
commit | commitdiff | tree | snapshot |
| 11 days ago |
Tom Lane | Disallow renaming a rule to "_RETURN". |
commit | commitdiff | tree | snapshot |
| 12 days ago |
Tom Lane | Fix btree_gist's NotEqual strategy on internal index... |
commit | commitdiff | tree | snapshot |
| 12 days ago |
Fujii Masao | psql: Fix \df tab completion for procedures |
commit | commitdiff | tree | snapshot |
| 12 days ago |
Fujii Masao | Remove replication slot advice from MultiXact wraparoun... |
commit | commitdiff | tree | snapshot |
| 2026-07-01 |
Tom Lane | btree_gist: fix NaN handling in float4/float8 opclasses. |
commit | commitdiff | tree | snapshot |
| 2026-06-29 |
Richard Guo | Use plpythonu in plpython tests added by commit 0b7719f74 |
commit | commitdiff | tree | snapshot |
| 2026-06-29 |
Richard Guo | plpython: Fix NULL pointer dereferences for broken... |
commit | commitdiff | tree | snapshot |
| 2026-06-24 |
Richard Guo | plperl: Fix NULL pointer dereference for forged array... |
commit | commitdiff | tree | snapshot |
| 2026-06-23 |
Michael Paquier | doc: Describe better handling of indexes in ALTER TABLE... |
commit | commitdiff | tree | snapshot |
| 2026-06-19 |
Tom Lane | Make pg_mkdir_p() tolerant of a concurrent directory... |
commit | commitdiff | tree | snapshot |
| 2026-06-18 |
Nathan Bossart | Silence "may be used uninitialized" compiler warning. |
commit | commitdiff | tree | snapshot |
| 2026-06-18 |
Tom Lane | hstore_plperl: Add CHECK_FOR_INTERRUPTS() in reference... |
commit | commitdiff | tree | snapshot |
| 2026-06-18 |
Nathan Bossart | doc: Fix "Prev" link, take 2. |
commit | commitdiff | tree | snapshot |
| 2026-06-18 |
Amit Langote | Report undefined jsonpath variable when no variables... |
commit | commitdiff | tree | snapshot |
| 2026-06-17 |
Tom Lane | jsonb_plperl, jsonb_plpython: Fix unguarded recursion... |
commit | commitdiff | tree | snapshot |
| 2026-06-16 |
Michael Paquier | Fix another instability in recovery TAP test 004_timeli... |
commit | commitdiff | tree | snapshot |
| 2026-06-16 |
Álvaro Herrera | logical decoding: Correctly free speculative insertion |
commit | commitdiff | tree | snapshot |
| 2026-06-16 |
Heikki Linnakangas | Fix int32 overflow in ltree_compare() |
commit | commitdiff | tree | snapshot |
| 2026-06-15 |
Tom Lane | Clean up quoting of variable strings within replication... |
commit | commitdiff | tree | snapshot |
| 2026-06-15 |
Nathan Bossart | doc: Fix "Prev" link. |
commit | commitdiff | tree | snapshot |
| 2026-06-15 |
Heikki Linnakangas | Fix PQdescribePrepared with more than 7498 params |
commit | commitdiff | tree | snapshot |
| 2026-06-15 |
Michael Paquier | Trim regression test expected output for xml |
commit | commitdiff | tree | snapshot |
| 2026-06-14 |
Tom Lane | Doc: remove stale entry for removed aclitem[] ~ aclitem... |
commit | commitdiff | tree | snapshot |
| 2026-06-14 |
Alexander Korotkov | amcheck: Use correct varlena size accessor in bt_normal... |
commit | commitdiff | tree | snapshot |
| 2026-06-12 |
Andrew Dunstan | Adjust cross-version upgrade tests for seg_out() fix |
commit | commitdiff | tree | snapshot |
| 2026-06-12 |
Andrew Dunstan | Don't try to import a non-exported object in vcregress.pl |
commit | commitdiff | tree | snapshot |
| 2026-06-12 |
Daniel Gustafsson | Fix compilation with OpenSSL 4 |
commit | commitdiff | tree | snapshot |
| 2026-06-12 |
Michael Paquier | Update expected regression test output for xml_2.out |
commit | commitdiff | tree | snapshot |
| 2026-06-12 |
Fujii Masao | doc: fix reference for finding replication slots to... |
commit | commitdiff | tree | snapshot |
| 2026-06-12 |
Michael Paquier | Fix handling of namespace nodes in xpath() (xml) |
commit | commitdiff | tree | snapshot |
| 2026-06-11 |
Heikki Linnakangas | seg: Fix seg_out() to preserve the upper boundary's... |
commit | commitdiff | tree | snapshot |
| 2026-06-11 |
Michael Paquier | xml2: Fix crash with namespace nodes in xpath_nodeset() |
commit | commitdiff | tree | snapshot |
| 2026-06-08 |
Jeff Davis | dict_synonym.c: remove incorrect outlen. |
commit | commitdiff | tree | snapshot |
| 2026-06-08 |
Tom Lane | Fix missed checks for hashability of container-type... |
commit | commitdiff | tree | snapshot |
| 2026-06-08 |
Nathan Bossart | doc: Expand on proper use of refint. |
commit | commitdiff | tree | snapshot |
| 2026-06-08 |
Fujii Masao | ecpg: Reject multiple header items in GET/SET DESCRIPTOR |
commit | commitdiff | tree | snapshot |
| 2026-06-08 |
Michael Paquier | psql: Fix expanded aligned output |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Michael Paquier | pg_surgery: Fix off-by-one bug with heap offset |
commit | commitdiff | tree | snapshot |
| 2026-06-05 |
Nathan Bossart | refint: Remove plan cache. |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Michael Paquier | Fix off-by-one with NFC recomposition for Hangul U... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Tom Lane | Improve reporting of invalid weight symbols in setweigh... |
commit | commitdiff | tree | snapshot |
| 2026-06-04 |
Tom Lane | Fix another case of indirectly casting away const. |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
Fujii Masao | Fix race in ReplicationSlotRelease() for ephemeral... |
commit | commitdiff | tree | snapshot |
| 2026-06-03 |
Michael Paquier | Fix copy-paste error in hash_record_extended() |
commit | commitdiff | tree | snapshot |
| 2026-05-28 |
Heikki Linnakangas | Use term "referenced" rather than "dependent" in depend... |
commit | commitdiff | tree | snapshot |
| 2026-05-28 |
Andres Freund | Make stack depth check work with asan's use-after-return |
commit | commitdiff | tree | snapshot |
| 2026-05-27 |
Heikki Linnakangas | Avoid orphaned objects dependencies |
commit | commitdiff | tree | snapshot |
| 2026-05-27 |
Heikki Linnakangas | Don't try to record dependency on a dropped column... |
commit | commitdiff | tree | snapshot |
| 2026-05-27 |
Heikki Linnakangas | Fix self-deadlock when replaying WAL generated by older... |
commit | commitdiff | tree | snapshot |
| 2026-05-27 |
Michael Paquier | Fix procLatch ownership race in ProcKill() |
commit | commitdiff | tree | snapshot |
| 2026-05-27 |
Michael Paquier | Fix race conditions in ProcKill()'s lock-group freelist... |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
Tom Lane | Fix missed ReleaseVariableStats() in intarray's _int_ma... |
commit | commitdiff | tree | snapshot |
| 2026-05-25 |
Michael Paquier | Fix size check in statext_dependencies_deserialize() |
commit | commitdiff | tree | snapshot |
| 2026-05-22 |
Michael Paquier | Avoid exposing WAL receiver raw conninfo during timelin... |
commit | commitdiff | tree | snapshot |
| 2026-05-20 |
Fujii Masao | pg_recvlogical: Honor source cluster file permissions... |
commit | commitdiff | tree | snapshot |
| 2026-05-17 |
Noah Misch | Use ereport(ERROR), not Assert(), for publisher tuples... |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Tom Lane | Doc: fix release-note typo. |
commit | commitdiff | tree | snapshot |
| 2026-05-15 |
Michael Paquier | Re-add regression tests for ltree and intarray |
commit | commitdiff | tree | snapshot |
| 2026-05-14 |
Nathan Bossart | refint: Fix segfault in check_foreign_key(). |
commit | commitdiff | tree | snapshot |
| 2026-05-13 |
Michael Paquier | Add more tests for corrupted data with pglz_decompress() |
commit | commitdiff | tree | snapshot |
| 2026-05-13 |
Fujii Masao | Fix stale COPY progress during logical replication... |
commit | commitdiff | tree | snapshot |
| 2026-05-12 |
Michael Paquier | Add missing include in Cluster.pm |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Stamp 14.23. REL_14_23 |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Heikki Linnakangas | Use palloc_array() in a few more places to avoid overflow |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Remove test cases for field overflows in intarray and... |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Nathan Bossart | refint: Fix SQL injection and buffer overruns. |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Nathan Bossart | Mark PQfn() unsafe and fix overrun in frontend LO inter... |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Heikki Linnakangas | Fix integer overflow in array_agg(), when the array... |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Fix integer-overflow and alignment hazards in locale... |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Michael Paquier | Prevent path traversal in pg_basebackup and pg_rewind |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Nathan Bossart | Avoid overflow in size calculations in formatting.c. |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Nathan Bossart | Check CREATE privilege on multirange type schema in... |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Guard against unsafe conditions in usage of pg_strftime(). |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Avoid passing unintended format codes to snprintf(). |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Michael Paquier | Apply timingsafe_bcmp() in authentication paths |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Heikki Linnakangas | Add timingsafe_bcmp(), for constant-time memory comparison |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Guard against overflow in "left" fields of query_int... |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Unify src/common/'s definitions of MaxAllocSize. |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Michael Paquier | Fix unbounded recursive handling of SSL/GSS in ProcessS... |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Michael Paquier | Add raw_connect and raw_connect_works to Cluster.pm |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Fix assorted places that need to use palloc_array(). |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Prevent buffer overrun in unicode_normalize(). |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Harden our regex engine against integer overflow in... |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Make palloc_array() and friends safe against integer... |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Tom Lane | Add pg_add_size_overflow() and friends |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Michael Paquier | Fix overflows with ts_headline() |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Michael Paquier | ltree: Fix overflows with lquery parsing |
commit | commitdiff | tree | snapshot |
| 2026-05-11 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
| 2026-05-10 |
Tom Lane | Release notes for 18.4, 17.10, 16.14, 15.18, 14.23. |
commit | commitdiff | tree | snapshot |
| next |