Messages by Date
-
2025/12/01
pgsql: Change some callers to use pg_ascii_toupper().
Jeff Davis
-
2025/12/01
pgsql: Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY
Álvaro Herrera
-
2025/12/01
pgsql: Fix a strict aliasing violation
Peter Eisentraut
-
2025/11/30
pgsql: Move WAL sequence code into its own file
Michael Paquier
-
2025/11/30
pgsql: Switch some date/timestamp functions to use the soft error repor
Michael Paquier
-
2025/11/29
pgsql: Don't call simplify_aggref with a NULL PlannerInfo
David Rowley
-
2025/11/29
pgsql: Update obsolete row compare preprocessing comments.
Peter Geoghegan
-
2025/11/29
pgsql: Update obsolete row compare preprocessing comments.
Peter Geoghegan
-
2025/11/29
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
-
2025/11/29
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
-
2025/11/29
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
-
2025/11/29
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
-
2025/11/29
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
-
2025/11/29
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
-
2025/11/28
Re: pgsql: Increase BAS_BULKREAD based on effective_io_concurrency
Frédéric Yhuel
-
2025/11/28
pgsql: Generate translator comments for GUC parameter descriptions
Peter Eisentraut
-
2025/11/27
pgsql: Fix pg_isblank()
Peter Eisentraut
-
2025/11/27
pgsql: Add slotsync_skip_reason column to pg_replication_slots view.
Amit Kapila
-
2025/11/27
pgsql: pg_buffercache: Add pg_buffercache_mark_dirty{,_relation,_all}()
Michael Paquier
-
2025/11/27
pgsql: Fix possibly uninitialized HeapScanDesc.rs_startblock
David Rowley
-
2025/11/27
pgsql: doc: Add missing tags in pg_buffercache page
Michael Paquier
-
2025/11/27
pgsql: Add routines for marking buffers dirty efficiently
Michael Paquier
-
2025/11/27
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
-
2025/11/27
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
-
2025/11/27
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
-
2025/11/27
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
-
2025/11/27
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
-
2025/11/27
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
-
2025/11/27
pgsql: doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
-
2025/11/27
pgsql: doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
-
2025/11/27
pgsql: doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
-
2025/11/27
pgsql: doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
-
2025/11/27
pgsql: doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
-
2025/11/27
pgsql: Fix new test for CATCACHE_FORCE_RELEASE builds
Álvaro Herrera
-
2025/11/27
pgsql: doc: Fix typo in pg_dump documentation
Daniel Gustafsson
-
2025/11/26
pgsql: Use C11 alignas in pg_atomic_uint64 definitions
Peter Eisentraut
-
2025/11/26
pgsql: Fix error reporting for SQL/JSON path type mismatches
Amit Langote
-
2025/11/26
pgsql: Fix error reporting for SQL/JSON path type mismatches
Amit Langote
-
2025/11/26
pgsql: Fix error reporting for SQL/JSON path type mismatches
Amit Langote
-
2025/11/26
pgsql: Add parallelism support for TID Range Scans
David Rowley
-
2025/11/26
pgsql: Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
-
2025/11/26
pgsql: Teach DSM registry to retry entry initialization if needed.
Nathan Bossart
-
2025/11/26
pgsql: Teach DSM registry to retry entry initialization if needed.
Nathan Bossart
-
2025/11/26
pgsql: Teach DSM registry to retry entry initialization if needed.
Nathan Bossart
-
2025/11/26
pgsql: Allow pg_locale_t APIs to work when ctype_is_c.
Jeff Davis
-
2025/11/26
pgsql: Check for correct version of perltidy
Daniel Gustafsson
-
2025/11/26
pgsql: Add #define for UNICODE_CASEMAP_BUFSZ.
Jeff Davis
-
2025/11/26
pgsql: Inline pg_ascii_tolower() and pg_ascii_toupper().
Jeff Davis
-
2025/11/26
pgsql: Revert "Teach DSM registry to ERROR if attaching to an uninitial
Nathan Bossart
-
2025/11/26
pgsql: Revert "Teach DSM registry to ERROR if attaching to an uninitial
Nathan Bossart
-
2025/11/26
pgsql: Revert "Teach DSM registry to ERROR if attaching to an uninitial
Nathan Bossart
-
2025/11/26
pgsql: Split heap_page_prune_and_freeze() into helpers
Melanie Plageman
-
2025/11/26
pgsql: Remove a few unused struct members.
Nathan Bossart
-
2025/11/26
pgsql: doc: Clarify passphrase command reloading on Windows
Daniel Gustafsson
-
2025/11/26
pgsql: doc: Clarify passphrase command reloading on Windows
Daniel Gustafsson
-
2025/11/26
pgsql: doc: Clarify passphrase command reloading on Windows
Daniel Gustafsson
-
2025/11/26
pgsql: doc: Clarify passphrase command reloading on Windows
Daniel Gustafsson
-
2025/11/26
pgsql: doc: Clarify passphrase command reloading on Windows
Daniel Gustafsson
-
2025/11/26
pgsql: doc: Clarify passphrase command reloading on Windows
Daniel Gustafsson
-
2025/11/26
pgsql: Add GUC to show EXEC_BACKEND state
Daniel Gustafsson
-
2025/11/26
pgsql: ssl: Add connection and reload tests for key passphrases
Daniel Gustafsson
-
2025/11/25
pgsql: Replace internal C function pg_hypot() by standard hypot()
Peter Eisentraut
-
2025/11/25
pgsql: oauth_validator: Shorten JSON responses in test logs
Jacob Champion
-
2025/11/25
pgsql: oauth_validator: Shorten JSON responses in test logs
Jacob Champion
-
2025/11/25
pgsql: Fix test failure caused by commit 76b78721ca.
Amit Kapila
-
2025/11/25
pgsql: Add input function for data type pg_dependencies
Michael Paquier
-
2025/11/25
pgsql: Add input function for data type pg_ndistinct
Michael Paquier
-
2025/11/25
pgsql: Assert that cutoffs are provided if freezing will be attempted
Melanie Plageman
-
2025/11/25
pgsql: Remove a useless length check.
Jeff Davis
-
2025/11/25
pgsql: pg_dump tests: don't put dumps in stdout
Álvaro Herrera
-
2025/11/25
pgsql: pg_dump tests: don't put dumps in stdout
Álvaro Herrera
-
2025/11/25
pgsql: Improve test case stability
Álvaro Herrera
-
2025/11/25
pgsql: gen_guc_tables.pl: Validate required GUC fields before code gene
Peter Eisentraut
-
2025/11/25
pgsql: backend/nodes cleanup: Move loop variables definitions into for
Peter Eisentraut
-
2025/11/25
Re: pgsql: Add slotsync skip statistics.
Amit Kapila
-
2025/11/25
pgsql: Fix a BF failure caused by commit 76b78721ca.
Amit Kapila
-
2025/11/24
pgsql: Add slotsync skip statistics.
Amit Kapila
-
2025/11/24
pgsql: Remove obsolete comment
Peter Eisentraut
-
2025/11/24
pgsql: Rename routines for write/read of pgstats file
Michael Paquier
-
2025/11/24
pgsql: lwlock: Fix, currently harmless, bug in LWLockWakeup()
Andres Freund
-
2025/11/24
pgsql: lwlock: Fix, currently harmless, bug in LWLockWakeup()
Andres Freund
-
2025/11/24
pgsql: lwlock: Fix, currently harmless, bug in LWLockWakeup()
Andres Freund
-
2025/11/24
pgsql: lwlock: Fix, currently harmless, bug in LWLockWakeup()
Andres Freund
-
2025/11/24
pgsql: lwlock: Fix, currently harmless, bug in LWLockWakeup()
Andres Freund
-
2025/11/24
pgsql: lwlock: Fix, currently harmless, bug in LWLockWakeup()
Andres Freund
-
2025/11/24
pgsql: Avoid global LC_CTYPE dependency in pg_locale_libc.c.
Jeff Davis
-
2025/11/24
pgsql: Improve detection of implicitly-temporary views.
Tom Lane
-
2025/11/24
pgsql: postgres: Use pg_{add,mul}_size_overflow()
Jacob Champion
-
2025/11/24
pgsql: Reorganize pqcomm.h a bit
Jacob Champion
-
2025/11/24
pgsql: Add pg_add_size_overflow() and friends
Jacob Champion
-
2025/11/24
pgsql: Make some use of anonymous unions [libpq-oauth]
Jacob Champion
-
2025/11/24
pgsql: Fix infer_arbiter_index during concurrent index operations
Álvaro Herrera
-
2025/11/24
pgsql: Move isolation test index-killtuples to src/test/modules/index/
Michael Paquier
-
2025/11/23
pgsql: C11 alignas instead of unions -- extended alignments
Peter Eisentraut
-
2025/11/23
pgsql: pg_buffercache: Add pg_buffercache_os_pages
Michael Paquier
-
2025/11/23
pgsql: Fix incorrect IndexOptInfo header comment
David Rowley
-
2025/11/23
pgsql: Fix incorrect IndexOptInfo header comment
David Rowley
-
2025/11/23
pgsql: Fix incorrect IndexOptInfo header comment
David Rowley
-
2025/11/23
pgsql: Fix incorrect IndexOptInfo header comment
David Rowley
-
2025/11/23
pgsql: Fix incorrect IndexOptInfo header comment
David Rowley
-
2025/11/23
pgsql: Fix incorrect IndexOptInfo header comment
David Rowley
-
2025/11/23
pgsql: Issue a NOTICE if a created function depends on any temp objects
Tom Lane
-
2025/11/23
pgsql: psql: Improve tab-completion for PREPARE.
Fujii Masao
-
2025/11/22
pgsql: pg_buffercache: Remove unused fields from BufferCacheNumaRec
Michael Paquier
-
2025/11/22
pgsql: Add SupportRequestInlineInFrom planner support request.
Tom Lane
-
2025/11/22
pgsql: tools: remove src/tools/codelines
Bruce Momjian
-
2025/11/22
pgsql: Add range_minus_multi and multirange_minus_multi functions
Peter Eisentraut
-
2025/11/22
pgsql: jit: Adjust AArch64-only code for LLVM 21.
Thomas Munro
-
2025/11/22
pgsql: jit: Adjust AArch64-only code for LLVM 21.
Thomas Munro
-
2025/11/22
pgsql: jit: Adjust AArch64-only code for LLVM 21.
Thomas Munro
-
2025/11/22
pgsql: jit: Adjust AArch64-only code for LLVM 21.
Thomas Munro
-
2025/11/22
pgsql: jit: Adjust AArch64-only code for LLVM 21.
Thomas Munro
-
2025/11/22
pgsql: jit: Adjust AArch64-only code for LLVM 21.
Thomas Munro
-
2025/11/21
pgsql: Add 'make check-tests' behavior to the meson based builds
Andrew Dunstan
-
2025/11/21
pgsql: Fix typo in documentation about application time
Peter Eisentraut
-
2025/11/21
pgsql: Remove useless casts to (void *)
Peter Eisentraut
-
2025/11/21
pgsql: Use strtoi64() in pgbench, replacing its open-coded implementati
Heikki Linnakangas
-
2025/11/21
pgsql: Update timezone to C99
Peter Eisentraut
-
2025/11/21
pgsql: C11 alignas instead of unions
Peter Eisentraut
-
2025/11/20
pgsql: Use "COPY table TO" for partitioned tables in initial table sync
Masahiko Sawada
-
2025/11/20
pgsql: Split PruneFreezeParams initializers to one field per line
Melanie Plageman
-
2025/11/20
pgsql: tools: update tools/codelines to use "git ls-files"
Bruce Momjian
-
2025/11/20
pgsql: Update PruneState.all_[visible|frozen] earlier in pruning
Melanie Plageman
-
2025/11/20
pgsql: Keep all_frozen updated in heap_page_prune_and_freeze
Melanie Plageman
-
2025/11/20
pgsql: Refactor heap_page_prune_and_freeze() parameters into a struct
Melanie Plageman
-
2025/11/20
pgsql: doc: Assorted documentation improvements
Daniel Gustafsson
-
2025/11/20
pgsql: doc: Document how to run a subset of regress tests
Daniel Gustafsson
-
2025/11/20
pgsql: Handle EPERM in pg_numa_init
Tomas Vondra
-
2025/11/20
pgsql: Handle EPERM in pg_numa_init
Tomas Vondra
-
2025/11/19
pgsql: Remove obsolete cast
Peter Eisentraut
-
2025/11/19
pgsql: doc: Update pg_upgrade documentation to match recent description
Fujii Masao
-
2025/11/19
pgsql: doc: Update pg_upgrade documentation to match recent description
Fujii Masao
-
2025/11/19
pgsql: Add HINT listing valid encodings to encode() and decode() errors
Fujii Masao
-
2025/11/19
pgsql: Drop support for MSVCRT's float formatting quirk.
Thomas Munro
-
2025/11/19
pgsql: Drop support for MSVCRT's %I64 format strings.
Thomas Munro
-
2025/11/19
pgsql: Speed up eqjoinsel() with lots of MCV entries.
Tom Lane
-
2025/11/19
pgsql: Print new OldestXID value in pg_resetwal when it's being changed
Heikki Linnakangas
-
2025/11/19
pgsql: Print new OldestXID value in pg_resetwal when it's being changed
Heikki Linnakangas
-
2025/11/19
pgsql: Print new OldestXID value in pg_resetwal when it's being changed
Heikki Linnakangas
-
2025/11/19
pgsql: Print new OldestXID value in pg_resetwal when it's being changed
Heikki Linnakangas
-
2025/11/19
pgsql: Print new OldestXID value in pg_resetwal when it's being changed
Heikki Linnakangas
-
2025/11/19
pgsql: Print new OldestXID value in pg_resetwal when it's being changed
Heikki Linnakangas
-
2025/11/19
pgsql: doc: Update formula for vacuum insert threshold.
Nathan Bossart
-
2025/11/19
pgsql: doc: Update formula for vacuum insert threshold.
Nathan Bossart
-
2025/11/19
pgsql: Fix indentation
Peter Eisentraut
-
2025/11/18
pgsql: Fix NLS for incorrect GUC enum value hint message
Peter Eisentraut
-
2025/11/18
pgsql: Add <stdalign.h> to c.h
Peter Eisentraut
-
2025/11/18
pgsql: Fix typo in nodeHash.c
Richard Guo
-
2025/11/18
pgsql: Fix typo in nodeHash.c
Richard Guo
-
2025/11/18
pgsql: Fix pg_popcount_aarch64.c to build with ancient glibc releases.
Tom Lane
-
2025/11/18
pgsql: Fix pg_popcount_aarch64.c to build with ancient glibc releases.
Tom Lane
-
2025/11/18
pgsql: Fix typo
Álvaro Herrera
-
2025/11/18
pgsql: Fix typo
Álvaro Herrera
-
2025/11/18
pgsql: Don't allow CTEs to determine semantic levels of aggregates.
Tom Lane
-
2025/11/18
pgsql: Don't allow CTEs to determine semantic levels of aggregates.
Tom Lane
-
2025/11/18
pgsql: Don't allow CTEs to determine semantic levels of aggregates.
Tom Lane
-
2025/11/18
pgsql: Don't allow CTEs to determine semantic levels of aggregates.
Tom Lane
-
2025/11/18
pgsql: Don't allow CTEs to determine semantic levels of aggregates.
Tom Lane
-
2025/11/18
pgsql: Don't allow CTEs to determine semantic levels of aggregates.
Tom Lane
-
2025/11/18
pgsql: Add commit f63ae72bbc to .git-blame-ignore-revs.
Nathan Bossart
-
2025/11/18
pgsql: Switch from tabs to spaces in postgresql.conf.sample.
Nathan Bossart
-
2025/11/18
pgsql: Check for tabs in postgresql.conf.sample.
Nathan Bossart
-
2025/11/18
pgsql: Update .editorconfig and .gitattributes for postgresql.conf.samp
Nathan Bossart
-
2025/11/18
pgsql: Log a note at program start when running in dry-run mode
Álvaro Herrera
-
2025/11/17
pgsql: Optimize shared memory usage for WaitLSNProcInfo
Alexander Korotkov
-
2025/11/17
pgsql: pg_buffercache: Fix incorrect result cast for relforknumber
Michael Paquier
-
2025/11/17
pgsql: doc: Fix style of description for pg_buffercache_numa.os_page_nu
Michael Paquier
-
2025/11/17
pgsql: Rename two columns in pg_stat_subscription_stats.
Amit Kapila
-
2025/11/17
pgsql: Doc: Use <structfield> markup for sequence fields.
Amit Kapila
-
2025/11/17
pgsql: doc: clarify that pg_upgrade preserves "optimizer" stats.
Bruce Momjian
-
2025/11/17
pgsql: doc: clarify that pg_upgrade preserves "optimizer" stats.
Bruce Momjian
-
2025/11/17
pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Thomas Munro
-
2025/11/17
pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Thomas Munro
-
2025/11/17
pgsql: Use streaming read I/O in BRIN vacuum scan.
Masahiko Sawada
-
2025/11/17
pgsql: Fix pg_crc32c_armv8_choose.c to build with ancient glibc release
Tom Lane
-
2025/11/17
pgsql: Fix pg_crc32c_armv8_choose.c to build with ancient glibc release
Tom Lane
-
2025/11/17
pgsql: Update .abi-compliance-history for change to CreateStatistics().
Nathan Bossart
-
2025/11/17
pgsql: Update .abi-compliance-history for change to CreateStatistics().
Nathan Bossart
-
2025/11/17
pgsql: Update .abi-compliance-history for change to CreateStatistics().
Nathan Bossart
-
2025/11/17
pgsql: Update .abi-compliance-history for change to CreateStatistics().
Nathan Bossart
-
2025/11/17
pgsql: Update .abi-compliance-history for change to CreateStatistics().
Nathan Bossart
-
2025/11/17
pgsql: Clean up match_orclause_to_indexcol().
Tom Lane
-
2025/11/17
pgsql: Clean up match_orclause_to_indexcol().
Tom Lane
-
2025/11/17
pgsql: doc: Document default values for some pg_recvlogical options.
Fujii Masao
-
2025/11/17
pgsql: Fix typos in logical replication code comments
Daniel Gustafsson
-
2025/11/17
pgsql: Mention md5 deprecation in postgresql.conf.sample
Daniel Gustafsson
-
2025/11/17
pgsql: Mention md5 deprecation in postgresql.conf.sample
Daniel Gustafsson
-
2025/11/16
pgsql: Rework output format of pg_dependencies
Michael Paquier
-
2025/11/16
pgsql: Rework output format of pg_ndistinct
Michael Paquier
-
2025/11/16
pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Thomas Munro
-
2025/11/16
pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Thomas Munro
-
2025/11/16
pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Thomas Munro
-
2025/11/16
pgsql: Define PS_USE_CLOBBER_ARGV on GNU/Hurd.
Thomas Munro
-
2025/11/16
pgsql: Get rid of long datatype in CATCACHE_STATS enabled builds
David Rowley
-
2025/11/16
pgsql: Adjust MemSet macro to use size_t rather than long
David Rowley
-
2025/11/16
pgsql: Add test for temporary file removal and WITH HOLD cursor
Michael Paquier
-
2025/11/16
pgsql: Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent up
Dean Rasheed
-
2025/11/16
pgsql: Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent up
Dean Rasheed
-
2025/11/16
pgsql: Fix Assert failure in EXPLAIN ANALYZE MERGE with a concurrent up
Dean Rasheed
-
2025/11/16
pgsql: Doc: include MERGE in variable substitution command list
David Rowley