aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Remove promote_trigger_file.Thomas Munro2022-11-29
* Provide non-superuser predefined roles for vacuum and analyzeAndrew Dunstan2022-11-28
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-28
* Add TAP tests for include directives in HBA end ident filesMichael Paquier2022-11-28
* Fix binary mismatch for MSVC plperl vs gcc built perl libsAndrew Dunstan2022-11-27
* Mark two signal flags as sig_atomic_t in pgbench and pg_test_fsyncMichael Paquier2022-11-26
* Fix typo in hba.cMichael Paquier2022-11-26
* Allow building with MSVC and Strawberry perlAndrew Dunstan2022-11-25
* 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
* Skip TAP test for peer authentication if there are no unix-domain socketsMichael Paquier2022-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
* Fix perl warning from commit 9b4eafcaf4Andrew Dunstan2022-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
* Remove useless MERGE testAlvaro Herrera2022-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
* Replace link to Hunspell with the current homepageDaniel Gustafsson2022-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 sloppy cleanup of roles in privileges.sql.Tom Lane2022-11-20
* Fix long-obsolete comment.Tom Lane2022-11-20
* Prevent port collisions between concurrent TAP testsAndrew Dunstan2022-11-20
* Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier2022-11-20
* Fix catversionJoe Conway2022-11-19
* Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bitAndres Freund2022-11-19
* Disable debug_discard_caches in test_oat_hooks test.Tom Lane2022-11-19