summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2023-04-08Add io_direct setting (developer-only).Thomas Munro
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-04-06Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley
2023-04-05bufmgr: Support multiple in-progress IOs by using resownerAndres Freund
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-04-04Perform logical replication actions as the table owner.Robert Haas
2023-04-02Add info in WAL records in preparation for logical slot conflict handlingAndres Freund
2023-04-02Pass down table relation into more index relation functionsAndres Freund
2023-03-31SQL/JSON: support the IS JSON predicateAlvaro Herrera
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2023-03-28Validate ICU locales.Jeff Davis
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-25Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane
2023-03-23Improve the naming of Parallel Hash Join phases.Thomas Munro
2023-03-20Ignore BRIN indexes when checking for HOT updatesTomas Vondra
2023-03-17Refactor datetime functions' timezone lookup code to reduce duplication.Tom Lane
2023-03-17Fix t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis
2023-03-15Support [NO] INDENT option in XMLSERIALIZE().Tom Lane
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-02-23Refactor to introduce pg_locale_deterministic().Jeff Davis
2023-02-23Refactor to add pg_strcoll(), pg_strxfrm(), and variants.Jeff Davis
2023-02-20Speedup and increase usability of set proc title functionsDavid Rowley
2023-02-16Add a new wait state and use it when sending data in the apply worker.Amit Kapila
2023-02-13Mark more nodes with attribute no_query_jumbleMichael Paquier
2023-02-09pgstat: Infrastructure for more detailed IO statisticsAndres Freund
2023-01-27Minor GUC code refactoring.Tom Lane
2023-01-26Code review for commit 05a7be935.Tom Lane
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2023-01-25Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane
2023-01-23Allow parallel aggregate on string_agg and array_aggDavid Rowley
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
2023-01-13Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-08Doc: improve commentary about providing our own definitions of M_PI.Tom Lane
2023-01-03Fix typo in memutils_memorychunk.hDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-30Add const to BufFileWritePeter Eisentraut
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-27Detect bad input for types xid, xid8, and cid.Tom Lane
2022-12-24Convert jsonpath's input function to report errors softlyAndrew Dunstan
2022-12-22Add palloc_aligned() to allow aligned memory allocationsDavid Rowley
2022-12-21Introduce float4in_internalAndrew Dunstan
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-19Fix comment that was missing a word.Robert Haas
2022-12-19Expose some information about backend subxact status.Robert Haas
2022-12-16Fix typo in reference to __FreeBSD__.Thomas Munro
2022-12-15Convert range_in and multirange_in to report errors softly.Tom Lane
2022-12-15Convert a few more datatype input functions to report errors softly.Tom Lane