pgsql-committers
Thread
Date
Earlier messages
Messages by Thread
pgsql: Fix some near-bugs related to ResourceOwner function arguments
Heikki Linnakangas
pgsql: Fix some near-bugs related to ResourceOwner function arguments
Heikki Linnakangas
pgsql: Fix some near-bugs related to ResourceOwner function arguments
Heikki Linnakangas
pgsql: libpq: Authorize pthread_exit() in libpq_check
Michael Paquier
pgsql: Fix failures with cross-version pg_upgrade tests
Michael Paquier
pgsql: Fix failures with cross-version pg_upgrade tests
Michael Paquier
pgsql: Fix failures with cross-version pg_upgrade tests
Michael Paquier
pgsql: Fix two issues with recently-introduced nbtree test
Michael Paquier
pgsql: Fix meson warning due to missing declaration of NM
Michael Paquier
pgsql: Fix misleading comment in tuplesort.c
David Rowley
pgsql: Use palloc_object() and palloc_array() in backend code
Michael Paquier
pgsql: Fix O_CLOEXEC flag handling in Windows port.
Thomas Munro
pgsql: Fix O_CLOEXEC flag handling in Windows port.
Thomas Munro
pgsql: Fix O_CLOEXEC flag handling in Windows port.
Thomas Munro
pgsql: Fix O_CLOEXEC flag handling in Windows port.
Thomas Munro
pgsql: Add ParallelSlotSetIdle().
Nathan Bossart
pgsql: vacuumdb: Move some variables to the vacuumingOptions struct.
Nathan Bossart
pgsql: vacuumdb: Add --dry-run.
Nathan Bossart
pgsql: Add started_by column to pg_stat_progress_analyze view.
Masahiko Sawada
pgsql: Add mode and started_by columns to pg_stat_progress_vacuum view.
Masahiko Sawada
pgsql: doc: Fix titles of some pg_buffercache functions.
Nathan Bossart
pgsql: doc: Fix titles of some pg_buffercache functions.
Nathan Bossart
pgsql: Support "j" length modifier in snprintf.c.
Tom Lane
pgsql: Add wait event for the group commit delay before WAL flush
Heikki Linnakangas
pgsql: Fix warning about wrong format specifier for off_t type
Heikki Linnakangas
pgsql: Widen MultiXactOffset to 64 bits
Heikki Linnakangas
pgsql: Move pg_multixact SLRU page format definitions to a separate hea
Heikki Linnakangas
pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints.
Dean Rasheed
pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints.
Dean Rasheed
pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints.
Dean Rasheed
pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints.
Dean Rasheed
pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints.
Dean Rasheed
pgsql: doc: Fix statement about ON CONFLICT and deferrable constraints.
Dean Rasheed
pgsql: Fix distinctness check for queries with grouping sets
Richard Guo
pgsql: Fix const-simplification for index expressions and predicate
Richard Guo
pgsql: Fix LOCK_TIMEOUT handling in slotsync worker.
Amit Kapila
pgsql: Fix LOCK_TIMEOUT handling in slotsync worker.
Amit Kapila
pgsql: Fix LOCK_TIMEOUT handling in slotsync worker.
Amit Kapila
pgsql: Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
pgsql: Remove useless casts in format arguments
Peter Eisentraut
pgsql: Clean up int64-related format strings
Peter Eisentraut
pgsql: Use palloc_object() and palloc_array() in more areas of the tree
Michael Paquier
pgsql: Improve documentation for pg_atomic_unlocked_write_u32()
Andres Freund
pgsql: Doc: fix typo in hash index documentation
David Rowley
pgsql: Doc: fix typo in hash index documentation
David Rowley
pgsql: Doc: fix typo in hash index documentation
David Rowley
pgsql: Doc: fix typo in hash index documentation
David Rowley
pgsql: Doc: fix typo in hash index documentation
David Rowley
pgsql: libpq: Refactor logic checking for exit() in shared library buil
Michael Paquier
pgsql: Fix minor portability issue in pg_resetwal.c.
Tom Lane
pgsql: Avoid pointer chasing in _bt_readpage inner loop.
Peter Geoghegan
pgsql: Unify some more messages
Álvaro Herrera
pgsql: Relocate _bt_readpage and related functions.
Peter Geoghegan
pgsql: Unify error messages
Álvaro Herrera
pgsql: Unify error messages
Álvaro Herrera
pgsql: pg_resetwal: Reject negative and out of range arguments
Heikki Linnakangas
pgsql: pg_resetwal: Use separate flags for whether an option is given
Heikki Linnakangas
pgsql: Make ecpg parse.pl more robust with braces
Peter Eisentraut
pgsql: Use PGAlignedXLogBlock for some code simplification
Peter Eisentraut
pgsql: test_custom_stats: Test module for custom cumulative statistics
Michael Paquier
pgsql: Prevent invalidation of newly created replication slots.
Amit Kapila
pgsql: Prevent invalidation of newly created replication slots.
Amit Kapila
pgsql: injection_points: Remove portions related to custom pgstats
Michael Paquier
Re: pgsql: injection_points: Remove portions related to custom pgstats
Tom Lane
Re: pgsql: injection_points: Remove portions related to custom pgstats
Michael Paquier
Re: pgsql: injection_points: Remove portions related to custom pgstats
Tom Lane
Re: pgsql: injection_points: Remove portions related to custom pgstats
Michael Paquier
Re: pgsql: injection_points: Remove portions related to custom pgstats
Heikki Linnakangas
Re: pgsql: injection_points: Remove portions related to custom pgstats
Tom Lane
Re: pgsql: injection_points: Remove portions related to custom pgstats
Heikki Linnakangas
Re: pgsql: injection_points: Remove portions related to custom pgstats
Michael Paquier
Re: pgsql: injection_points: Remove portions related to custom pgstats
Tom Lane
Re: pgsql: injection_points: Remove portions related to custom pgstats
Michael Paquier
Re: pgsql: injection_points: Remove portions related to custom pgstats
Heikki Linnakangas
Re: pgsql: injection_points: Remove portions related to custom pgstats
Michael Paquier
Re: pgsql: injection_points: Remove portions related to custom pgstats
Michael Paquier
Re: pgsql: injection_points: Remove portions related to custom pgstats
Michael Paquier
Re: pgsql: injection_points: Remove portions related to custom pgstats
Heikki Linnakangas
pgsql: Improve error messages of input functions for pg_dependencies an
Michael Paquier
pgsql: ecpg: refactor to eliminate cast-away-const in find_variable().
Tom Lane
pgsql: Revise APIs for pushJsonbValue() and associated routines.
Tom Lane
pgsql: Remove fundamentally-redundant processing in jsonb_agg() et al.
Tom Lane
pgsql: Micro-optimize datatype conversions in datum_to_jsonb_internal.
Tom Lane
pgsql: Add a macro for the declared typlen of type timetz.
Tom Lane
pgsql: Handle constant inputs to corr() and related aggregates more pre
Tom Lane
pgsql: Doc: include JSON in the list of SQL-standard types.
Tom Lane
pgsql: Improve error reporting of recovery test 027_stream_regress
Michael Paquier
pgsql: Add PostgreSQL::Test::Cluster::read_head_tail() helper to Postgr
Michael Paquier
pgsql: Fix text substring search for non-deterministic collations.
Tom Lane
pgsql: Fix text substring search for non-deterministic collations.
Tom Lane
pgsql: Fix test to work with non-8kB block sizes
Heikki Linnakangas
pgsql: Add commit 86b276a4a9 to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Don't reset the pathlist of partitioned joinrels.
Robert Haas
pgsql: Fix some cases of indirectly casting away const.
Tom Lane
pgsql: Stabilize tests some more
Álvaro Herrera
pgsql: Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
pgsql: Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
pgsql: Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
pgsql: Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
pgsql: Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
pgsql: Fix setting next multixid's offset at offset wraparound
Heikki Linnakangas
pgsql: Use more palloc_object() and palloc_array() in contrib/
Michael Paquier
pgsql: Improve test output of extended statistics for ndistinct and dep
Michael Paquier
pgsql: Rename column slotsync_skip_at to slotsync_last_skip.
Amit Kapila
pgsql: Fix some compiler warnings
Michael Paquier
pgsql: Show version of nodes in output of TAP tests
Michael Paquier
pgsql: Show version of nodes in output of TAP tests
Michael Paquier
pgsql: Show version of nodes in output of TAP tests
Michael Paquier
pgsql: Show version of nodes in output of TAP tests
Michael Paquier
pgsql: Show version of nodes in output of TAP tests
Michael Paquier
pgsql: Suppress spurious Coverity warning in prune freeze logic
Melanie Plageman
pgsql: Fix key size of PrivateRefCountHash.
Nathan Bossart
pgsql: Remove no longer needed casts from Pointer
Peter Eisentraut
pgsql: Remove no longer needed casts to Pointer
Peter Eisentraut
pgsql: amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
pgsql: amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
pgsql: amcheck: Fix snapshot usage in bt_index_parent_check
Álvaro Herrera
pgsql: headerscheck ccache support
Peter Eisentraut
pgsql: headerscheck: Use LLVM_CPPFLAGS
Peter Eisentraut
pgsql: Fix incorrect assertion bound in WaitForLSN()
Alexander Korotkov
pgsql: bufmgr: Turn BUFFER_LOCK_* into an enum
Andres Freund
pgsql: Add pg_atomic_unlocked_write_u64
Andres Freund
pgsql: Rename BUFFERPIN wait event class to BUFFER
Andres Freund
pgsql: Make stats_ext test faster under cache-clobbering test condition
Tom Lane
pgsql: Add test for multixid wraparound
Heikki Linnakangas
pgsql: Set next multixid's offset when creating a new multixid
Heikki Linnakangas
pgsql: Set next multixid's offset when creating a new multixid
Heikki Linnakangas
pgsql: Set next multixid's offset when creating a new multixid
Heikki Linnakangas
pgsql: Set next multixid's offset when creating a new multixid
Heikki Linnakangas
pgsql: Set next multixid's offset when creating a new multixid
Heikki Linnakangas
pgsql: Set next multixid's offset when creating a new multixid
Heikki Linnakangas
pgsql: Use "foo(void)" for definitions of functions with no parameters.
Nathan Bossart
pgsql: Put back alternative-output expected files
Álvaro Herrera
pgsql: doc: Consistently use restartpoint in the documentation
Daniel Gustafsson
pgsql: Fix stray references to SubscriptRef
Peter Eisentraut
pgsql: Change Pointer to void *
Peter Eisentraut
pgsql: Don't rely on pointer arithmetic with Pointer type
Peter Eisentraut
pgsql: Use more appropriate DatumGet* function
Peter Eisentraut
pgsql: Remove useless casts to Pointer
Peter Eisentraut
pgsql: Fix shadow variable warning in subscriptioncmds.c.
Amit Kapila
pgsql: Use LW_SHARED in dsa.c where possible.
Nathan Bossart
pgsql: Add a test for half-dead pages in B-tree indexes
Heikki Linnakangas
pgsql: Add a test for incomplete splits in B-tree indexes
Heikki Linnakangas
pgsql: Fix amcheck's handling of half-dead B-tree pages
Heikki Linnakangas
pgsql: Fix amcheck's handling of half-dead B-tree pages
Heikki Linnakangas
pgsql: Fix amcheck's handling of half-dead B-tree pages
Heikki Linnakangas
pgsql: Fix amcheck's handling of half-dead B-tree pages
Heikki Linnakangas
pgsql: Fix amcheck's handling of half-dead B-tree pages
Heikki Linnakangas
pgsql: Fix amcheck's handling of half-dead B-tree pages
Heikki Linnakangas
pgsql: Fix amcheck's handling of incomplete root splits in B-tree
Heikki Linnakangas
pgsql: Fix amcheck's handling of incomplete root splits in B-tree
Heikki Linnakangas
pgsql: Fix amcheck's handling of incomplete root splits in B-tree
Heikki Linnakangas
pgsql: Fix amcheck's handling of incomplete root splits in B-tree
Heikki Linnakangas
pgsql: Fix amcheck's handling of incomplete root splits in B-tree
Heikki Linnakangas
pgsql: Fix amcheck's handling of incomplete root splits in B-tree
Heikki Linnakangas
pgsql: Show size of DSAs and dshashes in pg_dsm_registry_allocations.
Nathan Bossart
pgsql: Remove doc and code comments about ON CONFLICT deficiencies
Álvaro Herrera
pgsql: Avoid use of NOTICE to wait for snapshot invalidation
Álvaro Herrera
pgsql: Fix ON CONFLICT with REINDEX CONCURRENTLY and partitions
Álvaro Herrera
pgsql: Remove useless casting to same type
Peter Eisentraut
pgsql: Simplify hash_xlog_split_allocate_page()
Peter Eisentraut
pgsql: Replace pointer comparisons and assignments to literal zero with
Peter Eisentraut
pgsql: Update comment related to C99
Peter Eisentraut
pgsql: Update some timestamp[tz] functions to use soft-error reporting
Michael Paquier
pgsql: Make regex "max_chr" depend on encoding, not provider.
Jeff Davis
pgsql: Change some callers to use pg_ascii_toupper().
Jeff Davis
pgsql: Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY
Álvaro Herrera
pgsql: Fix a strict aliasing violation
Peter Eisentraut
pgsql: Move WAL sequence code into its own file
Michael Paquier
pgsql: Switch some date/timestamp functions to use the soft error repor
Michael Paquier
pgsql: Don't call simplify_aggref with a NULL PlannerInfo
David Rowley
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
pgsql: Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
Re: pgsql: Increase BAS_BULKREAD based on effective_io_concurrency
Frédéric Yhuel
pgsql: Generate translator comments for GUC parameter descriptions
Peter Eisentraut
pgsql: Fix pg_isblank()
Peter Eisentraut
pgsql: Add slotsync_skip_reason column to pg_replication_slots view.
Amit Kapila
pgsql: pg_buffercache: Add pg_buffercache_mark_dirty{,_relation,_all}()
Michael Paquier
pgsql: Fix possibly uninitialized HeapScanDesc.rs_startblock
David Rowley
pgsql: doc: Add missing tags in pg_buffercache page
Michael Paquier
pgsql: Add routines for marking buffers dirty efficiently
Michael Paquier
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
pgsql: Allow indexscans on partial hash indexes with implied quals.
Tom Lane
pgsql: doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
pgsql: doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
pgsql: doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
pgsql: doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
pgsql: doc: Fix misleading synopsis for CREATE/ALTER PUBLICATION.
Fujii Masao
pgsql: Fix new test for CATCACHE_FORCE_RELEASE builds
Álvaro Herrera
pgsql: doc: Fix typo in pg_dump documentation
Daniel Gustafsson
pgsql: Use C11 alignas in pg_atomic_uint64 definitions
Peter Eisentraut
pgsql: Fix error reporting for SQL/JSON path type mismatches
Amit Langote
Earlier messages