summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-12-08Update types in File APIPeter Eisentraut
2022-12-08Remove new structure member from ResultRelInfo.Etsuro Fujita
2022-12-08Avoid unnecessary streaming of transactions during logical replication.Amit Kapila
2022-12-07meson: Add basic PGXS compatibilityAndres Freund
2022-12-07Generate pg_stat_get*() functions for databases using macrosMichael Paquier
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-06Generate pg_stat_get*() functions for tables using macrosMichael Paquier
2022-12-05Fix Memoize to work with partitionwise joining.Tom Lane
2022-12-04Re-pgindent a few files.Tom Lane
2022-12-02Remove gen_node_support.pl's special treatment of EquivalenceClasses.Tom Lane
2022-12-02Generalize ri_RootToPartitionMap to use for non-partition childrenAlvaro Herrera
2022-12-02Fix incorrect output from pgoutput when using column lists.Amit Kapila
2022-12-01Move PartitioPruneInfo out of plan nodes into PlannedStmtAlvaro Herrera
2022-11-30Bump catalog version for previous commitAlvaro Herrera
2022-11-30Stop accessing checkAsUser via RTE in some casesAlvaro Herrera
2022-11-30Refactor code parsing compression option values (-Z/--compress)Michael Paquier
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-11-28Remove promote_trigger_file.Thomas Munro
2022-11-28Provide non-superuser predefined roles for vacuum and analyzeAndrew Dunstan
2022-11-28Provide per-table permissions for vacuum and analyze.Andrew Dunstan
2022-11-25Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita
2022-11-24Introduce variables for initial and max nesting depth on configuration filesMichael Paquier
2022-11-24Add support for file inclusions in HBA and ident configuration filesMichael Paquier
2022-11-24Speedup hash index builds by skipping needless binary searchesDavid Rowley
2022-11-23Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier
2022-11-23Support for custom slots in the custom executor nodesAlexander Korotkov
2022-11-23Expand AclMode to 64 bitsAndrew Dunstan
2022-11-23Simplify vacuum_set_xid_limits() signature.Peter Geoghegan
2022-11-22Add wait event for pg_usleep() in perform_spin_delay()Andres Freund
2022-11-21Replace link to Hunspell with the current homepageDaniel Gustafsson
2022-11-21Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane
2022-11-21Provide options for postmaster to kill child processes with SIGABRT.Tom Lane
2022-11-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
2022-11-20lwlock: Fix quadratic behavior with very long wait listsAndres Freund
2022-11-20Switch SQLValueFunction on "name" to use COERCE_SQL_SYNTAXMichael Paquier
2022-11-19Fix catversionJoe Conway
2022-11-18Fix typos and bump catversion.Robert Haas
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-11-17Standardize rmgrdesc recovery conflict XID output.Peter Geoghegan
2022-11-17Fix wording in commentDaniel Gustafsson
2022-11-16Invent "multibitmapsets", and use them to speed up antijoin detection.Tom Lane
2022-11-16Variable renaming in preparation for refactoringPeter Eisentraut
2022-11-16Turn HeapKeyTest macro into inline functionPeter Eisentraut
2022-11-16Mark argument of RegisterCustomRmgr() as const.Jeff Davis
2022-11-15Deduplicate freeze plans in freeze WAL records.Peter Geoghegan
2022-11-14Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier
2022-11-13Make Bitmapsets be valid Nodes.Tom Lane
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut