summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2023-11-06Detect integer overflow while computing new array dimensions.Tom Lane
2023-11-02Be more wary about NULL values for GUC string variables.Tom Lane
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-03-17Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis
2023-01-20Make our back branches build under -fkeep-inline-functions.Tom Lane
2022-11-02Fix outdated comment in tuplesort.hDavid Rowley
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-09-14Expand palloc/pg_malloc API for more type safetyPeter Eisentraut
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-22pgstat: Acquire lock when reading variable-numbered statsAndres Freund
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-06-27Fix relptr's encoding of the base address.Thomas Munro
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-24Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier
2022-05-12Add missing 'extern' to function prototypes.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Use correct datum macros in more tuplesort specialization functions.John Naylor
2022-05-11Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-06Custom WAL Resource Managers.Jeff Davis
2022-04-06pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund
2022-04-06pgstat: store statistics in shared memory.Andres Freund
2022-04-06pgstat: normalize function naming.Andres Freund
2022-04-06pgstat: scaffolding for transactional stats creation / drop.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-06pgstat: move transactional code into pgstat_xact.c.Andres Freund
2022-04-06Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane
2022-04-04JSON_TABLEAndrew Dunstan
2022-04-04Use Generation memory contexts to store tuples in sortsDavid Rowley
2022-04-04Adjust tuplesort API to have bitwise option flagsDavid Rowley
2022-04-04Improve the generation memory allocatorDavid Rowley
2022-04-02Fix overflow hazards in interval input and output conversions.Tom Lane
2022-04-02Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor
2022-04-02Remove obsolete commentPeter Eisentraut
2022-03-31Optimize order of GROUP BY keysTomas Vondra
2022-03-30SQL JSON functionsAndrew Dunstan
2022-03-29SQL/JSON query functionsAndrew Dunstan
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-28IS JSON predicateAndrew Dunstan
2022-03-28Add public ruleutils.c entry point to deparse a Query.Tom Lane
2022-03-27SQL/JSON constructorsAndrew Dunstan
2022-03-26Suppress compiler warning in relptr_store().Tom Lane
2022-03-22Add String object access hooksAndrew Dunstan
2022-03-22Add support for security invoker views.Dean Rasheed
2022-03-21pgstat: split different types of stats into separate files.Andres Freund