pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: aio: Add WARNING result status
Andres Freund
pgsql: pgstat: Allow checksum errors to be reported in critical section
Andres Freund
pgsql: Remove incidental md5() function use from test
Tomas Vondra
pgsql: Fix mis-attribution of checksum failure stats to the wrong datab
Andres Freund
pgsql: localbuf: Track pincount in BufferDesc as well
Andres Freund
pgsql: aio, bufmgr: Comment fixes/improvements
Andres Freund
pgsql: aio: Implement support for reads in smgr/md/fd
Andres Freund
pgsql: pgbench: Make set_random_seed() 64-bit everywhere.
Peter Eisentraut
pgsql: amcheck: Fix indentation in verify_gin.c
Tomas Vondra
pgsql: amcheck: Add a test with GIN index on JSONB data
Tomas Vondra
pgsql: amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY tests
Tomas Vondra
pgsql: Fix "‘static’ is not at beginning of declaration" warning
Andres Freund
pgsql: amcheck: Add gin_index_check() to verify GIN index
Tomas Vondra
pgsql: Fix grammar in GIN README
Tomas Vondra
pgsql: amcheck: Move common routines into a separate module
Tomas Vondra
pgsql: Fix MERGE with DO NOTHING actions into a partitioned table.
Dean Rasheed
pgsql: Fix MERGE with DO NOTHING actions into a partitioned table.
Dean Rasheed
pgsql: Fix MERGE with DO NOTHING actions into a partitioned table.
Dean Rasheed
pgsql: Fix MERGE with DO NOTHING actions into a partitioned table.
Dean Rasheed
pgsql: Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
pgsql: Matview statistics depend on matview data.
Jeff Davis
pgsql: Make group_similar_or_args() reorder clause list as little as po
Alexander Korotkov
pgsql: Optimize popcount functions with ARM SVE intrinsics.
Nathan Bossart
pgsql: Revert "Tidy up locale thread safety in ECPG library."
Peter Eisentraut
pgsql: Optimize popcount functions with ARM Neon intrinsics.
Nathan Bossart
pgsql: Fix crash if LockErrorCleanup() is called twice
Heikki Linnakangas
pgsql: Rename TRY_POPCNT_FAST to TRY_POPCNT_X86_64.
Nathan Bossart
pgsql: Fix timestamp overflow in UUIDv7 implementation.
Masahiko Sawada
pgsql: Tidy up locale thread safety in ECPG library.
Peter Eisentraut
pgsql: Cast result of i64abs() back to int64
Peter Eisentraut
pgsql: pg_overexplain: Use PG_MODULE_MAGIC_EXT.
Robert Haas
pgsql: pg_overexplain: Call previous hooks as appropriate.
Robert Haas
pgsql: Add support for not-null constraints on virtual generated column
Peter Eisentraut
pgsql: Modernize some code a bit
Peter Eisentraut
pgsql: Rename a node field for clarity
Peter Eisentraut
pgsql: Use thread-safe strftime_l() instead of strftime().
Peter Eisentraut
pgsql: pg_createsubscriber: Add '--all' option.
Amit Kapila
pgsql: Stablize tests added in 3abe9dc188.
Amit Kapila
Re: pgsql: Stablize tests added in 3abe9dc188.
Amit Kapila
pgsql: Revert inappropriate weakening of an Assert in plpgsql.
Tom Lane
pgsql: Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
pgsql: Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
pgsql: Fix guc_malloc calls for consistency and OOM checks
Daniel Gustafsson
pgsql: Use streaming read I/O in heap amcheck
Melanie Plageman
pgsql: Prevent assertion failure in contrib/pg_freespacemap.
Tom Lane
pgsql: Prevent assertion failure in contrib/pg_freespacemap.
Tom Lane
pgsql: Prevent assertion failure in contrib/pg_freespacemap.
Tom Lane
pgsql: Prevent assertion failure in contrib/pg_freespacemap.
Tom Lane
pgsql: Prevent assertion failure in contrib/pg_freespacemap.
Tom Lane
pgsql: Prevent assertion failure in contrib/pg_freespacemap.
Tom Lane
pgsql: psql: Fix incorrect equality comparison
Daniel Gustafsson
pgsql: pg_overexplain: Filter out actual row count from test result.
Robert Haas
pgsql: Remove the query_id_squash_values GUC
Álvaro Herrera
pgsql: Expand test a bit
Peter Eisentraut
pgsql: Provide thread-safe pg_localeconv_r().
Peter Eisentraut
pgsql: Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT
Álvaro Herrera
pgsql: libpq: Add TAP tests for service files and names
Michael Paquier
pgsql: Optimize Query jumble
David Rowley
pgsql: Fix query jumbling to account for NULL nodes
David Rowley
pgsql: Fix typo in comment
Peter Eisentraut
pgsql: doc: Correct description of values used in FSM for indexes
Michael Paquier
pgsql: doc: Correct description of values used in FSM for indexes
Michael Paquier
pgsql: doc: Correct description of values used in FSM for indexes
Michael Paquier
pgsql: doc: Correct description of values used in FSM for indexes
Michael Paquier
pgsql: doc: Correct description of values used in FSM for indexes
Michael Paquier
pgsql: doc: Correct description of values used in FSM for indexes
Michael Paquier
pgsql: aio: Add io_method=io_uring
Andres Freund
Re: pgsql: aio: Add io_method=io_uring
Andres Freund
pgsql: aio: Add liburing dependency
Andres Freund
pgsql: doc: Mention possible ephemeral discrepancies in pg_stat_activit
Michael Paquier
pgsql: aio: Rename pgaio_io_prep_* to pgaio_io_start_*
Andres Freund
pgsql: aio: Be more paranoid about interrupts
Andres Freund
pgsql: aio: Pass result of local callbacks to ->report_return
Andres Freund
pgsql: pg_overexplain: SET jit=off when running tests.
Robert Haas
pgsql: Fix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a9d2fa0551
Robert Haas
pgsql: Keep the decompressed filter in brin_bloom_union
Tomas Vondra
pgsql: Keep the decompressed filter in brin_bloom_union
Tomas Vondra
pgsql: Keep the decompressed filter in brin_bloom_union
Tomas Vondra
pgsql: Keep the decompressed filter in brin_bloom_union
Tomas Vondra
pgsql: Keep the decompressed filter in brin_bloom_union
Tomas Vondra
pgsql: Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
pgsql: Introduce PG_MODULE_MAGIC_EXT macro.
Tom Lane
pgsql: Move GSSAPI includes into its own header
Daniel Gustafsson
pgsql: psql: Make test robust against locale variations
Daniel Gustafsson
pgsql: dblink: SCRAM authentication pass-through
Peter Eisentraut
pgsql: Add support for gamma() and lgamma() functions.
Dean Rasheed
pgsql: Fix integer-overflow problem in scram_SaltedPassword()
Richard Guo
pgsql: Fix integer-overflow problem in scram_SaltedPassword()
Richard Guo
pgsql: Fix integer-overflow problem in scram_SaltedPassword()
Richard Guo
pgsql: Use relation name instead of OID in query jumbling for RangeTblE
Michael Paquier
pgsql: postgres_fdw: Fix tests on some Windows variants
Peter Eisentraut
pgsql: pg_upgrade: Add --swap for faster file transfer.
Nathan Bossart
pgsql: Fix two issues with custom_query_jumble in gen_node_support.pl
Michael Paquier
pgsql: Add pg_dump --with-{schema|data|statistics} options.
Jeff Davis
pgsql: Support buffer forwarding in StartReadBuffers().
Thomas Munro
pgsql: Fix order of -I switches for building pg_regress.o.
Tom Lane
pgsql: Fix order of -I switches for building pg_regress.o.
Tom Lane
pgsql: pg_stat_statements: Add more tests with temp tables and namespac
Michael Paquier
pgsql: initdb: Add --no-sync-data-files.
Nathan Bossart
pgsql: pg_dump: Add --sequence-data.
Nathan Bossart
pgsql: Stats: use schemaname/relname instead of regclass.
Jeff Davis
pgsql: Minor doc update for commit 99f8f3fbbc.
Jeff Davis
pgsql: psql: Make default \watch interval configurable
Daniel Gustafsson
pgsql: refactor: Split ATExecAlterConstraintInternal()
Peter Eisentraut
pgsql: refactor: Move some code that updates pg_constraint to a separat
Peter Eisentraut
pgsql: Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO
Peter Eisentraut
pgsql: postgres_fdw: Remove redundant check in semijoin_target_ok()
Alexander Korotkov
pgsql: postgres_fdw: Remove redundant check in semijoin_target_ok()
Alexander Korotkov
pgsql: libpq: Deprecate pg_int64.
Thomas Munro
pgsql: Label the contents of pg_*_d.h files a little better.
Tom Lane
pgsql: Generalize index support in network support function
Peter Eisentraut
pgsql: Add ExecCopySlotMinimalTupleExtra().
Jeff Davis
pgsql: Add support for custom_query_jumble as a node field attribute
Michael Paquier
pgsql: Remove 'additional' pointer from TupleHashEntryData.
Jeff Davis
pgsql: HashAgg: use Bump allocator for hash TupleHashTable entries.
Jeff Davis
pgsql: Fix the typo in the test case added in 73eba5004a.
Amit Kapila
pgsql: Fix an oversight in 3abe9dc188.
Amit Kapila
pgsql: postgres_fdw: Avoid pulling up restrict infos from subqueries
Alexander Korotkov
pgsql: postgres_fdw: Avoid pulling up restrict infos from subqueries
Alexander Korotkov
pgsql: Redefine max_files_per_process to control additionally opened fi
Andres Freund
pgsql: Allow pg_recvlogical --drop-slot to work without --dbname.
Fujii Masao
pgsql: Expand comment for isset_offset.
Nathan Bossart
pgsql: Fix bitmapheapscan incorrect recheck of NULL tuples
Melanie Plageman
pgsql: Add tests for POSITION(bytea, bytea)
David Rowley
pgsql: doc: Clarify required options for each action in pg_recvlogical.
Fujii Masao
pgsql: postgres_fdw: improve security checks
Peter Eisentraut
Re: pgsql: postgres_fdw: improve security checks
Tom Lane
Re: pgsql: postgres_fdw: improve security checks
Peter Eisentraut
pgsql: psql: show default extension version in \dx output
Magnus Hagander
pgsql: psql: use consistent alias for pg_description
Magnus Hagander
pgsql: Add test case for when subscriber table is missing a column
Heikki Linnakangas
pgsql: Detect and Log multiple_unique_conflicts type conflict.
Amit Kapila
pgsql: Allow plugins to set a 64-bit plan identifier in PlannedStmt
Michael Paquier
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
pgsql: Fix rare assertion failure in standby, if primary is restarted
Heikki Linnakangas
pgsql: psql: Add tab completion for VACUUM and ANALYZE ... ONLY option.
Tom Lane
pgsql: Fix "make clean" for new TAP suite.
Noah Misch
pgsql: aio: Change prefix of PgAioResultStatus values to PGAIO_RS_
Andres Freund
pgsql: plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'.
Tom Lane
pgsql: Improve nbtree array primitive scan scheduling.
Peter Geoghegan
pgsql: Use streaming read I/O in SP-GiST vacuuming
Melanie Plageman
pgsql: Fix ps display for IO workers.
Thomas Munro
pgsql: Add GUC option to control maximum active replication origins.
Masahiko Sawada
pgsql: Place "extern" declaration in the right part of pg_class.h.
Tom Lane
pgsql: Use streaming read I/O in GiST vacuuming
Melanie Plageman
pgsql: Assorted trivial cleanup of c5c239e26e
Melanie Plageman
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: Fix plpgsql's handling of simple expressions in scrollable curso
Tom Lane
pgsql: pg_createsubscriber: Add -R publications option.
Amit Kapila
pgsql: Support buffer forwarding in read_stream.c.
Thomas Munro
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: doc: Remove incorrect description about dropping replication slo
Fujii Masao
pgsql: Simplify EXPLAIN code for Memoize
David Rowley
pgsql: smgr: Hold interrupts in most smgr functions
Andres Freund
pgsql: Add an additional hook for EXPLAIN option validation.
Robert Haas
pgsql: Add test for pg_upgrade file transfer modes.
Nathan Bossart
pgsql: Add vacuum_truncate configuration parameter.
Nathan Bossart
Re: pgsql: Add vacuum_truncate configuration parameter.
Tom Lane
Re: pgsql: Add vacuum_truncate configuration parameter.
David G. Johnston
Re: pgsql: Add vacuum_truncate configuration parameter.
David Rowley
Re: pgsql: Add vacuum_truncate configuration parameter.
David G. Johnston
Re: pgsql: Add vacuum_truncate configuration parameter.
David Rowley
pgsql: Revert workarounds for -Wmissing-braces false positives on old G
Peter Eisentraut
pgsql: Fix extension control path tests
Peter Eisentraut
pgsql: Update a code comment
Peter Eisentraut
pgsql: meson: Flush stdout in testwrap
Andres Freund
pgsql: meson: Flush stdout in testwrap
Andres Freund
pgsql: meson: Flush stdout in testwrap
Andres Freund
pgsql: Add some new hooks so extensions can add details to EXPLAIN.
Robert Haas
pgsql: extension_control_path
Peter Eisentraut
pgsql: Fix compiler warning for commit 434dbf69.
Thomas Munro
pgsql: Fix copy-paste error related to the autovacuum launcher in pgsta
Michael Paquier
pgsql: vacuumdb: Teach vacuum_one_database() to reuse query results.
Nathan Bossart
pgsql: psql: Allow queries terminated by semicolons while in pipeline m
Michael Paquier
pgsql: oauth: Improve validator docs on interruptibility
Thomas Munro
pgsql: oauth: Disallow synchronous DNS in libcurl
Thomas Munro
pgsql: oauth: Simplify copy of PGoauthBearerRequest
Thomas Munro
pgsql: oauth: Fix postcondition for set_timer on macOS
Thomas Munro
pgsql: oauth: Use IPv4-only issuer in oauth_validator tests
Thomas Munro
pgsql: Ensure first ModifyTable rel initialized if all are pruned
Amit Langote
pgsql: Introduce io_max_combine_limit.
Thomas Munro
pgsql: Increase io_combine_limit range to 1MB.
Thomas Munro
pgsql: Fix assertion failure in parallel vacuum with minimal maintenanc
Masahiko Sawada
pgsql: Fix assertion failure in parallel vacuum with minimal maintenanc
Masahiko Sawada
pgsql: Optimize check for pending backend IO stats
Michael Paquier
pgsql: Add commit 796bdda484 to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Update guidance for running vacuumdb after pg_upgrade.
Nathan Bossart
pgsql: Doc: manually break lines in wide UUID examples.
Tom Lane
pgsql: smgr: Make SMgrRelation initialization safer against errors
Andres Freund
Earlier messages
Later messages