pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: const-qualify ItemPointer comparison functions
Peter Eisentraut
pgsql: formatting.c cleanup: Remove unnecessary zeroize macros
Peter Eisentraut
pgsql: formatting.c cleanup: Improve formatting of some struct declarat
Peter Eisentraut
pgsql: formatting.c cleanup: Remove unnecessary extra line breaks in er
Peter Eisentraut
pgsql: Expose wal_fpi_bytes in EXPLAIN (WAL)
Michael Paquier
pgsql: Fix regression with slot invalidation checks
Michael Paquier
pgsql: Fix regression with slot invalidation checks
Michael Paquier
pgsql: Fix regression with slot invalidation checks
Michael Paquier
pgsql: Fix regression with slot invalidation checks
Michael Paquier
pgsql: Disable parallel plans for RIGHT_SEMI joins
Richard Guo
pgsql: Disable parallel plans for RIGHT_SEMI joins
Richard Guo
pgsql: Fix bogus use of "long" in AllocSetCheck()
David Rowley
pgsql: Fix bogus use of "long" in AllocSetCheck()
David Rowley
pgsql: Fix bogus use of "long" in AllocSetCheck()
David Rowley
pgsql: Fix bogus use of "long" in AllocSetCheck()
David Rowley
pgsql: Fix bogus use of "long" in AllocSetCheck()
David Rowley
pgsql: Fix bogus use of "long" in AllocSetCheck()
David Rowley
pgsql: Fix bogus use of "long" in AllocSetCheck()
David Rowley
pgsql: Use C11 char16_t and char32_t for Unicode code points.
Jeff Davis
pgsql: pg_stat_statements: Fix handling of duplicate constant locations
Álvaro Herrera
pgsql: pg_stat_statements: Fix handling of duplicate constant locations
Álvaro Herrera
pgsql: CheckNNConstraintFetch: Fill all of ConstrCheck in a single pass
Álvaro Herrera
pgsql: Reorganize GUC structs
Peter Eisentraut
pgsql: formatting.c cleanup: Use array syntax instead of pointer arithm
Peter Eisentraut
pgsql: formatting.c cleanup: Remove unnecessary extra parentheses
Peter Eisentraut
pgsql: formatting.c cleanup: Use size_t for string length variables and
Peter Eisentraut
pgsql: formatting.c cleanup: Add some const pointer qualifiers
Peter Eisentraut
pgsql: Replace pg_restrict by standard restrict
Peter Eisentraut
pgsql: Remove obsolete comment
Peter Eisentraut
pgsql: Remove obsolete comment
Peter Eisentraut
pgsql: Simplify newline handling in libpq TAP test
Michael Paquier
pgsql: Fix correctness issue with computation of FPI size in WAL stats
Michael Paquier
pgsql: Add psql PROMPT variable for search_path.
Nathan Bossart
pgsql: formatting.c cleanup: Move loop variables definitions into for s
Peter Eisentraut
pgsql: formatting.c cleanup: Remove dashes in comments
Peter Eisentraut
pgsql: Don't error out when dropping constraint if relchecks is already
Álvaro Herrera
pgsql: Move comment about casts from pg_wchar.
Jeff Davis
pgsql: Check that index can return in get_actual_variable_range()
Peter Eisentraut
pgsql: Check that index can return in get_actual_variable_range()
Peter Eisentraut
pgsql: Add wal_fpi_bytes to pg_stat_wal and pg_stat_get_backend_wal()
Michael Paquier
pgsql: Add worker type argument to logical replication worker functions
Amit Kapila
pgsql: Simplify newline handling in two TAP tests
Michael Paquier
pgsql: Fix a couple of comments.
Nathan Bossart
pgsql: Add new RLS tests to test policies applied by command type.
Dean Rasheed
pgsql: Add some const qualifications
Peter Eisentraut
pgsql: Remove Item type
Peter Eisentraut
pgsql: Remove meaninglist restrict qualifiers
Peter Eisentraut
pgsql: Fix GUC check_hook validation for synchronized_standby_slots.
Amit Kapila
pgsql: Fix GUC check_hook validation for synchronized_standby_slots.
Amit Kapila
pgsql: Fix GUC check_hook validation for synchronized_standby_slots.
Amit Kapila
pgsql: Improve test in 009_matviews.pl.
Amit Kapila
pgsql: Comment typo fixes: pg_wchar_t should be pg_wchar.
Jeff Davis
pgsql: Fix incorrect logic for caching ResultRelInfos for triggers
David Rowley
pgsql: Fix incorrect logic for caching ResultRelInfos for triggers
David Rowley
pgsql: Fix incorrect logic for caching ResultRelInfos for triggers
David Rowley
pgsql: Fix incorrect logic for caching ResultRelInfos for triggers
David Rowley
pgsql: Fix incorrect logic for caching ResultRelInfos for triggers
David Rowley
pgsql: Guard against division by zero in test_int128 module.
Dean Rasheed
pgsql: pg_rewind: Skip copy of WAL segments generated before point of d
Michael Paquier
pgsql: psql: Improve tab completion for large objects.
Fujii Masao
pgsql: Update expected output for contrib/sepgsql's regression tests.
Tom Lane
pgsql: Update expected output for contrib/sepgsql's regression tests.
Tom Lane
pgsql: doc: Remove mention of Git protocol support
Daniel Gustafsson
pgsql: doc: Remove mention of Git protocol support
Daniel Gustafsson
pgsql: doc: Remove mention of Git protocol support
Daniel Gustafsson
pgsql: doc: Remove mention of Git protocol support
Daniel Gustafsson
pgsql: doc: Remove mention of Git protocol support
Daniel Gustafsson
pgsql: doc: Remove mention of Git protocol support
Daniel Gustafsson
pgsql: doc: Remove mention of Git protocol support
Daniel Gustafsson
pgsql: Avoid memory leak in validation of a PL/Python trigger function.
Tom Lane
pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.
Tom Lane
pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.
Tom Lane
pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.
Tom Lane
pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.
Tom Lane
pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.
Tom Lane
pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.
Tom Lane
pgsql: Fix off-by-one Asserts in FreePageBtreeInsertInternal/Leaf.
Tom Lane
pgsql: Fix resource leaks in PL/Python error reporting, redux.
Tom Lane
pgsql: Fix resource leaks in PL/Python error reporting, redux.
Tom Lane
pgsql: Fix resource leaks in PL/Python error reporting, redux.
Tom Lane
pgsql: Fix resource leaks in PL/Python error reporting, redux.
Tom Lane
pgsql: Fix resource leaks in PL/Python error reporting, redux.
Tom Lane
pgsql: Fix resource leaks in PL/Python error reporting, redux.
Tom Lane
pgsql: Fix resource leaks in PL/Python error reporting, redux.
Tom Lane
pgsql: Introduce "REFRESH SEQUENCES" for subscriptions.
Amit Kapila
pgsql: pg_rewind: Extend code detecting relation files to work with WAL
Michael Paquier
pgsql: Add comments explaining overflow entries in the replication lag
Fujii Masao
pgsql: Add comments explaining overflow entries in the replication lag
Fujii Masao
pgsql: Add comments explaining overflow entries in the replication lag
Fujii Masao
pgsql: Add comments explaining overflow entries in the replication lag
Fujii Masao
pgsql: Add comments explaining overflow entries in the replication lag
Fujii Masao
pgsql: Add comments explaining overflow entries in the replication lag
Fujii Masao
pgsql: Add comments explaining overflow entries in the replication lag
Fujii Masao
pgsql: Fix coding style with "else".
Tatsuo Ishii
pgsql: Fix some misplaced comments in parallel_schedule
David Rowley
pgsql: Add copyright notice to vacuum_horizon_floor.pl test.
Masahiko Sawada
pgsql: Add copyright notice to vacuum_horizon_floor.pl test.
Masahiko Sawada
pgsql: Add copyright notice to vacuum_horizon_floor.pl test.
Masahiko Sawada
pgsql: Add copyright notice to vacuum_horizon_floor.pl test.
Masahiko Sawada
pgsql: Add copyright notice to vacuum_horizon_floor.pl test.
Masahiko Sawada
pgsql: Add copyright notice to vacuum_horizon_floor.pl test.
Masahiko Sawada
pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code
David Rowley
pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code
David Rowley
pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code
David Rowley
pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code
David Rowley
pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code
David Rowley
pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code
David Rowley
pgsql: Fix incorrect zero extension of Datum in JIT tuple deform code
David Rowley
pgsql: Avoid assuming that time_t can fit in an int.
Tom Lane
pgsql: Fix type of infomask parameter in htup_details.h functions.
Nathan Bossart
pgsql: Remove useless pstrdup() calls.
Tom Lane
pgsql: Fix memory leaks in scripts/vacuuming.c.
Tom Lane
pgsql: Fix memory leaks in pg_combinebackup/reconstruct.c.
Tom Lane
pgsql: Fix memory leaks in pg_combinebackup/reconstruct.c.
Tom Lane
pgsql: Fix memory leaks in pg_combinebackup/reconstruct.c.
Tom Lane
pgsql: Remove make_temptable_name_n().
Nathan Bossart
pgsql: Add commit 24f6c1bd4 to v17 .abi-compliance-history.
Tom Lane
pgsql: Make invalid primary_slot_name follow standard GUC error reporti
Fujii Masao
pgsql: Make invalid primary_slot_name follow standard GUC error reporti
Fujii Masao
pgsql: Make invalid primary_slot_name follow standard GUC error reporti
Fujii Masao
pgsql: Make invalid primary_slot_name follow standard GUC error reporti
Fujii Masao
pgsql: Make invalid primary_slot_name follow standard GUC error reporti
Fujii Masao
pgsql: Make invalid primary_slot_name follow standard GUC error reporti
Fujii Masao
pgsql: Make invalid primary_slot_name follow standard GUC error reporti
Fujii Masao
pgsql: Fix multi WinGetFuncArgInFrame/Partition calls with IGNORE NULLS
Tatsuo Ishii
pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s
Fujii Masao
pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s
Fujii Masao
pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s
Fujii Masao
pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s
Fujii Masao
pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s
Fujii Masao
pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s
Fujii Masao
pgsql: Fix stalled lag columns in pg_stat_replication when replay LSN s
Fujii Masao
pgsql: Bump catalog version for new function error_on_null()
Michael Paquier
pgsql: Add error_on_null(), checking if the input is the null value
Michael Paquier
pgsql: Use CompactAttribute more often, when possible
David Rowley
pgsql: Add .abi-compliance-history to back-branches.
Nathan Bossart
pgsql: Add .abi-compliance-history to back-branches.
Nathan Bossart
pgsql: Add .abi-compliance-history to back-branches.
Nathan Bossart
pgsql: Add .abi-compliance-history to back-branches.
Nathan Bossart
pgsql: Add .abi-compliance-history to back-branches.
Nathan Bossart
pgsql: Avoid short seeks in pg_restore.
Tom Lane
pgsql: Add reminder to create .abi-compliance-history.
Nathan Bossart
pgsql: Update .abi-compliance-history file.
Nathan Bossart
pgsql: Make char2wchar() static.
Jeff Davis
pgsql: tsearch: use database default collation for parsing.
Jeff Davis
pgsql: Remove obsolete global database_ctype_is_c.
Jeff Davis
pgsql: Re-pgindent brin.c.
Nathan Bossart
pgsql: Re-pgindent brin.c.
Nathan Bossart
pgsql: Re-pgindent brin.c.
Nathan Bossart
pgsql: Re-pgindent brin.c.
Nathan Bossart
pgsql: Re-pgindent brin.c.
Nathan Bossart
pgsql: Re-pgindent brin.c.
Nathan Bossart
pgsql: Re-pgindent brin.c.
Nathan Bossart
pgsql: Add previous commit to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Add previous commit to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Add previous commit to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Add previous commit to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Add previous commit to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Add previous commit to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Add previous commit to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Make smgr access for a BufferManagerRelation safer in relcache i
Álvaro Herrera
pgsql: Fix BRIN 32-bit counter wrap issue with huge tables
David Rowley
pgsql: Fix BRIN 32-bit counter wrap issue with huge tables
David Rowley
pgsql: Fix BRIN 32-bit counter wrap issue with huge tables
David Rowley
pgsql: Fix BRIN 32-bit counter wrap issue with huge tables
David Rowley
pgsql: Fix BRIN 32-bit counter wrap issue with huge tables
David Rowley
pgsql: Fix BRIN 32-bit counter wrap issue with huge tables
David Rowley
pgsql: Fix BRIN 32-bit counter wrap issue with huge tables
David Rowley
pgsql: Fix comment in pg_get_shmem_allocations_numa()
Michael Paquier
pgsql: Fix comment in pg_get_shmem_allocations_numa()
Michael Paquier
pgsql: Fix test case from 40c242830
Richard Guo
pgsql: Fix pushdown of degenerate HAVING clauses
Richard Guo
pgsql: Fix pushdown of degenerate HAVING clauses
Richard Guo
pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument
Michael Paquier
pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument
Michael Paquier
pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument
Michael Paquier
pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument
Michael Paquier
pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument
Michael Paquier
pgsql: Fix POSIX compliance in pgwin32_unsetenv() for "name" argument
Michael Paquier
pgsql: Support COPY TO for partitioned tables.
Masahiko Sawada
pgsql: Add .abi-compliance-history to v18 branch.
Tom Lane
pgsql: Fix thinko in commit 7d129ba54.
Tom Lane
pgsql: Fix thinko in commit 7d129ba54.
Tom Lane
pgsql: Fix thinko in commit 7d129ba54.
Tom Lane
pgsql: Fix thinko in commit 7d129ba54.
Tom Lane
Re: pgsql: Fix thinko in commit 7d129ba54.
Daniel Gustafsson
pgsql: pg_dump: Remove unnecessary code for security labels on extensio
Fujii Masao
pgsql: pg_checksums: Use new routine to retrieve data of PG_VERSION
Michael Paquier
pgsql: Add static assertion that RELSEG_SIZE fits in an int.
Tom Lane
pgsql: Don't rely on zlib's gzgetc() macro.
Tom Lane
pgsql: Don't rely on zlib's gzgetc() macro.
Tom Lane
pgsql: Don't rely on zlib's gzgetc() macro.
Tom Lane
pgsql: Don't rely on zlib's gzgetc() macro.
Tom Lane
pgsql: Don't rely on zlib's gzgetc() macro.
Tom Lane
pgsql: Don't rely on zlib's gzgetc() macro.
Tom Lane
pgsql: Don't rely on zlib's gzgetc() macro.
Tom Lane
pgsql: Expose sequence page LSN via pg_get_sequence_data.
Amit Kapila
pgsql: Fix Coverity issue reported in commit 2273fa32bce.
Tatsuo Ishii
pgsql: Cleanup VACUUM option processing error messages
David Rowley
pgsql: dblink: Avoid locking relation before privilege check.
Nathan Bossart
Earlier messages
Later messages