summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
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
2022-11-07Move code related to configuration files in directories to new fileMichael Paquier
2022-11-03Resolve partition strategy during early parsingAlvaro Herrera
2022-11-02Fix outdated comment in tuplesort.hDavid Rowley
2022-11-02Add doubly linked count list implementationDavid Rowley
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-27Allow nodeSort to perform Datum sorts for byref typesDavid Rowley
2022-10-14Add auxiliary lists to GUC data structures for better performance.Tom Lane
2022-10-14Replace the sorted array of GUC variables with a hash table.Tom Lane
2022-10-14Store GUC data in a memory context, instead of using malloc().Tom Lane
2022-10-14Make some minor improvements in memory-context infrastructure.Tom Lane
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-10-07Convert macros to static inline functions (rel.h)Peter Eisentraut
2022-10-07Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane