postgres.git / summary / log
2026-08-05 a1e39c501d7a When changing owner of a subscription, do not throw an error.
Jeff Davis
2026-08-05 45b479a836ec Revert "Validate subscription conninfo on owner change"
Jeff Davis
2026-08-05 1718a16433a3 CREATE SUBSCRIPTION: do not construct conninfo unnecessarily.
Jeff Davis
2026-08-05 caadb9e97f57 For subscription DDL, demote user mapping checks to WARNING.
Jeff Davis
2026-08-05 5ba18183c4ca Always check foreign-server USAGE when resolving subscription conninfo.
Jeff Davis
2026-08-05 ae420d66e720 Be precise about when ALTER SUBSCRIPTION needs conninfo.
Jeff Davis
2026-08-05 f567e066d6e3 Build subscription conninfo after checking that it's enabled.
Jeff Davis
2026-08-05 8f7617ff7af6 Remove Subscription conninfo field; generate in caller.
Jeff Davis
2026-08-05 55ea764269b6 Fix calculating length of match to localized month/weekday names
Álvaro Herrera
2026-08-05 8ce749f8f65c Disallow aggregates, window functions, and SRFs in GRAPH_TABLE COLUMNS
Peter Eisentraut
2026-08-05 0e2fb2c8c307 Initialize read stream before fetching metapage in hash bulk-deletion
Michael Paquier
2026-08-05 c5e11de2f378 More tab-completion for DROP PROPERTY GRAPH
Peter Eisentraut
2026-08-05 4642ddc2a586 doc: Update XID wraparound error example
Fujii Masao
2026-08-05 3d4216d85f42 Clarify wraparound warning percentage messages
Fujii Masao
2026-08-05 1aaca5ab8ffb doc: Clarify wal_sender_shutdown_timeout values
Fujii Masao
2026-08-04 2f768dda531c Silence Coverity warning about unused visibilitymap_clear() result
Melanie Plageman
2026-08-04 8126fe4739b5 psql: Message style fixes
Peter Eisentraut
2026-08-04 16aba1f9b3ad doc: Make synopsis placeholders consistent
Peter Eisentraut
2026-08-04 01805b7d16b9 Do not reuse rd_smgr in fork loop when enabling data checksums
Daniel Gustafsson
2026-08-04 1f24c823720d pg_surgery: Fix infinite loop on large TID arrays
Álvaro Herrera
2026-08-04 77964322d608 doc: Add PROPERTY GRAPH to the access privilege tables
Peter Eisentraut
2026-08-04 4054ec5b4f39 Prohibit GRANT ... ON TABLE on a property graph
Peter Eisentraut
2026-08-04 8380013cd288 Fix error handling in getCopyDataMessage() and pqFunctionCall3()
Fujii Masao
2026-08-04 ce6e434ceeb0 Fix ALTER COLUMN ... DROP EXPRESSION with subpartitions
Álvaro Herrera
2026-08-04 7746f7492d5b Fix missing money overflow checks for INT64_MIN / -1
David Rowley
2026-08-04 5cb0f004f179 Fix missing MCXT_ALLOC_NO_OOM handling in MemoryContextAllocAligned
David Rowley
2026-08-04 98bcb0ab8aa3 Validate publisher for retain_dead_tuples in the apply worker.
Amit Kapila
2026-08-03 8c1723f550a7 postgres_fdw: reject use_scram_passthrough for subscriptions.
Jeff Davis
2026-08-03 608704adee75 Improve DROP SERVER handling of dependent subscriptions.
Jeff Davis
2026-08-03 9eccdae22aca Fix lock release for role membership grants in DROP OWNED BY.
Jeff Davis
2026-08-03 343d98c3601a Don't skip invalid databases when enabling data checksums
Daniel Gustafsson
2026-08-03 72b0fee51df2 Do not log subscription conninfo.
Jeff Davis
2026-08-03 072b962d99c6 Undo inadvertent loosening of archive filename checking.
Robert Haas
2026-08-03 1d24c588975a Remove unused arg and dead code in set_attnotnull()
Álvaro Herrera
2026-08-03 d2ac26eb9b1e Fix missing space before WHERE in GRAPH_TABLE deparse
Peter Eisentraut
2026-08-03 3fb599b26411 Fix nullability check for a sub-select's upper-level Vars
Richard Guo
2026-08-02 df8407d7dc7d Tighten up TS dictionary cache entry creation.
Tom Lane
2026-08-02 3fe4062cc621 Fix memory-safety bugs in the ispell/hunspell dictionary loader.
Tom Lane
2026-08-02 3c16aa29305e Update time zone data files to tzdata release 2026c.
Tom Lane
2026-08-01 4afa9788b516 Add a comment to distinguish backend types
Daniel Gustafsson
2026-08-01 602f19c84ca1 doc: Fix glossary entry for data checksums workers
Daniel Gustafsson
2026-07-31 d6792cc58e9c Allow IO time to be counted without a matching IO operation in pg_stat_io
Melanie Plageman
2026-07-31 0c57a40694d8 Add list of major features to the v19 release notes.
Nathan Bossart
2026-07-31 19ff9a1ae040 libpq-oauth: Avoid overflow for very large intervals
Jacob Champion
2026-07-31 dfb96277d7ba Prevent walsummarizer from getting stuck at a timeline switch.
Robert Haas
2026-07-31 b3331578b586 Fix autovacuum's database sorting.
Nathan Bossart
2026-07-31 a71a348ed1e0 Fix Hash Join performance issue when hashing NULL values
David Rowley
2026-07-31 c7d8049682d6 Improve wording of sequence origin warning in logical replication.
Amit Kapila
2026-07-31 f9282a65058b Fix issue with RANGE's DEFAULT partition pruning
David Rowley
2026-07-31 4a791db9bdbd Fix incorrect Result node flattening logic
David Rowley
[prev] [next]