aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Provide non-superuser predefined roles for vacuum and analyzeAndrew Dunstan2022-11-28
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-28
* Fix typo in hba.cMichael Paquier2022-11-26
* Correct some SQL feature namesPeter Eisentraut2022-11-25
* Fix gen_node_support.pl for changed AclMode sizeAndrew Dunstan2022-11-25
* Fix rule-detection code for MERGE.Dean Rasheed2022-11-25
* Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita2022-11-25
* Introduce variables for initial and max nesting depth on configuration filesMichael Paquier2022-11-25
* Fix some 32-bit shift warnings in MSVCDavid Rowley2022-11-25
* Improve indenting in _hash_pgaddtupDavid Rowley2022-11-25
* Make multixact error message more explicitAlvaro Herrera2022-11-24
* Add the database name to the ps display of logical WAL sendersMichael Paquier2022-11-24
* Add support for file inclusions in HBA and ident configuration filesMichael Paquier2022-11-24
* Speedup hash index builds by skipping needless binary searchesDavid Rowley2022-11-24
* Create memory context for tokenization after opening top-level file in hba.cMichael Paquier2022-11-24
* Add missing initialization in tokenize_expand_file() for output listMichael Paquier2022-11-24
* Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier2022-11-24
* Support for custom slots in the custom executor nodesAlexander Korotkov2022-11-24
* Simplify WARNING messages from skipped vacuum/analyze on a tableAndrew Dunstan2022-11-23
* Expand AclMode to 64 bitsAndrew Dunstan2022-11-23
* Simplify vacuum_set_xid_limits() signature.Peter Geoghegan2022-11-23
* Don't test HEAP_XMAX_INVALID when freezing xmax.Peter Geoghegan2022-11-23
* Give better hints for ambiguous or unreferenceable columns.Tom Lane2022-11-22
* YA attempt at taming worst-case behavior of get_actual_variable_range.Tom Lane2022-11-22
* Improve comments atop pg_get_replication_slots.Amit Kapila2022-11-22
* Ignore invalidated slots while computing oldest catalog XminAlvaro Herrera2022-11-22
* Add wait event for pg_usleep() in perform_spin_delay()Andres Freund2022-11-21
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Add workaround to make ubsan and ps_status.c compatibleAndres Freund2022-11-21
* Provide options for postmaster to kill child processes with SIGABRT.Tom Lane2022-11-21
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-21
* Add additional checks while creating the initial decoding snapshot.Amit Kapila2022-11-21
* lwlock: Fix quadratic behavior with very long wait listsAndres Freund2022-11-20
* pgstat: replace double lookup with IsSharedRelation()Andres Freund2022-11-20
* Fix long-obsolete comment.Tom Lane2022-11-20
* Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier2022-11-20
* Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bitAndres Freund2022-11-19
* Add a SET option to the GRANT command.Robert Haas2022-11-18
* Don't read MCV stats needlessly in eqjoinsel().Tom Lane2022-11-18
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-17
* Fix MERGE tuple count with DO NOTHINGAlvaro Herrera2022-11-17
* Use correct type name in comments about freezing.Peter Geoghegan2022-11-17
* Fix outdated comment in ExecDeleteAlvaro Herrera2022-11-17
* Allow initdb to complete on systems without "locale" commandPeter Eisentraut2022-11-17
* doc: Fix wording of MERGE actions in READMEDaniel Gustafsson2022-11-17
* Fix typos in commentsDaniel Gustafsson2022-11-17
* Update some more ObjectType switch statements to not have defaultPeter Eisentraut2022-11-17
* Improve ruleutils' printout of LATERAL references within subplans.Tom Lane2022-11-16
* Fix slowdown in TAP tests due to recent walreceiver change.Thomas Munro2022-11-17
* Invent "multibitmapsets", and use them to speed up antijoin detection.Tom Lane2022-11-16