aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-06
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-05
* Re-pgindent a few files.Tom Lane2022-12-04
* Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane2022-12-02
* Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera2022-12-02
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-02
* Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera2022-12-01
* Bump catalog version for previous commitAlvaro Herrera2022-11-30
* Stop accessing checkAsUser via RTE in some casesAlvaro Herrera2022-11-30
* Refactor code parsing compression option values (-Z/--compress)Michael Paquier2022-11-30
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera2022-11-29
* 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
* 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