index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Provide non-superuser predefined roles for vacuum and analyze
Andrew Dunstan
2022-11-28
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
*
Fix handling of pending inserts in nodeModifyTable.c.
Etsuro Fujita
2022-11-25
*
Introduce variables for initial and max nesting depth on configuration files
Michael Paquier
2022-11-25
*
Add support for file inclusions in HBA and ident configuration files
Michael Paquier
2022-11-24
*
Speedup hash index builds by skipping needless binary searches
David Rowley
2022-11-24
*
Rework memory contexts in charge of HBA/ident tokenization
Michael Paquier
2022-11-24
*
Support for custom slots in the custom executor nodes
Alexander Korotkov
2022-11-24
*
Expand AclMode to 64 bits
Andrew Dunstan
2022-11-23
*
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-23
*
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-11-21
*
Replace link to Hunspell with the current homepage
Daniel Gustafsson
2022-11-21
*
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-21
*
Provide options for postmaster to kill child processes with SIGABRT.
Tom Lane
2022-11-21
*
Replace SQLValueFunction by COERCE_SQL_SYNTAX
Michael Paquier
2022-11-21
*
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2022-11-20
*
Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX
Michael Paquier
2022-11-20
*
Fix catversion
Joe Conway
2022-11-19
*
Fix typos and bump catversion.
Robert Haas
2022-11-18
*
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
*
Fix wording in comment
Daniel Gustafsson
2022-11-17
*
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-16
*
Variable renaming in preparation for refactoring
Peter Eisentraut
2022-11-16
*
Turn HeapKeyTest macro into inline function
Peter Eisentraut
2022-11-16
*
Mark argument of RegisterCustomRmgr() as const.
Jeff Davis
2022-11-15
*
Deduplicate freeze plans in freeze WAL records.
Peter Geoghegan
2022-11-15
*
Invent open_auth_file() in hba.c to refactor authentication file opening
Michael Paquier
2022-11-14
*
Make Bitmapsets be valid Nodes.
Tom Lane
2022-11-13
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Add repalloc0 and repalloc0_array
Peter Eisentraut
2022-11-12
*
Fix volatility marking of timestamptz_trunc_zone.
Tom Lane
2022-11-12
*
Remove redundant declaration for XidInMVCCSnapshot
Alvaro Herrera
2022-11-09
*
Provide sigaction() for Windows.
Thomas Munro
2022-11-09
*
Introduce pg_pwrite_zeros() in fileutils.c
Michael Paquier
2022-11-08
*
Move code related to configuration files in directories to new file
Michael Paquier
2022-11-07
*
Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.
Tom Lane
2022-11-04
*
Make AssertPointerAlignment available to frontend code
Peter Eisentraut
2022-11-03
*
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
*
Add casts to simplehash.h to silence C++ warnings.
Tom Lane
2022-11-03
*
Allow use of __sync_lock_test_and_set for spinlocks on any machine.
Tom Lane
2022-11-02
*
Fix outdated comment in tuplesort.h
David Rowley
2022-11-02
*
Add doubly linked count list implementation
David Rowley
2022-11-02
*
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-31
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Allow nodeSort to perform Datum sorts for byref types
David Rowley
2022-10-28
*
Move pg_pwritev_with_retry() to src/common/file_utils.c
Michael Paquier
2022-10-27
*
Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappings
Michael Paquier
2022-10-26
*
Refactor code handling the names of files loaded in hba.c
Michael Paquier
2022-10-26
[next]