summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
...
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-061-0/+13
* pgstat: stats collector references in comments.Andres Freund2022-04-062-3/+3
* pgstat: move transactional code into pgstat_xact.c.Andres Freund2022-04-061-1/+7
* Allow granting SET and ALTER SYSTEM privileges on GUC parameters.Tom Lane2022-04-063-1/+14
* JSON_TABLEAndrew Dunstan2022-04-041-0/+4
* Use Generation memory contexts to store tuples in sortsDavid Rowley2022-04-041-0/+3
* Adjust tuplesort API to have bitwise option flagsDavid Rowley2022-04-041-6/+13
* Improve the generation memory allocatorDavid Rowley2022-04-041-1/+3
* Fix overflow hazards in interval input and output conversions.Tom Lane2022-04-022-5/+6
* Specialize tuplesort routines for different kinds of abbreviated keysJohn Naylor2022-04-021-0/+115
* Remove obsolete commentPeter Eisentraut2022-04-021-1/+0
* Optimize order of GROUP BY keysTomas Vondra2022-03-311-0/+5
* SQL JSON functionsAndrew Dunstan2022-03-302-1/+41
* SQL/JSON query functionsAndrew Dunstan2022-03-294-0/+44
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-292-1/+4
* IS JSON predicateAndrew Dunstan2022-03-282-0/+4
* Add public ruleutils.c entry point to deparse a Query.Tom Lane2022-03-281-0/+1
* SQL/JSON constructorsAndrew Dunstan2022-03-272-0/+15
* Suppress compiler warning in relptr_store().Tom Lane2022-03-261-2/+15
* Add String object access hooksAndrew Dunstan2022-03-221-1/+3
* Add support for security invoker views.Dean Rasheed2022-03-221-0/+11
* pgstat: split different types of stats into separate files.Andres Freund2022-03-211-0/+161
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-201-0/+1
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-171-0/+5
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-161-0/+1
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-161-0/+1
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-222-3/+4
* Add compute_query_id = regressMichael Paquier2022-02-221-1/+2
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-211-1/+4
* Assert in init_toast_snapshot() that some snapshot registered or active.Andres Freund2022-02-211-0/+1
* postgres_fdw: Make postgres_fdw.application_name support more escape sequences.Fujii Masao2022-02-181-1/+1
* Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier2022-02-171-1/+1
* Remove pg_atoi()Peter Eisentraut2022-02-151-1/+0
* Move scanint8() to numutils.cPeter Eisentraut2022-02-142-25/+1
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-031-0/+1
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-271-0/+1
* Change collate and ctype fields to type textPeter Eisentraut2022-01-271-0/+2
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-251-2/+3
* Support base backup targets.Robert Haas2022-01-201-0/+2
* Introduce log_destination=jsonlogMichael Paquier2022-01-171-0/+2
* Refactor set of routines specific to elog.cMichael Paquier2022-01-121-0/+12
* Update copyright for 2022Bruce Momjian2022-01-0788-88/+88
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-271-4/+1
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-271-1/+4
* Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut2021-12-171-1/+0
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-302-3/+4
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-281-8/+7
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-241-0/+8
* Report wait events for local shell commands like archive_command.Fujii Masao2021-11-221-0/+4
* Allow publishing the tables of schema.Amit Kapila2021-10-271-0/+2