summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Add palloc_aligned() to allow aligned memory allocationsDavid Rowley2022-12-223-3/+24
* Introduce float4in_internalAndrew Dunstan2022-12-211-0/+3
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Fix comment that was missing a word.Robert Haas2022-12-191-2/+2
* Expose some information about backend subxact status.Robert Haas2022-12-191-0/+11
* Fix typo in reference to __FreeBSD__.Thomas Munro2022-12-161-1/+1
* Convert range_in and multirange_in to report errors softly.Tom Lane2022-12-151-2/+4
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-141-0/+2
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-131-4/+3
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-111-4/+9
* Restructure soft-error handling in formatting.c.Tom Lane2022-12-091-1/+1
* Convert datetime input functions to use "soft" error reporting.Tom Lane2022-12-091-7/+5
* Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane2022-12-091-9/+23
* Const-ify a couple of datetime parsing subroutines.Tom Lane2022-12-091-4/+4
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-093-4/+9
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-091-0/+61
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-091-4/+7
* Provide per-table permissions for vacuum and analyze.Andrew Dunstan2022-11-281-2/+4
* Introduce variables for initial and max nesting depth on configuration filesMichael Paquier2022-11-251-0/+4
* Expand AclMode to 64 bitsAndrew Dunstan2022-11-231-14/+14
* Add wait event for pg_usleep() in perform_spin_delay()Andres Freund2022-11-211-0/+1
* Replace SQLValueFunction by COERCE_SQL_SYNTAXMichael Paquier2022-11-212-8/+0
* Add a SET option to the GRANT command.Robert Haas2022-11-181-1/+2
* Refactor aclcheck functionsPeter Eisentraut2022-11-131-40/+4
* Refactor ownercheck functionsPeter Eisentraut2022-11-131-22/+1
* Add repalloc0 and repalloc0_arrayPeter Eisentraut2022-11-121-0/+2
* Move code related to configuration files in directories to new fileMichael Paquier2022-11-071-0/+23
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-031-1/+2
* Fix outdated comment in tuplesort.hDavid Rowley2022-11-021-5/+4
* Add doubly linked count list implementationDavid Rowley2022-11-021-2/+1
* Clean up some inconsistencies with GUC declarationsMichael Paquier2022-10-311-0/+7
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-2/+2
* Allow nodeSort to perform Datum sorts for byref typesDavid Rowley2022-10-281-1/+1
* Add auxiliary lists to GUC data structures for better performance.Tom Lane2022-10-141-0/+12
* Replace the sorted array of GUC variables with a hash table.Tom Lane2022-10-142-2/+1
* Store GUC data in a memory context, instead of using malloc().Tom Lane2022-10-141-0/+1
* Make some minor improvements in memory-context infrastructure.Tom Lane2022-10-141-0/+2
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-081-2/+3
* Convert macros to static inline functions (rel.h)Peter Eisentraut2022-10-071-11/+10
* Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane2022-10-061-26/+14
* Remove MemoryContextContains().Tom Lane2022-10-061-1/+0
* Add optional parameter to PG_TRY() macrosDavid Rowley2022-10-061-18/+26
* Remove definition of JUMBLE_SIZE from queryjumble.hMichael Paquier2022-10-051-2/+0
* Revert "Optimize order of GROUP BY keys".Tom Lane2022-10-031-5/+0
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-291-1/+9
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-2717-78/+386
* Include common/relpath.h in utils/relfilenumbermap.hRobert Haas2022-09-271-0/+2
* Move RelFileNumber declarations to common/relpath.h.Robert Haas2022-09-271-0/+1
* Renumber GUC flags for a bit more sanity.Tom Lane2022-09-271-37/+32
* Introduce GUC_NO_RESET flag.Tom Lane2022-09-271-0/+1