pgsql-committers
Thread
Date
Earlier messages
Messages by Thread
pgsql: Tighten asserts on ParallelWorkerNumber
Tomas Vondra
pgsql: Tighten asserts on ParallelWorkerNumber
Tomas Vondra
pgsql: Tighten asserts on ParallelWorkerNumber
Tomas Vondra
pgsql: Tighten asserts on ParallelWorkerNumber
Tomas Vondra
pgsql: Tighten asserts on ParallelWorkerNumber
Tomas Vondra
pgsql: Tighten asserts on ParallelWorkerNumber
Tomas Vondra
pgsql: pgstattuple: Optimize pgstattuple_approx() with streaming read
Michael Paquier
pgsql: Allow sibling call optimization in slot_getsomeattrs_int()
David Rowley
pgsql: Use fake LSNs to improve nbtree dropPin behavior.
Peter Geoghegan
pgsql: Move fake LSN infrastructure out of GiST.
Peter Geoghegan
pgsql: Add error code to user-visible message.
Jeff Davis
pgsql: Use GetXLogInsertEndRecPtr in gistGetFakeLSN
Tomas Vondra
pgsql: Use GetXLogInsertEndRecPtr in gistGetFakeLSN
Tomas Vondra
pgsql: Use GetXLogInsertEndRecPtr in gistGetFakeLSN
Tomas Vondra
pgsql: Use GetXLogInsertEndRecPtr in gistGetFakeLSN
Tomas Vondra
pgsql: Use GetXLogInsertEndRecPtr in gistGetFakeLSN
Tomas Vondra
pgsql: Use GetXLogInsertEndRecPtr in gistGetFakeLSN
Tomas Vondra
pgsql: Free memory allocated for unrecognized_protocol_options
Heikki Linnakangas
pgsql: Add convenience view to stats import test.
Nathan Bossart
pgsql: Fix bug due to confusion about what IsMVCCSnapshot means
Andres Freund
pgsql: libpq-oauth: Fix Makefile dependencies
Jacob Champion
pgsql: Add commit b6eb8dde6b to .git-blame-ignore-revs.
Nathan Bossart
pgsql: libpq-oauth: Use the PGoauthBearerRequestV2 API
Jacob Champion
pgsql: libpq-oauth: Never link against libpq's encoding functions
Jacob Champion
pgsql: Initialize variable to placate compiler.
Nathan Bossart
pgsql: Optimize COPY FROM (FORMAT {text,csv}) using SIMD.
Nathan Bossart
pgsql: Factor out constructSetOpTargetlist() from transformSetOperation
Peter Eisentraut
pgsql: Add callback for I/O error messages in SLRUs
Heikki Linnakangas
pgsql: Add stats_reset column to pg_stat_database_conflicts.
Fujii Masao
pgsql: Check for interrupts during non-fast-update GIN insertion
Heikki Linnakangas
pgsql: Rework ginScanToDelete() to pass Buffers instead of BlockNumbers
Alexander Korotkov
pgsql: Fix pointer type of ShmemAllocatorData->index
Heikki Linnakangas
pgsql: xml2: Fix failure with xslt_process() under -fsanitize=undefined
Michael Paquier
pgsql: xml2: Fix failure with xslt_process() under -fsanitize=undefined
Michael Paquier
pgsql: xml2: Fix failure with xslt_process() under -fsanitize=undefined
Michael Paquier
pgsql: xml2: Fix failure with xslt_process() under -fsanitize=undefined
Michael Paquier
pgsql: xml2: Fix failure with xslt_process() under -fsanitize=undefined
Michael Paquier
pgsql: xml2: Fix failure with xslt_process() under -fsanitize=undefined
Michael Paquier
pgsql: pgstattuple: Optimize btree and hash index functions with stream
Michael Paquier
pgsql: Enable fast default for domains with non-volatile constraints
Andrew Dunstan
pgsql: Extend DomainHasConstraints() to optionally check constraint vol
Andrew Dunstan
pgsql: Document the 'command' column of pg_stat_progress_repack
Álvaro Herrera
pgsql: Use simplehash for backend-private buffer pin refcounts.
Peter Geoghegan
pgsql: nbtree: Avoid allocating _bt_search stack.
Peter Geoghegan
pgsql: Add pg_plan_advice contrib module.
Robert Haas
pgsql: doc: Document variables for path substitution in SQL tests
Michael Paquier
pgsql: bloom: Optimize VACUUM and bulk-deletion with streaming read
Michael Paquier
pgsql: Use streaming read for VACUUM cleanup of GIN
Michael Paquier
pgsql: Convert NOT IN sublinks to anti-joins when safe
Richard Guo
pgsql: bufmgr: Fix use of wrong variable in GetPrivateRefCountEntrySlow
Andres Freund
pgsql: Fix use of volatile.
Jeff Davis
pgsql: Add support for altering CHECK constraint enforceability
Andrew Dunstan
pgsql: rename alter constraint enforceability related functions
Andrew Dunstan
pgsql: bufmgr: Switch to standard order in MarkBufferDirtyHint()
Andres Freund
pgsql: bufmgr: Remove the, now obsolete, BM_JUST_DIRTIED
Andres Freund
pgsql: Avoid WAL flush checks for unlogged buffers in GetVictimBuffer()
Melanie Plageman
pgsql: Do not lock in BufferGetLSNAtomic() on archs with 8 byte atomic
Tomas Vondra
pgsql: Fix indentation from commit 29a0fb21577
Tomas Vondra
pgsql: Conditional locking in pgaio_worker_submit_internal
Tomas Vondra
pgsql: Fixes for C++ typeof implementation
Peter Eisentraut
pgsql: Remove Int8GetDatum function
Peter Eisentraut
pgsql: Sort out table_open vs. relation_open in rewriter
Peter Eisentraut
pgsql: Require share-exclusive lock to set hint bits and to flush
Andres Freund
pgsql: bloom: Optimize bitmap scan path with streaming read
Michael Paquier
pgsql: Remove unused PruneState member frz_conflict_horizon
Melanie Plageman
pgsql: Don't clear pendingRecoveryConflicts at end of transaction
Heikki Linnakangas
pgsql: Use the newest to-be-frozen xid as the conflict horizon for free
Melanie Plageman
pgsql: Introduce the REPACK command
Álvaro Herrera
pgsql: Fix grammar in short description of effective_wal_level.
Masahiko Sawada
pgsql: heapam: Don't mimic MarkBufferDirtyHint() in inplace updates
Andres Freund
pgsql: pg_dumpall: simplify coding of dropDBs()
Álvaro Herrera
pgsql: Remove duplicate initialization in initialize_brin_buildstate().
Fujii Masao
pgsql: Rename grammar nonterminal to simplify reuse
Peter Eisentraut
pgsql: Allow extensions to mark an individual index as disabled.
Robert Haas
pgsql: Switch to FATAL error for missing checkpoint record without back
Michael Paquier
pgsql: Fix misuse of "volatile" in xml.c
Michael Paquier
pgsql: pg_{dump,restore}: Refactor handling of conflicting options.
Nathan Bossart
pgsql: Replace get_relation_info_hook with build_simple_rel_hook.
Robert Haas
pgsql: Consider startup cost as a figure of merit for partial paths.
Robert Haas
pgsql: Prevent restore of incremental backup from bloating VM fork.
Robert Haas
pgsql: Prevent restore of incremental backup from bloating VM fork.
Robert Haas
pgsql: Prevent restore of incremental backup from bloating VM fork.
Robert Haas
pgsql: Remove trailing period from errmsg in subscriptioncmds.c.
Amit Kapila
pgsql: Move comment back to better place
Peter Eisentraut
pgsql: doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD C
Fujii Masao
pgsql: doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD C
Fujii Masao
pgsql: doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD C
Fujii Masao
pgsql: doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD C
Fujii Masao
pgsql: doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD C
Fujii Masao
pgsql: doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD C
Fujii Masao
pgsql: Fix size underestimation of DSA pagemap for odd-sized segments
Michael Paquier
pgsql: Fix size underestimation of DSA pagemap for odd-sized segments
Michael Paquier
pgsql: Fix size underestimation of DSA pagemap for odd-sized segments
Michael Paquier
pgsql: Fix size underestimation of DSA pagemap for odd-sized segments
Michael Paquier
pgsql: Fix size underestimation of DSA pagemap for odd-sized segments
Michael Paquier
pgsql: Fix size underestimation of DSA pagemap for odd-sized segments
Michael Paquier
pgsql: Refactor tests for catalog diff comparisons in stats_import.sql
Michael Paquier
pgsql: Fix typo in stats_import.sql
Michael Paquier
pgsql: Fix invalid boolean if-test
Álvaro Herrera
pgsql: Fix invalid boolean if-test
Álvaro Herrera
pgsql: libpq: Introduce PQAUTHDATA_OAUTH_BEARER_TOKEN_V2
Jacob Champion
pgsql: pg_dumpall: Fix handling of conflicting options.
Nathan Bossart
pgsql: Use palloc_object() and palloc_array() in more areas of the logi
Masahiko Sawada
pgsql: Support grouping-expression references and GROUPING() in subquer
Tom Lane
pgsql: CREATE SUBSCRIPTION ... SERVER.
Jeff Davis
Re: pgsql: CREATE SUBSCRIPTION ... SERVER.
Peter Eisentraut
Re: pgsql: CREATE SUBSCRIPTION ... SERVER.
Andres Freund
Re: pgsql: CREATE SUBSCRIPTION ... SERVER.
Jeff Davis
Re: pgsql: CREATE SUBSCRIPTION ... SERVER.
Jeff Davis
Re: pgsql: CREATE SUBSCRIPTION ... SERVER.
Andres Freund
Re: pgsql: CREATE SUBSCRIPTION ... SERVER.
Jeff Davis
Re: pgsql: CREATE SUBSCRIPTION ... SERVER.
Andres Freund
Re: pgsql: CREATE SUBSCRIPTION ... SERVER.
Jeff Davis
pgsql: Don't include wait_event.h in pgstat.h
Álvaro Herrera
Re: pgsql: Perform provider-specific initialization in new functions.
Andrey Borodin
Re: pgsql: Perform provider-specific initialization in new functions.
Jeff Davis
Re: pgsql: Perform provider-specific initialization in new functions.
Andrey Borodin
pgsql: doc: Fix capitalization of Unicode
Peter Eisentraut
pgsql: Fix Python deprecation warning
Peter Eisentraut
pgsql: Make unconstify and unvolatize use StaticAssertVariableIsOfTypeM
Peter Eisentraut
pgsql: Use typeof everywhere instead of compiler specific spellings
Peter Eisentraut
pgsql: Portable StaticAssertExpr
Peter Eisentraut
pgsql: Fix publisher shutdown hang caused by logical walsender busy loo
Fujii Masao
pgsql: Fix publisher shutdown hang caused by logical walsender busy loo
Fujii Masao
pgsql: Fix publisher shutdown hang caused by logical walsender busy loo
Fujii Masao
pgsql: Fix publisher shutdown hang caused by logical walsender busy loo
Fujii Masao
pgsql: Fix publisher shutdown hang caused by logical walsender busy loo
Fujii Masao
pgsql: Fix publisher shutdown hang caused by logical walsender busy loo
Fujii Masao
pgsql: Improve tests for recovery_target_timeline GUC.
Fujii Masao
pgsql: Fix inconsistency with HeapTuple freeing in extended_stats_funcs
Michael Paquier
pgsql: Fix order of columns in pg_stat_recovery
Michael Paquier
pgsql: Fix inconsistent elevel in pg_sync_replication_slots() retry log
Amit Kapila
pgsql: Add system view pg_stat_recovery
Michael Paquier
pgsql: Refactor code retrieving string for RecoveryPauseState
Michael Paquier
pgsql: Simplify creation of built-in functions with non-default ACLs.
Tom Lane
pgsql: Be more wary of false matches in initdb's replace_token().
Tom Lane
pgsql: Prefix PruneState->all_{visible,frozen} with set_
Melanie Plageman
pgsql: Add PageGetPruneXid() helper
Melanie Plageman
pgsql: Move commonly used context into PruneState and simplify helpers
Melanie Plageman
pgsql: Exit after fatal errors in client-side compression code.
Tom Lane
pgsql: Exit after fatal errors in client-side compression code.
Tom Lane
pgsql: Exit after fatal errors in client-side compression code.
Tom Lane
pgsql: Exit after fatal errors in client-side compression code.
Tom Lane
pgsql: Exit after fatal errors in client-side compression code.
Tom Lane
pgsql: libpq: Add PQgetThreadLock() to mirror PQregisterThreadLock()
Jacob Champion
pgsql: oauth: Report cleanup errors as warnings on stderr
Jacob Champion
pgsql: oauth: Add TLS support for oauth_validator tests
Jacob Champion
pgsql: Fix handling of updated tuples in the MERGE statement
Alexander Korotkov
pgsql: Fix handling of updated tuples in the MERGE statement
Alexander Korotkov
pgsql: Fix handling of updated tuples in the MERGE statement
Alexander Korotkov
pgsql: Fix handling of updated tuples in the MERGE statement
Alexander Korotkov
pgsql: Fix handling of updated tuples in the MERGE statement
Alexander Korotkov
pgsql: Improve validation of recovery_target_xid GUC values.
Fujii Masao
pgsql: doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP
Fujii Masao
pgsql: doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP
Fujii Masao
pgsql: doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP
Fujii Masao
pgsql: doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP
Fujii Masao
pgsql: doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP
Fujii Masao
pgsql: doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP
Fujii Masao
pgsql: Move definition of XLogRecoveryCtlData to xlogrecovery.h
Michael Paquier
pgsql: Fix rare instability in recovery TAP test 004_timeline_switch
Michael Paquier
pgsql: Fix rare instability in recovery TAP test 004_timeline_switch
Michael Paquier
pgsql: Fix rare instability in recovery TAP test 004_timeline_switch
Michael Paquier
pgsql: Fix rare instability in recovery TAP test 004_timeline_switch
Michael Paquier
pgsql: Fix rare instability in recovery TAP test 004_timeline_switch
Michael Paquier
pgsql: Fix rare instability in recovery TAP test 004_timeline_switch
Michael Paquier
pgsql: Change default value of default_toast_compression to "lz4", take
Michael Paquier
pgsql: Revert "Change default value of default_toast_compression to "lz
Michael Paquier
pgsql: pg_restore: add --no-globals option to skip globals
Andrew Dunstan
pgsql: Improve writing map.dat preamble
Andrew Dunstan
pgsql: Fix casting away const-ness in pg_restore.c
Andrew Dunstan
pgsql: Fix estimate_hash_bucket_stats's correction for skewed data.
Tom Lane
pgsql: Fix yet another bug in archive streamer with LZ4 decompression.
Tom Lane
pgsql: Fix yet another bug in archive streamer with LZ4 decompression.
Tom Lane
pgsql: Fix yet another bug in archive streamer with LZ4 decompression.
Tom Lane
pgsql: Fix yet another bug in archive streamer with LZ4 decompression.
Tom Lane
pgsql: Fix yet another bug in archive streamer with LZ4 decompression.
Tom Lane
pgsql: Don't malloc(0) in EventTriggerCollectAlterTSConfig
Álvaro Herrera
pgsql: Don't malloc(0) in EventTriggerCollectAlterTSConfig
Álvaro Herrera
pgsql: Don't malloc(0) in EventTriggerCollectAlterTSConfig
Álvaro Herrera
pgsql: Don't malloc(0) in EventTriggerCollectAlterTSConfig
Álvaro Herrera
pgsql: Don't malloc(0) in EventTriggerCollectAlterTSConfig
Álvaro Herrera
pgsql: Don't malloc(0) in EventTriggerCollectAlterTSConfig
Álvaro Herrera
pgsql: Allow table exclusions in publications via EXCEPT TABLE.
Amit Kapila
pgsql: Add test for row-locking and multixids with prepared transaction
Heikki Linnakangas
pgsql: Add test for row-locking and multixids with prepared transaction
Heikki Linnakangas
pgsql: Add test for row-locking and multixids with prepared transaction
Heikki Linnakangas
pgsql: Skip prepared_xacts test if max_prepared_transactions < 2
Heikki Linnakangas
pgsql: Skip prepared_xacts test if max_prepared_transactions < 2
Heikki Linnakangas
pgsql: Skip prepared_xacts test if max_prepared_transactions < 2
Heikki Linnakangas
pgsql: Skip prepared_xacts test if max_prepared_transactions < 2
Heikki Linnakangas
pgsql: Skip prepared_xacts test if max_prepared_transactions < 2
Heikki Linnakangas
pgsql: Skip prepared_xacts test if max_prepared_transactions < 2
Heikki Linnakangas
pgsql: Fix rare instability in recovery TAP test 009_twophase
Michael Paquier
pgsql: Fix rare instability in recovery TAP test 009_twophase
Michael Paquier
pgsql: Fix rare instability in recovery TAP test 009_twophase
Michael Paquier
pgsql: Fix rare instability in recovery TAP test 009_twophase
Michael Paquier
pgsql: Fix rare instability in recovery TAP test 009_twophase
Michael Paquier
pgsql: Fix rare instability in recovery TAP test 009_twophase
Michael Paquier
pgsql: Change default value of default_toast_compression to "lz4", when
Michael Paquier
Earlier messages