Messages by Date
-
2026/01/15
pgsql: Fix 'unexpected data beyond EOF' on replica restart
Heikki Linnakangas
-
2026/01/15
pgsql: Fix 'unexpected data beyond EOF' on replica restart
Heikki Linnakangas
-
2026/01/15
pgsql: Fix 'unexpected data beyond EOF' on replica restart
Heikki Linnakangas
-
2026/01/15
pgsql: Fix 'unexpected data beyond EOF' on replica restart
Heikki Linnakangas
-
2026/01/15
pgsql: Fix 'unexpected data beyond EOF' on replica restart
Heikki Linnakangas
-
2026/01/15
pgsql: Fix 'unexpected data beyond EOF' on replica restart
Heikki Linnakangas
-
2026/01/15
pgsql: Remove #include <math.h> where not needed
Álvaro Herrera
-
2026/01/15
Re: pgsql: Enable Python Limited API for PL/Python on MSVC
Bryan Green
-
2026/01/15
pgsql: aio: io_uring: Fix danger of completion getting reused before be
Andres Freund
-
2026/01/15
pgsql: aio: io_uring: Fix danger of completion getting reused before be
Andres Freund
-
2026/01/15
pgsql: Wake up autovacuum launcher from postmaster when a worker exits
Heikki Linnakangas
-
2026/01/15
pgsql: Add check for invalid offset at multixid truncation
Heikki Linnakangas
-
2026/01/15
pgsql: Add check for invalid offset at multixid truncation
Heikki Linnakangas
-
2026/01/15
pgsql: Add check for invalid offset at multixid truncation
Heikki Linnakangas
-
2026/01/15
pgsql: Add check for invalid offset at multixid truncation
Heikki Linnakangas
-
2026/01/15
pgsql: Add check for invalid offset at multixid truncation
Heikki Linnakangas
-
2026/01/15
pgsql: Add check for invalid offset at multixid truncation
Heikki Linnakangas
-
2026/01/15
Re: pgsql: Enable Python Limited API for PL/Python on MSVC
Peter Eisentraut
-
2026/01/15
pgsql: Remove some unnecessary code from multixact truncation
Heikki Linnakangas
-
2026/01/15
pgsql: plpython: Remove duplicate PyModule_Create()
Peter Eisentraut
-
2026/01/15
pgsql: plpython: Streamline initialization
Peter Eisentraut
-
2026/01/15
pgsql: plpython: Remove commented out code
Peter Eisentraut
-
2026/01/15
pgsql: plpython: Clean up PyModule_AddObject() uses
Peter Eisentraut
-
2026/01/14
pgsql: Introduce routines to validate and free MVNDistinct and MVDepend
Michael Paquier
-
2026/01/14
pgsql: Remove redundant assignment in CreateWorkExprContext
Jeff Davis
-
2026/01/14
pgsql: lwlock: Improve local variable name
Andres Freund
-
2026/01/14
pgsql: Prevent unintended dropping of active replication origins.
Amit Kapila
-
2026/01/14
pgsql: doc: Slightly correct advice on C/C++ linkage
Peter Eisentraut
-
2026/01/14
pgsql: Revert "Replace pg_restrict by standard restrict"
Peter Eisentraut
-
2026/01/14
pgsql: Reword confusing comment to avoid "typo fixes"
Álvaro Herrera
-
2026/01/14
pgsql: pg_waldump: Relax LSN comparison check in TAP test
Michael Paquier
-
2026/01/14
pgsql: Enable Python Limited API for PL/Python on MSVC
Peter Eisentraut
-
2026/01/14
pgsql: pg_waldump: Relax LSN comparison check in TAP test
Michael Paquier
-
2026/01/14
pgsql: pg_waldump: Relax LSN comparison check in TAP test
Michael Paquier
-
2026/01/14
pgsql: Use more consistent *GetDatum() macros for some unsigned numbers
Michael Paquier
-
2026/01/13
pgsql: pg_waldump: Relax LSN comparison check in TAP test
Michael Paquier
-
2026/01/13
pgsql: bufmgr: Make definitions related to buffer descriptor easier to
Andres Freund
-
2026/01/13
pgsql: lwlock: Invert meaning of LW_FLAG_RELEASE_OK
Andres Freund
-
2026/01/13
pgsql: Fix query jumbling with GROUP BY clauses
Michael Paquier
-
2026/01/13
pgsql: Fix query jumbling with GROUP BY clauses
Michael Paquier
-
2026/01/13
pgsql: doc: Document DEFAULT option in file_fdw.
Fujii Masao
-
2026/01/13
pgsql: doc: Document DEFAULT option in file_fdw.
Fujii Masao
-
2026/01/13
pgsql: doc: Document DEFAULT option in file_fdw.
Fujii Masao
-
2026/01/13
pgsql: doc: Document DEFAULT option in file_fdw.
Fujii Masao
-
2026/01/13
pgsql: Fix test_misc/010_index_concurrently_upsert for cache-clobbering
Álvaro Herrera
-
2026/01/12
pgsql: Improve some comment wording and grammar in extension.c
John Naylor
-
2026/01/12
pgsql: Fix error message typo.
Jeff Davis
-
2026/01/12
pgsql: heapam: Add batch mode mvcc check and use it in page mode
Andres Freund
-
2026/01/12
pgsql: freespace: Don't modify page without any lock
Andres Freund
-
2026/01/12
pgsql: heapam: Use exclusive lock on old page in CLUSTER
Andres Freund
-
2026/01/12
pgsql: Stop including {brin,gin}_tuple.h in tuplesort.h
Álvaro Herrera
-
2026/01/12
pgsql: fuzzystrmatch: use pg_ascii_toupper().
Jeff Davis
-
2026/01/12
pgsql: Move instrumentation-related structs to instrument_node.h
Álvaro Herrera
-
2026/01/12
pgsql: Avoid casting void * function arguments
Peter Eisentraut
-
2026/01/12
pgsql: Add const to read only TableInfo pointers in pg_dump
Peter Eisentraut
-
2026/01/11
pgsql: Make dmetaphone collation-aware
Peter Eisentraut
-
2026/01/11
pgsql: pg_dump: Fix memory leak in dumpSequenceData().
Nathan Bossart
-
2026/01/11
pgsql: pg_dump: Fix memory leak in dumpSequenceData().
Nathan Bossart
-
2026/01/10
pgsql: doc: Improve description of pg_restore --jobs
Michael Paquier
-
2026/01/10
pgsql: Fix some typos across the board
Michael Paquier
-
2026/01/09
pgsql: instrumentation: Keep time fields as instrtime, convert in calle
Andres Freund
-
2026/01/09
pgsql: Inline ginCompareAttEntries for speed
Heikki Linnakangas
-
2026/01/09
pgsql: doc: Improve description of publish_via_partition_root
Jacob Champion
-
2026/01/09
pgsql: doc: Improve description of publish_via_partition_root
Jacob Champion
-
2026/01/09
pgsql: doc: Improve description of publish_via_partition_root
Jacob Champion
-
2026/01/09
pgsql: doc: Improve description of publish_via_partition_root
Jacob Champion
-
2026/01/09
pgsql: doc: Improve description of publish_via_partition_root
Jacob Champion
-
2026/01/09
pgsql: doc: Improve description of publish_via_partition_root
Jacob Champion
-
2026/01/09
pgsql: Improve "constraint must include all partitioning columns" messa
Tom Lane
-
2026/01/09
pgsql: pg_dump: Fix gathering of sequence information.
Nathan Bossart
-
2026/01/09
pgsql: pg_dump: Fix gathering of sequence information.
Nathan Bossart
-
2026/01/09
pgsql: Use IsA() macro in define.c, for sake of consistency.
Fujii Masao
-
2026/01/09
pgsql: Decouple C++ support in Meson's PGXS from LLVM enablement
Peter Eisentraut
-
2026/01/09
pgsql: ci: Configure g++ with 32-bit for 32-bit build
Peter Eisentraut
-
2026/01/09
pgsql: meson: Rename cpp variable to cxx
Peter Eisentraut
-
2026/01/08
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
-
2026/01/08
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
-
2026/01/08
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
-
2026/01/08
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
-
2026/01/08
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
-
2026/01/08
pgsql: Fix possible incorrect column reference in ERROR message
David Rowley
-
2026/01/08
pgsql: Remove now-useless btree_gist--1.2.sql script.
Tom Lane
-
2026/01/08
pgsql: Create btree_gist v1.9, in which inet/cidr opclasses aren't defa
Tom Lane
-
2026/01/08
pgsql: Mark GiST inet_ops as opcdefault, and deal with ensuing fallout.
Tom Lane
-
2026/01/08
pgsql: Use IsA macro, for sake of consistency
Heikki Linnakangas
-
2026/01/08
pgsql: Improve comments around _bt_checkkeys
Heikki Linnakangas
-
2026/01/08
pgsql: Fix misc typos, mostly in comments
Heikki Linnakangas
-
2026/01/08
pgsql: Fix typos in the code.
Amit Kapila
-
2026/01/08
pgsql: strnlen() is now required
Peter Eisentraut
-
2026/01/08
pgsql: Remove use of rindex() function
Peter Eisentraut
-
2026/01/07
pgsql: Prevent invalidation of newly created replication slots.
Amit Kapila
-
2026/01/07
pgsql: Prevent invalidation of newly created replication slots.
Amit Kapila
-
2026/01/07
pgsql: Prevent invalidation of newly created replication slots.
Amit Kapila
-
2026/01/07
pgsql: Prevent invalidation of newly created replication slots.
Amit Kapila
-
2026/01/07
pgsql: pg_createsubscriber: Improve handling of automated recovery conf
Michael Paquier
-
2026/01/07
pgsql: psql: Add tab completion for pstdin and pstdout in \copy.
Masahiko Sawada
-
2026/01/07
pgsql: Replace flaky CIC/RI isolation tests with a TAP test
Álvaro Herrera
-
2026/01/07
pgsql: MSVC: Support building for AArch64.
Nathan Bossart
-
2026/01/07
pgsql: Fix nbtree skip array transformation comments.
Peter Geoghegan
-
2026/01/07
pgsql: Fix nbtree skip array transformation comments.
Peter Geoghegan
-
2026/01/07
pgsql: doc: Remove deprecated clauses from CREATE USER/GROUP syntax syn
Fujii Masao
-
2026/01/07
pgsql: Revert "Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_
Alexander Korotkov
-
2026/01/07
pgsql: Fix typo
Peter Eisentraut
-
2026/01/07
pgsql: Fix typo
Peter Eisentraut
-
2026/01/07
pgsql: Fix typo
Peter Eisentraut
-
2026/01/07
pgsql: Fix typo
Peter Eisentraut
-
2026/01/07
pgsql: Fix typo
Peter Eisentraut
-
2026/01/07
pgsql: createuser: Update docs to reflect defaults
John Naylor
-
2026/01/07
pgsql: createuser: Update docs to reflect defaults
John Naylor
-
2026/01/07
pgsql: createuser: Update docs to reflect defaults
John Naylor
-
2026/01/07
pgsql: createuser: Update docs to reflect defaults
John Naylor
-
2026/01/07
pgsql: createuser: Update docs to reflect defaults
John Naylor
-
2026/01/07
pgsql: createuser: Update docs to reflect defaults
John Naylor
-
2026/01/07
pgsql: Fix unexpected reversal of lists during catcache rehash
Michael Paquier
-
2026/01/06
pgsql: Fix grammar in datatype.sgml
Michael Paquier
-
2026/01/06
pgsql: Further doc updates to reflect MD5 deprecation
John Naylor
-
2026/01/06
pgsql: Further doc updates to reflect MD5 deprecation
John Naylor
-
2026/01/06
pgsql: doc: Add index entry for Git.
Fujii Masao
-
2026/01/06
pgsql: doc: Add glossary and index entries for GUC.
Fujii Masao
-
2026/01/06
pgsql: Improve portability of test with oid8 comparison function
Michael Paquier
-
2026/01/06
Re: pgsql: Add data type oid8, 64-bit unsigned identifier
Michael Paquier
-
2026/01/06
Re: pgsql: Add data type oid8, 64-bit unsigned identifier
Tom Lane
-
2026/01/06
pgsql: Add data type oid8, 64-bit unsigned identifier
Michael Paquier
-
2026/01/06
pgsql: Clean up ICU includes.
Jeff Davis
-
2026/01/06
pgsql: Fix buggy interaction between array subscripts and subplan param
Andres Freund
-
2026/01/06
pgsql: Fix buggy interaction between array subscripts and subplan param
Andres Freund
-
2026/01/06
pgsql: ICU: use UTF8-optimized case conversion API
Jeff Davis
-
2026/01/06
pgsql: Improve portability of new worker_spi test
Michael Paquier
-
2026/01/06
pgsql: Add test coverage for indirection transformation
Peter Eisentraut
-
2026/01/06
pgsql: Fix variable usage in wakeupWaiters()
Alexander Korotkov
-
2026/01/05
pgsql: Use relation_close() more consistently in contrib/
Michael Paquier
-
2026/01/05
pgsql: Allow bgworkers to be terminated for database-related commands
Michael Paquier
-
2026/01/05
pgsql: Update comments atop ReplicationSlotCreate.
Amit Kapila
-
2026/01/05
pgsql: Update comments atop ReplicationSlotCreate.
Amit Kapila
-
2026/01/05
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
-
2026/01/05
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
-
2026/01/05
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
-
2026/01/05
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
-
2026/01/05
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
-
2026/01/05
pgsql: Fix issue with EVENT TRIGGERS and ALTER PUBLICATION
David Rowley
-
2026/01/05
pgsql: Fix typo in slot.c.
Amit Kapila
-
2026/01/05
pgsql: Fix typo in planner.c
Michael Paquier
-
2026/01/05
pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r
Fujii Masao
-
2026/01/05
pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
-
2026/01/05
pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
-
2026/01/05
pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r
Fujii Masao
-
2026/01/05
pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
-
2026/01/05
pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r
Fujii Masao
-
2026/01/05
pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
-
2026/01/05
pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r
Fujii Masao
-
2026/01/05
pgsql: Add TAP test for GUC settings passed via CONNECTION in logical r
Fujii Masao
-
2026/01/05
pgsql: Honor GUC settings specified in CREATE SUBSCRIPTION CONNECTION.
Fujii Masao
-
2026/01/05
pgsql: Simplify GetOperatorFromCompareType() code
David Rowley
-
2026/01/05
pgsql: Fix misleading comment for GetOperatorFromCompareType
David Rowley
-
2026/01/05
pgsql: Fix misleading comment for GetOperatorFromCompareType
David Rowley
-
2026/01/05
pgsql: doc: Fix outdated doc in pg_rewind.
Fujii Masao
-
2026/01/05
pgsql: doc: Fix outdated doc in pg_rewind.
Fujii Masao
-
2026/01/05
pgsql: Clarify where various catcache.h dlist_nodes are used
David Rowley
-
2026/01/05
pgsql: pg_visibility: Fix incorrect buffer lock description in comment.
Masahiko Sawada
-
2026/01/05
Re: pgsql: Update to latest Snowball sources.
Tom Lane
-
2026/01/05
Re: pgsql: Update to latest Snowball sources.
Jelte Fennema-Nio
-
2026/01/05
pgsql: Fix meson build of snowball code.
Tom Lane
-
2026/01/05
pgsql: Update to latest Snowball sources.
Tom Lane
-
2026/01/05
pgsql: ci: Remove ulimit -p for netbsd/openbsd
Andres Freund
-
2026/01/05
pgsql: ci: Remove ulimit -p for netbsd/openbsd
Andres Freund
-
2026/01/05
pgsql: Fix typo in parallel.c.
Masahiko Sawada
-
2026/01/05
pgsql: Add tab completion for the WAIT FOR LSN MODE option
Alexander Korotkov
-
2026/01/05
pgsql: Extend xlogwait infrastructure with write and flush wait types
Alexander Korotkov
-
2026/01/05
pgsql: Use WAIT FOR LSN in PostgreSQL::Test::Cluster::wait_for_catchup(
Alexander Korotkov
-
2026/01/05
pgsql: Adjust errcode in checkPartition()
Alexander Korotkov
-
2026/01/05
pgsql: Add the MODE option to the WAIT FOR LSN command
Alexander Korotkov
-
2026/01/05
pgsql: Remove redundant SET enable_partitionwise_join = on.
Robert Haas
-
2026/01/05
pgsql: Fix comment in tableam.c
Michael Paquier
-
2026/01/05
pgsql: Separate read and write pointers in pg_saslprep
Peter Eisentraut
-
2026/01/05
pgsql: Tighten up assertion on a local variable
Heikki Linnakangas
-
2026/01/05
pgsql: Tighten up assertion on a local variable
Heikki Linnakangas
-
2026/01/05
pgsql: Use the GetPGProcByNumber() macro when possible
David Rowley
-
2026/01/04
pgsql: Improve the comments atop build_replindex_scan_key().
Amit Kapila
-
2026/01/04
Re: pgsql: Remove unneeded defines from pg_config.h.in
Tom Lane
-
2026/01/04
Re: pgsql: Remove unneeded defines from pg_config.h.in
Michael Paquier
-
2026/01/04
pgsql: Remove unneeded probes from configure and meson
Michael Paquier
-
2026/01/04
Re: pgsql: Remove unneeded defines from pg_config.h.in
Tom Lane
-
2026/01/04
Re: pgsql: Remove unneeded defines from pg_config.h.in
Michael Paquier
-
2026/01/04
Re: pgsql: Remove unneeded defines from pg_config.h.in
Tom Lane
-
2026/01/04
pgsql: Remove unneeded defines from pg_config.h.in
Michael Paquier
-
2026/01/04
pgsql: Fix typos and inconsistencies in code and comments
Michael Paquier
-
2026/01/04
pgsql: Allow role created by new test to log in on Windows.
Tom Lane
-
2026/01/04
pgsql: Add parse location to IndexElem.
Tom Lane
-
2026/01/04
pgsql: Include error location in errors from ComputeIndexAttrs().
Tom Lane
-
2026/01/04
pgsql: Fix partial read handling in pg_upgrade's multixact conversion
Heikki Linnakangas
-
2026/01/04
pgsql: Remove bogus const qualifier on PageGetItem() argument
Peter Eisentraut
-
2026/01/04
pgsql: Doc: add missing punctuation
David Rowley
-
2026/01/04
pgsql: Doc: add missing punctuation
David Rowley
-
2026/01/04
pgsql: Doc: add missing punctuation
David Rowley
-
2026/01/04
pgsql: Doc: add missing punctuation
David Rowley
-
2026/01/04
pgsql: Doc: add missing punctuation
David Rowley
-
2026/01/04
pgsql: Doc: add missing punctuation
David Rowley
-
2026/01/03
pgsql: Fix selectivity estimation integer overflow in contrib/intarray
David Rowley
-
2026/01/03
pgsql: Fix selectivity estimation integer overflow in contrib/intarray
David Rowley
-
2026/01/03
pgsql: Fix selectivity estimation integer overflow in contrib/intarray
David Rowley