Mailing lists [pgsql-committers]
- pgsql: Add paths of extensions to pg_available_extensions Andrew Dunstan
- pgsql: Update copyright for 2026 Bruce Momjian
- pgsql: Update copyright for 2026 Bruce Momjian
- pgsql: Update copyright for 2026 Bruce Momjian
- pgsql: Update copyright for 2026 Bruce Momjian
- pgsql: Update copyright for 2026 Bruce Momjian
- pgsql: Update copyright for 2026 Bruce Momjian
- pgsql: Fix spelling mistake in fk-snapshot-3.spec David Rowley
- pgsql: Improve a couple of error messages. Tom Lane
- pgsql: Fix selectivity estimation integer overflow in contrib/intarray David Rowley
- pgsql: Fix selectivity estimation integer overflow in contrib/intarray David Rowley
- pgsql: Fix selectivity estimation integer overflow in contrib/intarray David Rowley
- pgsql: Fix selectivity estimation integer overflow in contrib/intarray David Rowley
- pgsql: Fix selectivity estimation integer overflow in contrib/intarray David Rowley
- pgsql: Fix selectivity estimation integer overflow in contrib/intarray David Rowley
- pgsql: Doc: add missing punctuation David Rowley
- pgsql: Doc: add missing punctuation David Rowley
- pgsql: Doc: add missing punctuation David Rowley
- pgsql: Doc: add missing punctuation David Rowley
- pgsql: Doc: add missing punctuation David Rowley
- pgsql: Doc: add missing punctuation David Rowley
- pgsql: Remove bogus const qualifier on PageGetItem() argument Peter Eisentraut
- pgsql: Fix partial read handling in pg_upgrade's multixact conversion Heikki Linnakangas
- pgsql: Include error location in errors from ComputeIndexAttrs(). Tom Lane
- pgsql: Add parse location to IndexElem. Tom Lane
- pgsql: Allow role created by new test to log in on Windows. Tom Lane
- pgsql: Fix typos and inconsistencies in code and comments Michael Paquier
- pgsql: Remove unneeded defines from pg_config.h.in Michael Paquier
- Re: pgsql: Remove unneeded defines from pg_config.h.in Tom Lane
- Re: pgsql: Remove unneeded defines from pg_config.h.in Michael Paquier
- Re: pgsql: Remove unneeded defines from pg_config.h.in Tom Lane
- pgsql: Remove unneeded probes from configure and meson Michael Paquier
- Re: pgsql: Remove unneeded defines from pg_config.h.in Michael Paquier
- Re: pgsql: Remove unneeded defines from pg_config.h.in Tom Lane
- pgsql: Improve the comments atop build_replindex_scan_key(). Amit Kapila
- pgsql: Use the GetPGProcByNumber() macro when possible David Rowley
- pgsql: Tighten up assertion on a local variable Heikki Linnakangas
- pgsql: Tighten up assertion on a local variable Heikki Linnakangas
- pgsql: Separate read and write pointers in pg_saslprep Peter Eisentraut
- pgsql: Fix comment in tableam.c Michael Paquier
- pgsql: Remove redundant SET enable_partitionwise_join = on. Robert Haas
- pgsql: Add the MODE option to the WAIT FOR LSN command Alexander Korotkov
- pgsql: Adjust errcode in checkPartition() Alexander Korotkov
- pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup( Alexander Korotkov
- pgsql: Extend xlogwait infrastructure with write and flush wait types Alexander Korotkov
- pgsql: Add tab completion for the WAIT FOR LSN MODE option Alexander Korotkov
- pgsql: Fix typo in parallel.c. Masahiko Sawada
- pgsql: ci: Remove ulimit -p for netbsd/openbsd Andres Freund
- pgsql: ci: Remove ulimit -p for netbsd/openbsd Andres Freund
- pgsql: Update to latest Snowball sources. Tom Lane
- pgsql: Fix meson build of snowball code. Tom Lane
- Re: pgsql: Update to latest Snowball sources. Jelte Fennema-Nio
- Re: pgsql: Update to latest Snowball sources. Tom Lane
- pgsql: pg_visibility: Fix incorrect buffer lock description in comment. Masahiko Sawada
- pgsql: Clarify where various catcache.h dlist_nodes are used David Rowley
- pgsql: doc: Fix outdated doc in pg_rewind. Fujii Masao
- pgsql: doc: Fix outdated doc in pg_rewind. Fujii Masao
- pgsql: Fix misleading comment for GetOperatorFromCompareType David Rowley
- pgsql: Fix misleading comment for GetOperatorFromCompareType David Rowley
- pgsql: Simplify GetOperatorFromCompareType() code David Rowley
- pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r Fujii Masao
- pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION. Fujii Masao
- pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r Fujii Masao
- pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION. Fujii Masao
- pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION. Fujii Masao
- pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r Fujii Masao
- pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION. Fujii Masao
- pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r Fujii Masao
- pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r Fujii Masao
- pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION. Fujii Masao
- pgsql: Fix typo in planner.c Michael Paquier
- pgsql: Fix typo in slot.c. Amit Kapila
- pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION David Rowley
- pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION David Rowley
- pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION David Rowley
- pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION David Rowley
- pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION David Rowley
- pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION David Rowley
- pgsql: Update comments atop ReplicationSlotCreate. Amit Kapila
- pgsql: Update comments atop ReplicationSlotCreate. Amit Kapila
- pgsql: Allow bgworkers to be terminated for database-related commands Michael Paquier
- pgsql: Use relation_close() more consistently in contrib/ Michael Paquier
- pgsql: Fix variable usage in wakeupWaiters() Alexander Korotkov
- pgsql: Add test coverage for indirection transformation Peter Eisentraut
- pgsql: Improve portability of new worker_spi test Michael Paquier
- pgsql: ICU: use UTF8-optimized case conversion API Jeff Davis
- pgsql: Fix buggy interaction between array subscripts and subplan param Andres Freund
- pgsql: Fix buggy interaction between array subscripts and subplan param Andres Freund
- pgsql: Clean up ICU includes. Jeff Davis
- pgsql: Add data type oid8, 64-bit unsigned identifier Michael Paquier
- Re: pgsql: Add data type oid8, 64-bit unsigned identifier Tom Lane
- Re: pgsql: Add data type oid8, 64-bit unsigned identifier Michael Paquier
- pgsql: Improve portability of test with oid8 comparison function Michael Paquier
- pgsql: doc: Add index entry for Git. Fujii Masao
- pgsql: doc: Add glossary and index entries for GUC. Fujii Masao
- pgsql: Further doc updates to reflect MD5 deprecation John Naylor
- pgsql: Further doc updates to reflect MD5 deprecation John Naylor
- pgsql: Fix grammar in datatype.sgml Michael Paquier
- pgsql: Fix unexpected reversal of lists during catcache rehash Michael Paquier
- pgsql: createuser: Update docs to reflect defaults John Naylor
- pgsql: createuser: Update docs to reflect defaults John Naylor
- pgsql: createuser: Update docs to reflect defaults John Naylor
- pgsql: createuser: Update docs to reflect defaults John Naylor
- pgsql: createuser: Update docs to reflect defaults John Naylor
- pgsql: createuser: Update docs to reflect defaults John Naylor
- pgsql: Fix typo Peter Eisentraut
- pgsql: Fix typo Peter Eisentraut
- pgsql: Fix typo Peter Eisentraut
- pgsql: Fix typo Peter Eisentraut
- pgsql: Fix typo Peter Eisentraut
- pgsql: Revert "Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_ Alexander Korotkov
- pgsql: doc: Remove deprecated clauses from CREATE USER/GROUP syntax syn Fujii Masao
- pgsql: Fix nbtree skip array transformation comments. Peter Geoghegan
- pgsql: Fix nbtree skip array transformation comments. Peter Geoghegan
- pgsql: MSVC: Support building for AArch64. Nathan Bossart
- pgsql: Replace flaky CIC/RI isolation tests with a TAP test Álvaro Herrera
- pgsql: psql: Add tab completion for pstdin and pstdout in \copy. Masahiko Sawada
- pgsql: pg_createsubscriber: Improve handling of automated recovery conf Michael Paquier
- pgsql: Prevent invalidation of newly created replication slots. Amit Kapila
- pgsql: Prevent invalidation of newly created replication slots. Amit Kapila
- pgsql: Prevent invalidation of newly created replication slots. Amit Kapila
- pgsql: Prevent invalidation of newly created replication slots. Amit Kapila
- pgsql: Remove use of rindex() function Peter Eisentraut
- pgsql: strnlen() is now required Peter Eisentraut
- pgsql: Fix typos in the code. Amit Kapila
- pgsql: Fix misc typos, mostly in comments Heikki Linnakangas
- pgsql: Improve comments around _bt_checkkeys Heikki Linnakangas
- pgsql: Use IsA macro, for sake of consistency Heikki Linnakangas
- pgsql: Mark GiST inet_ops as opcdefault, and deal with ensuing fallout. Tom Lane
- pgsql: Remove now-useless btree_gist--1.2.sql script. Tom Lane
- pgsql: Create btree_gist v1.9, in which inet/cidr opclasses aren't defa Tom Lane
- pgsql: Fix possible incorrect column reference in ERROR message David Rowley
- pgsql: Fix possible incorrect column reference in ERROR message David Rowley
- pgsql: Fix possible incorrect column reference in ERROR message David Rowley
- pgsql: Fix possible incorrect column reference in ERROR message David Rowley
- pgsql: Fix possible incorrect column reference in ERROR message David Rowley
- pgsql: Fix possible incorrect column reference in ERROR message David Rowley
- pgsql: meson: Rename cpp variable to cxx Peter Eisentraut
- pgsql: ci: Configure g++ with 32-bit for 32-bit build Peter Eisentraut
- pgsql: Decouple C++ support in Meson's PGXS from LLVM enablement Peter Eisentraut
- pgsql: Use IsA() macro in define.c, for sake of consistency. Fujii Masao
- pgsql: pg_dump: Fix gathering of sequence information. Nathan Bossart
- pgsql: pg_dump: Fix gathering of sequence information. Nathan Bossart
- pgsql: Improve "constraint must include all partitioning columns" messa Tom Lane
- pgsql: doc: Improve description of publish_via_partition_root Jacob Champion
- pgsql: doc: Improve description of publish_via_partition_root Jacob Champion
- pgsql: doc: Improve description of publish_via_partition_root Jacob Champion
- pgsql: doc: Improve description of publish_via_partition_root Jacob Champion
- pgsql: doc: Improve description of publish_via_partition_root Jacob Champion
- pgsql: doc: Improve description of publish_via_partition_root Jacob Champion
- pgsql: Inline ginCompareAttEntries for speed Heikki Linnakangas
- pgsql: instrumentation: Keep time fields as instrtime, convert in calle Andres Freund
- pgsql: Fix some typos across the board Michael Paquier
- pgsql: doc: Improve description of pg_restore --jobs Michael Paquier
- pgsql: pg_dump: Fix memory leak in dumpSequenceData(). Nathan Bossart
- pgsql: pg_dump: Fix memory leak in dumpSequenceData(). Nathan Bossart
- pgsql: Make dmetaphone collation-aware Peter Eisentraut
- pgsql: Add const to read only TableInfo pointers in pg_dump Peter Eisentraut
- pgsql: Avoid casting void * function arguments Peter Eisentraut
- pgsql: Move instrumentation-related structs to instrument_node.h Álvaro Herrera
- pgsql: fuzzystrmatch: use pg_ascii_toupper(). Jeff Davis
- pgsql: Stop including {brin,gin}_tuple.h in tuplesort.h Álvaro Herrera
- pgsql: freespace: Don't modify page without any lock Andres Freund
- pgsql: heapam: Use exclusive lock on old page in CLUSTER Andres Freund
- pgsql: heapam: Add batch mode mvcc check and use it in page mode Andres Freund
- pgsql: Fix error message typo. Jeff Davis
- pgsql: Improve some comment wording and grammar in extension.c John Naylor
- pgsql: Fix test_misc/010_index_concurrently_upsert for cache-clobbering Álvaro Herrera
- pgsql: doc: Document DEFAULT option in file_fdw. Fujii Masao
- pgsql: doc: Document DEFAULT option in file_fdw. Fujii Masao
- pgsql: doc: Document DEFAULT option in file_fdw. Fujii Masao
- pgsql: doc: Document DEFAULT option in file_fdw. Fujii Masao