pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Date
2024/12/25
pgsql: Add commit 301de6a6f60 to .git-blame-ignore-revs.
Peter Eisentraut
2024/12/25
pgsql: Partial pgindent of .l and .y files
Peter Eisentraut
2024/12/25
pgsql: meson: Export all libcommon functions in Windows builds
Heikki Linnakangas
2024/12/25
pgsql: meson: Export all libcommon functions in Windows builds
Heikki Linnakangas
2024/12/25
pgsql: meson: Export all libcommon functions in Windows builds
Heikki Linnakangas
2024/12/25
pgsql: guc: reentrant scanner
Peter Eisentraut
2024/12/24
pgsql: jsonpath scanner: reentrant scanner
Peter Eisentraut
2024/12/24
pgsql: Fix nbtree symbol name comment reference.
Peter Geoghegan
2024/12/24
pgsql: syncrep parser: pure parser and reentrant scanner
Peter Eisentraut
2024/12/24
pgsql: replication parser: pure parser and reentrant scanner
Peter Eisentraut
2024/12/24
pgsql: Remove pgrminclude and associated scripts
Peter Eisentraut
2024/12/24
pgsql: Remove pgrminclude annotations
Peter Eisentraut
2024/12/23
pgsql: Fix race condition in TupleDescCompactAttr assert code
David Rowley
2024/12/23
pgsql: Try to avoid semaphore-related test failures on NetBSD/OpenBSD.
Tom Lane
2024/12/23
pgsql: Reset btpo_cycleid in nbtree VACUUM's REDO routine.
Peter Geoghegan
2024/12/23
pgsql: postgres_fdw: re-issue cancel requests a few times if necessary.
Tom Lane
2024/12/23
pgsql: postgres_fdw: re-issue cancel requests a few times if necessary.
Tom Lane
2024/12/23
pgsql: Remove unnecessary GetTransactionSnapshot() calls
Heikki Linnakangas
2024/12/23
pgsql: Don't allow GetTransactionSnapshot() in logical decoding
Heikki Linnakangas
2024/12/22
pgsql: Fix incorrect source filename references
David Rowley
2024/12/22
pgsql: Fix some comments related to library unloading
Michael Paquier
2024/12/22
pgsql: Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024/12/22
pgsql: Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024/12/22
pgsql: Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024/12/22
pgsql: Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024/12/22
pgsql: Fix memory leak in pgoutput with publication list cache
Michael Paquier
2024/12/21
pgsql: Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024/12/21
pgsql: Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024/12/21
pgsql: Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024/12/21
pgsql: Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024/12/21
pgsql: Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024/12/21
pgsql: Update TransactionXmin when MyProc->xmin is updated
Heikki Linnakangas
2024/12/20
pgsql: Optimize alignment calculations in tuple form/deform
David Rowley
2024/12/20
pgsql: Mark CatalogSnapshotData static
Heikki Linnakangas
2024/12/20
pgsql: Fix variable reference in comment
Heikki Linnakangas
2024/12/20
pgsql: Fix overflow danger in SampleHeapTupleVisible(), take 2
Melanie Plageman
2024/12/20
pgsql: Fix corruption when relation truncation fails.
Thomas Munro
2024/12/20
pgsql: Fix corruption when relation truncation fails.
Thomas Munro
2024/12/20
pgsql: Fix corruption when relation truncation fails.
Thomas Munro
2024/12/20
pgsql: Fix corruption when relation truncation fails.
Thomas Munro
2024/12/20
pgsql: Fix corruption when relation truncation fails.
Thomas Munro
2024/12/20
pgsql: Fix corruption when relation truncation fails.
Thomas Munro
2024/12/20
pgsql: Remove pg_attribute.attcacheoff column
David Rowley
2024/12/20
pgsql: Relax regression test for fsync check of backend-level stats
Michael Paquier
2024/12/20
pgsql: Introduce CompactAttribute array in TupleDesc, take 2
David Rowley
2024/12/19
pgsql: Replace durable_rename_excl() by durable_rename(), take two
Michael Paquier
2024/12/19
pgsql: Replace durable_rename_excl() by durable_rename(), take two
Michael Paquier
2024/12/19
pgsql: Replace durable_rename_excl() by durable_rename(), take two
Michael Paquier
2024/12/19
pgsql: Remove final mention of FREEZE_PAGE from comments
Melanie Plageman
2024/12/19
pgsql: Get rid of old version of BuildTupleHashTable().
Tom Lane
2024/12/19
pgsql: Use ExecGetCommonSlotOps infrastructure in more places.
Tom Lane
2024/12/19
pgsql: Convert SetOp to read its inputs as outerPlan and innerPlan.
Tom Lane
2024/12/19
pgsql: Improve planner's handling of SetOp plans.
Tom Lane
2024/12/19
pgsql: Fix bitmap table scan crash on iterator release
Melanie Plageman
2024/12/19
pgsql: Remove extra prefetch iterator setup for Bitmap Table Scan
Melanie Plageman
2024/12/19
pgsql: Avoid nbtree index scan SAOP scanBehind confusion.
Peter Geoghegan
2024/12/19
pgsql: Avoid nbtree index scan SAOP scanBehind confusion.
Peter Geoghegan
2024/12/19
pgsql: bootstrap: pure parser and reentrant scanner
Peter Eisentraut
2024/12/19
pgsql: Small whitespace improvement
Peter Eisentraut
2024/12/19
Re: pgsql: seg: pure parser and reentrant scanner
Peter Eisentraut
2024/12/19
pgsql: Prevent redeclaration of typedef yyscan_t
Peter Eisentraut
2024/12/18
pgsql: Add backend-level statistics to pgstats
Michael Paquier
2024/12/18
pgsql: Extract logic filling pg_stat_get_io()'s tuplestore into its own
Michael Paquier
2024/12/18
pgsql: Optimize grouping equality checks with virtual slots
David Rowley
2024/12/18
pgsql: Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024/12/18
pgsql: Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024/12/18
pgsql: Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024/12/18
pgsql: Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024/12/18
pgsql: Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024/12/18
pgsql: Fix Assert failure in WITH RECURSIVE UNION queries
David Rowley
2024/12/18
pgsql: Remove leftover mentions of XLOG_HEAP2_FREEZE_PAGE records
Melanie Plageman
2024/12/18
pgsql: Bitmap Table Scans use unified TBMIterator
Melanie Plageman
2024/12/18
pgsql: Add common interface for TBMIterators
Melanie Plageman
2024/12/18
pgsql: Fix overflow danger in SampleHeapTupleVisible()
Melanie Plageman
2024/12/18
Re: pgsql: seg: pure parser and reentrant scanner
Melanie Plageman
2024/12/18
pgsql: Make rs_cindex and rs_ntuples unsigned
Melanie Plageman
2024/12/17
pgsql: cube: pure parser and reentrant scanner
Peter Eisentraut
2024/12/17
pgsql: seg: pure parser and reentrant scanner
Peter Eisentraut
2024/12/17
pgsql: psql: Add more information about service name
Michael Paquier
2024/12/17
pgsql: libpq: Add service name to PGconn and PQservice()
Michael Paquier
2024/12/17
pgsql: Fix memory leak in pg_restore with zstd-compressed data.
Tom Lane
2024/12/17
pgsql: Fix memory leak in pg_restore with zstd-compressed data.
Tom Lane
2024/12/17
pgsql: Fix memory leak in pg_restore with zstd-compressed data.
Tom Lane
2024/12/17
pgsql: Fix incorrect slot type in BuildTupleHashTableExt
David Rowley
2024/12/17
pgsql: Accommodate very large dshash tables.
Nathan Bossart
2024/12/17
pgsql: Accommodate very large dshash tables.
Nathan Bossart
2024/12/17
pgsql: Accommodate very large dshash tables.
Nathan Bossart
2024/12/17
pgsql: Accommodate very large dshash tables.
Nathan Bossart
2024/12/17
pgsql: Accommodate very large dshash tables.
Nathan Bossart
2024/12/17
pgsql: Accommodate very large dshash tables.
Nathan Bossart
2024/12/17
pgsql: Skip useless calculation of join RTE column names during EXPLAIN
Tom Lane
2024/12/17
pgsql: Rename LVRelState->frozen_pages
Melanie Plageman
2024/12/17
pgsql: Count pages set all-visible and all-frozen in VM during vacuum
Melanie Plageman
2024/12/17
pgsql: Make visibilitymap_set() return previous state of vmbits
Melanie Plageman
2024/12/17
pgsql: Set the stack_base_ptr in main(), not in random other places.
Tom Lane
2024/12/17
pgsql: Set max_safe_fds whenever we create shared memory and semaphores
Tom Lane
2024/12/17
pgsql: Detect version mismatch in brin_page_items
Tomas Vondra
2024/12/17
pgsql: Detect version mismatch in brin_page_items
Tomas Vondra
2024/12/17
pgsql: Update comments about index parallel builds
Tomas Vondra
2024/12/17
pgsql: Update comments about index parallel builds
Tomas Vondra
2024/12/17
pgsql: Remove ts_locale.c's lowerstr()
Peter Eisentraut
2024/12/17
pgsql: Remove ts_locale.c's t_isdigit(), t_isspace(), t_isprint()
Peter Eisentraut
2024/12/17
pgsql: Avoid unnecessary wrapping for more complex expressions
Richard Guo
2024/12/17
pgsql: Doc: Fix the wrong link on pg_createsubscriber page.
Amit Kapila
2024/12/17
pgsql: Doc: Fix the wrong link on pg_createsubscriber page.
Amit Kapila
2024/12/16
pgsql: Tweak some comments related to variable-numbered stats in pgstat
Michael Paquier
2024/12/16
pgsql: Print out error position for some more DDLs
Michael Paquier
2024/12/16
pgsql: pg_combinebackup: Fix PITR comparison test in 002_compare_backup
Michael Paquier
2024/12/16
pgsql: pg_combinebackup: Fix PITR comparison test in 002_compare_backup
Michael Paquier
2024/12/16
pgsql: doc: Mention BRIN indexes support parallel builds
Tomas Vondra
2024/12/16
pgsql: doc: Mention BRIN indexes support parallel builds
Tomas Vondra
2024/12/16
pgsql: psql: Tab completion for LATERAL joins
Tomas Vondra
2024/12/16
pgsql: psql: Tab completion for JOIN ... ON/USING
Tomas Vondra
2024/12/16
pgsql: psql: Tab completion for JOIN ... USING column list
Tomas Vondra
2024/12/16
pgsql: Refactor string case conversion into provider-specific files.
Jeff Davis
2024/12/16
pgsql: psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT
Tomas Vondra
2024/12/16
pgsql: psql: Tab completion for CREATE TEMP TABLE ... USING
Tomas Vondra
2024/12/16
pgsql: psql: Tab completion for CREATE MATERIALIZED VIEW ... USING
Tomas Vondra
2024/12/16
pgsql: psql: Tab completion for ALTER TYPE ... ADD ATTRIBUTE
Tomas Vondra
2024/12/16
pgsql: Make 009_twophase.pl test pass with recovery_min_apply_delay set
Heikki Linnakangas
2024/12/16
pgsql: Make 009_twophase.pl test pass with recovery_min_apply_delay set
Heikki Linnakangas
2024/12/16
pgsql: Make 009_twophase.pl test pass with recovery_min_apply_delay set
Heikki Linnakangas
2024/12/16
pgsql: Make 009_twophase.pl test pass with recovery_min_apply_delay set
Heikki Linnakangas
2024/12/16
pgsql: Make 009_twophase.pl test pass with recovery_min_apply_delay set
Heikki Linnakangas
2024/12/16
pgsql: Make 009_twophase.pl test pass with recovery_min_apply_delay set
Heikki Linnakangas
2024/12/15
pgsql: Print out error position for CREATE DOMAIN
Michael Paquier
2024/12/15
pgsql: Add some tests for encoding conversion in COPY TO/FROM
Michael Paquier
2024/12/15
pgsql: Declare a couple of variables inside not outside a PG_TRY block.
Tom Lane
2024/12/15
pgsql: pgbench: fix misprocessing of some nested \if constructs.
Tom Lane
2024/12/15
pgsql: pgbench: fix misprocessing of some nested \if constructs.
Tom Lane
2024/12/15
pgsql: pgbench: fix misprocessing of some nested \if constructs.
Tom Lane
2024/12/15
pgsql: pgbench: fix misprocessing of some nested \if constructs.
Tom Lane
2024/12/15
pgsql: pgbench: fix misprocessing of some nested \if constructs.
Tom Lane
2024/12/15
pgsql: pgbench: fix misprocessing of some nested \if constructs.
Tom Lane
2024/12/14
pgsql: doc: Clarify old WAL files are kept until they are summarized.
Fujii Masao
2024/12/14
pgsql: doc: Clarify old WAL files are kept until they are summarized.
Fujii Masao
2024/12/14
pgsql: contrib/earthdistance: Use SQL-standard function bodies.
Tom Lane
2024/12/14
pgsql: contrib/earthdistance: Use SQL-standard function bodies.
Tom Lane
2024/12/14
pgsql: contrib/earthdistance: Use SQL-standard function bodies.
Tom Lane
2024/12/14
pgsql: Refactor some SQL/JSON error messages
Álvaro Herrera
2024/12/14
pgsql: Fix warnings about declaration of environ on MinGW.
Thomas Munro
2024/12/14
pgsql: Remove EXTENSION_DONT_CHECK_SIZE from md.c.
Thomas Munro
2024/12/13
pgsql: Fix typo
John Naylor
2024/12/13
pgsql: Fix possible crash in pg_dump with identity sequences.
Tom Lane
2024/12/13
pgsql: Fix possible crash in pg_dump with identity sequences.
Tom Lane
2024/12/13
pgsql: Fix possible crash in pg_dump with identity sequences.
Tom Lane
2024/12/13
pgsql: Fix possible crash in pg_dump with identity sequences.
Tom Lane
2024/12/13
pgsql: Fix possible crash in pg_dump with identity sequences.
Tom Lane
2024/12/13
pgsql: Fix possible crash in pg_dump with identity sequences.
Tom Lane
2024/12/12
pgsql: Rewrite maybe_reread_subscription() comment
Álvaro Herrera
2024/12/12
pgsql: Dump not-null constraints on inherited columns correctly
Álvaro Herrera
2024/12/12
pgsql: Revert "Don't truncate database and user names in startup packet
Nathan Bossart
2024/12/12
pgsql: Revert "Don't truncate database and user names in startup packet
Nathan Bossart
2024/12/12
pgsql: Backpatch critical performance fixes to pgarch.c
Álvaro Herrera
2024/12/12
pgsql: Adjust some comments about structure properties in pg_stat.h
Michael Paquier
2024/12/11
pgsql: Detect redundant GROUP BY columns using UNIQUE indexes
David Rowley
2024/12/11
pgsql: Improve the test case from 5668a857d
Richard Guo
2024/12/11
pgsql: Add some regression tests for missing DDL patterns
Michael Paquier
2024/12/11
pgsql: Defer remove_useless_groupby_columns() work until query_planner(
David Rowley
2024/12/11
pgsql: Add UUID version 7 generation function.
Masahiko Sawada
2024/12/11
Re: pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024/12/11
pgsql: Fix further fallout from EXPLAIN ANALYZE BUFFERS change
David Rowley
2024/12/11
pgsql: Use pg_memory_is_all_zeros() in pgstatfuncs.c.
Nathan Bossart
2024/12/11
Re: pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default
Guillaume Lelarge
2024/12/11
Re: pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default
Peter Geoghegan
2024/12/11
pgsql: Unmark gen_random_uuid() function leakproof.
Masahiko Sawada
2024/12/11
pgsql: Fix a memory leak in dumping functions with TRANSFORMs
Daniel Gustafsson
2024/12/11
pgsql: Add missing BUFFERS OFF in regression tests, take 2
David Rowley
2024/12/11
pgsql: Add missing BUFFERS OFF in select_into regression tests
David Rowley
2024/12/11
pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default
David Rowley
2024/12/10
pgsql: Use ExprStates for hashing in GROUP BY and SubPlans
David Rowley
2024/12/10
pgsql: Use in-place updates for pg_restore_relation_stats().
Jeff Davis
2024/12/10
pgsql: Improve reporting of pg_upgrade log files on test failure
Michael Paquier
2024/12/10
pgsql: Improve reporting of pg_upgrade log files on test failure
Michael Paquier
2024/12/10
pgsql: Improve reporting of pg_upgrade log files on test failure
Michael Paquier
2024/12/10
pgsql: Improve reporting of pg_upgrade log files on test failure
Michael Paquier
2024/12/10
pgsql: Speedup Hash Joins with dedicated functions for ExprState hashin
David Rowley
2024/12/10
pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024/12/10
pgsql: Doc: add some commentary about ExecutorRun's NoMovement special
Tom Lane
2024/12/10
pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024/12/10
pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024/12/10
pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024/12/10
pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024/12/10
pgsql: Fix elog(FATAL) before PostmasterMain() or just after fork().
Noah Misch
2024/12/10
pgsql: Tests for logical replication with temporal keys
Peter Eisentraut
2024/12/10
pgsql: Support for GiST in get_equal_strategy_number()
Peter Eisentraut
2024/12/10
pgsql: Make the conditions in IsIndexUsableForReplicaIdentityFull() mor
Peter Eisentraut
2024/12/10
pgsql: Replace get_equal_strategy_number_for_am() by get_equal_strategy
Peter Eisentraut
2024/12/10
pgsql: Improve internal logical replication error for missing equality
Peter Eisentraut
2024/12/09
pgsql: Fix comments of GUC hooks for timezone_abbreviations
Michael Paquier
2024/12/09
pgsql: Fix comments of GUC hooks for timezone_abbreviations
Michael Paquier
2024/12/09
pgsql: Fix comments of GUC hooks for timezone_abbreviations
Michael Paquier
2024/12/09
pgsql: Fix outdated comment of scram_build_secret()
Michael Paquier
2024/12/09
pgsql: Fix outdated comment of scram_build_secret()
Michael Paquier
2024/12/09
pgsql: Fix outdated comment of scram_build_secret()
Michael Paquier
2024/12/09
pgsql: Fix unused-but-set-variable compiler warning in reorderbuffer.c.
Nathan Bossart
2024/12/09
pgsql: Include necessary header files in radixtree.h.
Masahiko Sawada
2024/12/09
pgsql: Include necessary header files in radixtree.h.
Masahiko Sawada
2024/12/09
pgsql: Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes
David Rowley
2024/12/09
pgsql: Doc: fix incorrect EXPLAIN ANALYZE output for bloom indexes
David Rowley
Earlier messages
Later messages