aboutsummaryrefslogtreecommitdiff
path: root/src/include
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 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
* 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
* Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier2022-11-24
* Support for custom slots in the custom executor nodesAlexander Korotkov2022-11-24
* Expand AclMode to 64 bitsAndrew Dunstan2022-11-23
* Simplify vacuum_set_xid_limits() signature.Peter Geoghegan2022-11-23
* 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
* Provide options for postmaster to kill child processes with SIGABRT.Tom Lane2022-11-21
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-21
* lwlock: Fix quadratic behavior with very long wait listsAndres Freund2022-11-20
* Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier2022-11-20
* Fix catversionJoe Conway2022-11-19
* Fix typos and bump catversion.Robert Haas2022-11-18
* Add a SET option to the GRANT command.Robert Haas2022-11-18
* Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan2022-11-17
* Fix wording in commentDaniel Gustafsson2022-11-17
* Invent "multibitmapsets", and use them to speed up antijoin detection.Tom Lane2022-11-16
* Variable renaming in preparation for refactoringPeter Eisentraut2022-11-16
* Turn HeapKeyTest macro into inline functionPeter Eisentraut2022-11-16
* Mark argument of RegisterCustomRmgr() as const.Jeff Davis2022-11-15
* Deduplicate freeze plans in freeze WAL records.Peter Geoghegan2022-11-15
* Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier2022-11-14
* Make Bitmapsets be valid Nodes.Tom Lane2022-11-13
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Add repalloc0 and repalloc0_arrayPeter Eisentraut2022-11-12
* Fix volatility marking of timestamptz_trunc_zone.Tom Lane2022-11-12
* Remove redundant declaration for XidInMVCCSnapshotAlvaro Herrera2022-11-09
* Provide sigaction() for Windows.Thomas Munro2022-11-09
* Introduce pg_pwrite_zeros() in fileutils.cMichael Paquier2022-11-08
* Move code related to configuration files in directories to new fileMichael Paquier2022-11-07
* Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane2022-11-04
* Make AssertPointerAlignment available to frontend codePeter Eisentraut2022-11-03
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-03
* Add casts to simplehash.h to silence C++ warnings.Tom Lane2022-11-03
* Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane2022-11-02
* Fix outdated comment in tuplesort.hDavid Rowley2022-11-02
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-31
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Allow nodeSort to perform Datum sorts for byref typesDavid Rowley2022-10-28
* Move pg_pwritev_with_retry() to src/common/file_utils.cMichael Paquier2022-10-27
* Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier2022-10-26
* Refactor code handling the names of files loaded in hba.cMichael Paquier2022-10-26