aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAge
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-07
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: normalize function naming.Andres Freund2022-04-06
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* pgstat: move transactional code into pgstat_xact.c.Andres Freund2022-04-06
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-06
* JSON_TABLEAndrew Dunstan2022-04-04
* Use Generation memory contexts to store tuples in sortsDavid Rowley2022-04-04
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-04
* Improve the generation memory allocatorDavid Rowley2022-04-04
* Fix overflow hazards in interval input and output conversions.Tom Lane2022-04-02
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-02
* Remove obsolete commentPeter Eisentraut2022-04-02
* Optimize order of GROUP BY keysTomas Vondra2022-03-31
* SQL JSON functionsAndrew Dunstan2022-03-30
* SQL/JSON query functionsAndrew Dunstan2022-03-29
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* IS JSON predicateAndrew Dunstan2022-03-28
* Add public ruleutils.c entry point to deparse a Query.Tom Lane2022-03-28
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Suppress compiler warning in relptr_store().Tom Lane2022-03-26
* Add String object access hooksAndrew Dunstan2022-03-22
* Add support for security invoker views.Dean Rasheed2022-03-22
* pgstat: split different types of stats into separate files.Andres Freund2022-03-21
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-20
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-17
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-16
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Add compute_query_id = regressMichael Paquier2022-02-22
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-21
* Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund2022-02-21
* postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao2022-02-18
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-17
* Remove pg_atoi()Peter Eisentraut2022-02-15
* Move scanint8() to numutils.cPeter Eisentraut2022-02-14
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* Change collate and ctype fields to type textPeter Eisentraut2022-01-27
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Support base backup targets.Robert Haas2022-01-20
* Introduce log_destination=jsonlogMichael Paquier2022-01-17
* Refactor set of routines specific to elog.cMichael Paquier2022-01-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-27