index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
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 typo in hba.c
Michael Paquier
2022-11-26
*
Correct some SQL feature names
Peter Eisentraut
2022-11-25
*
Fix gen_node_support.pl for changed AclMode size
Andrew Dunstan
2022-11-25
*
Fix rule-detection code for MERGE.
Dean Rasheed
2022-11-25
*
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
*
Fix some 32-bit shift warnings in MSVC
David Rowley
2022-11-25
*
Improve indenting in _hash_pgaddtup
David Rowley
2022-11-25
*
Make multixact error message more explicit
Alvaro Herrera
2022-11-24
*
Add the database name to the ps display of logical WAL senders
Michael Paquier
2022-11-24
*
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
*
Create memory context for tokenization after opening top-level file in hba.c
Michael Paquier
2022-11-24
*
Add missing initialization in tokenize_expand_file() for output list
Michael Paquier
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
*
Simplify WARNING messages from skipped vacuum/analyze on a table
Andrew Dunstan
2022-11-23
*
Expand AclMode to 64 bits
Andrew Dunstan
2022-11-23
*
Simplify vacuum_set_xid_limits() signature.
Peter Geoghegan
2022-11-23
*
Don't test HEAP_XMAX_INVALID when freezing xmax.
Peter Geoghegan
2022-11-23
*
Give better hints for ambiguous or unreferenceable columns.
Tom Lane
2022-11-22
*
YA attempt at taming worst-case behavior of get_actual_variable_range.
Tom Lane
2022-11-22
*
Improve comments atop pg_get_replication_slots.
Amit Kapila
2022-11-22
*
Ignore invalidated slots while computing oldest catalog Xmin
Alvaro Herrera
2022-11-22
*
Add wait event for pg_usleep() in perform_spin_delay()
Andres Freund
2022-11-21
*
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-21
*
Add workaround to make ubsan and ps_status.c compatible
Andres Freund
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
*
Add additional checks while creating the initial decoding snapshot.
Amit Kapila
2022-11-21
*
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2022-11-20
*
pgstat: replace double lookup with IsSharedRelation()
Andres Freund
2022-11-20
*
Fix long-obsolete comment.
Tom Lane
2022-11-20
*
Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAX
Michael Paquier
2022-11-20
*
Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit
Andres Freund
2022-11-19
*
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
*
Don't read MCV stats needlessly in eqjoinsel().
Tom Lane
2022-11-18
*
Standardize rmgrdesc recovery conflict XID output.
Peter Geoghegan
2022-11-17
*
Fix MERGE tuple count with DO NOTHING
Alvaro Herrera
2022-11-17
*
Use correct type name in comments about freezing.
Peter Geoghegan
2022-11-17
*
Fix outdated comment in ExecDelete
Alvaro Herrera
2022-11-17
*
Allow initdb to complete on systems without "locale" command
Peter Eisentraut
2022-11-17
*
doc: Fix wording of MERGE actions in README
Daniel Gustafsson
2022-11-17
*
Fix typos in comments
Daniel Gustafsson
2022-11-17
*
Update some more ObjectType switch statements to not have default
Peter Eisentraut
2022-11-17
*
Improve ruleutils' printout of LATERAL references within subplans.
Tom Lane
2022-11-16
*
Fix slowdown in TAP tests due to recent walreceiver change.
Thomas Munro
2022-11-17
*
Invent "multibitmapsets", and use them to speed up antijoin detection.
Tom Lane
2022-11-16
[next]