summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2022-07-02Introduce pg_attribute_nonnull(...)Michael Paquier
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-26Fix 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-10Fix 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-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: normalize function naming.Andres Freund
2022-04-07pgstat: 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-30Optimize 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
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-16Fix waiting in RegisterSyncRequest().Thomas Munro
2022-03-16Wake up for latches in CheckpointWriteDelay().Thomas Munro
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-22Add compute_query_id = regressMichael Paquier
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-21Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund
2022-02-18postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-02-15Remove pg_atoi()Peter Eisentraut