summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
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
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-12-11Convert json_in and jsonb_in to report errors softly.Tom Lane
2022-12-10Restructure soft-error handling in formatting.c.Tom Lane
2022-12-09Convert datetime input functions to use "soft" error reporting.Tom Lane
2022-12-09Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane
2022-12-09Const-ify a couple of datetime parsing subroutines.Tom Lane
2022-12-09Convert a few datatype input functions to use "soft" error reporting.Tom Lane
2022-12-09Create infrastructure for "soft" error reporting.Tom Lane
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-11-28Provide per-table permissions for vacuum and analyze.Andrew Dunstan
2022-11-24Introduce variables for initial and max nesting depth on configuration filesMichael Paquier
2022-11-23Expand AclMode to 64 bitsAndrew Dunstan
2022-11-22Add wait event for pg_usleep() in perform_spin_delay()Andres Freund
2022-11-21Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-11-12Add repalloc0 and repalloc0_arrayPeter Eisentraut