summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-171-7/+4
* Add back SQLValueFunction for SQL keywordsMichael Paquier2023-05-172-0/+8
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-101-0/+1
* Remove obsolete defense against strxfrm() bugs.Thomas Munro2023-04-201-1/+0
* Fix various typos and incorrect/outdated name referencesDavid Rowley2023-04-192-2/+2
* Fix various typosDavid Rowley2023-04-182-4/+4
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-0/+1
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-1/+0
* Add io_direct setting (developer-only).Thomas Munro2023-04-081-0/+2
* Add support for Kerberos credential delegationStephen Frost2023-04-071-0/+1
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-071-0/+2
* bufmgr: Support multiple in-progress IOs by using resownerAndres Freund2023-04-051-0/+5
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-041-0/+1
* Perform logical replication actions as the table owner.Robert Haas2023-04-041-0/+26
* Add info in WAL records in preparation for logical slot conflict handlingAndres Freund2023-04-021-0/+1
* Pass down table relation into more index relation functionsAndres Freund2023-04-011-1/+3
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-312-0/+4
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-292-0/+15
* Validate ICU locales.Jeff Davis2023-03-281-1/+3
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-0/+3
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-251-0/+1
* Improve the naming of Parallel Hash Join phases.Thomas Munro2023-03-231-2/+2
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-202-3/+6
* Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane2023-03-171-0/+8
* Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-171-0/+2
* Support [NO] INDENT option in XMLSERIALIZE().Tom Lane2023-03-151-1/+2
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-081-0/+1
* Refactor to introduce pg_locale_deterministic().Jeff Davis2023-02-231-0/+1
* Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis2023-02-231-0/+13
* Speedup and increase usability of set proc title functionsDavid Rowley2023-02-201-1/+16
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-161-0/+1
* Mark more nodes with attribute no_query_jumbleMichael Paquier2023-02-131-1/+1
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-081-0/+30
* Minor GUC code refactoring.Tom Lane2023-01-271-0/+3
* Code review for commit 05a7be935.Tom Lane2023-01-261-0/+2
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-251-1/+0
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-251-0/+1
* Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane2023-01-251-0/+4
* Allow parallel aggregate on string_agg and array_aggDavid Rowley2023-01-231-0/+3
* Move queryjumble.c code to src/backend/nodes/Michael Paquier2023-01-211-86/+0
* Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund2023-01-131-0/+1
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+2
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-091-0/+2
* Doc: improve commentary about providing our own definitions of M_PI.Tom Lane2023-01-081-1/+1
* Fix typo in memutils_memorychunk.hDavid Rowley2023-01-041-3/+3
* Update copyright for 2023Bruce Momjian2023-01-0293-93/+93
* Add const to BufFileWritePeter Eisentraut2022-12-301-1/+1
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-271-1/+1
* Detect bad input for types xid, xid8, and cid.Tom Lane2022-12-271-0/+4
* Convert jsonpath's input function to report errors softlyAndrew Dunstan2022-12-241-2/+5