pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: tests: Rename conflicting role names
Michael Paquier
pgsql: tests: Rename conflicting role names
Michael Paquier
pgsql: Fix some comments.
Nathan Bossart
pgsql: Fix infer_arbiter_index for partitioned tables
Álvaro Herrera
pgsql: Fix comment on how temp files and subtransactions are handled
Heikki Linnakangas
pgsql: Add runtime checks for bogus multixact offsets
Heikki Linnakangas
pgsql: Make <assert.h> consistently available in frontend and backend
Peter Eisentraut
pgsql: Use palloc_object() and palloc_array(), the last change
Michael Paquier
pgsql: pg_buffercache: Fix memory allocation formula
Michael Paquier
pgsql: pg_buffercache: Fix memory allocation formula
Michael Paquier
pgsql: Enhance slot synchronization API to respect promotion signal.
Amit Kapila
pgsql: Clarify why _bt_killitems sorts its items array.
Peter Geoghegan
pgsql: Fix allocation formula in llvmjit_expr.c
Michael Paquier
pgsql: Fix allocation formula in llvmjit_expr.c
Michael Paquier
pgsql: Fix allocation formula in llvmjit_expr.c
Michael Paquier
pgsql: Fix allocation formula in llvmjit_expr.c
Michael Paquier
pgsql: Fix allocation formula in llvmjit_expr.c
Michael Paquier
pgsql: Fix allocation formula in llvmjit_expr.c
Michael Paquier
pgsql: Fix MULTIXACT_DEBUG builds.
Peter Geoghegan
pgsql: Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code.
Tom Lane
pgsql: Return TIDs in desc order during backwards scans.
Peter Geoghegan
pgsql: Remove char_tolower() API.
Jeff Davis
pgsql: Add pg_iswcased().
Jeff Davis
pgsql: Fix bogus extra arguments to query_safe in test
Heikki Linnakangas
pgsql: Fix bogus extra arguments to query_safe in test
Heikki Linnakangas
pgsql: Fix bogus extra arguments to query_safe in test
Heikki Linnakangas
pgsql: Improve DDL deparsing test
Heikki Linnakangas
pgsql: Add comment about keeping PD_ALL_VISIBLE and VM in sync
Melanie Plageman
pgsql: Simplify vacuum visibility assertion
Melanie Plageman
pgsql: Fix comment in GetPublicationRelations
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: 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
Re: pgsql: Widen MultiXactOffset to 64 bits
Peter Geoghegan
Re: pgsql: Widen MultiXactOffset to 64 bits
Peter Geoghegan
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
Earlier messages
Later messages