summaryrefslogtreecommitdiff
path: root/src/include/utils
Commit message (Expand)AuthorAgeFilesLines
...
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+57
* Fix recent cpluspluscheck issue in selfuncs.h.Peter Geoghegan2022-09-201-2/+2
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-2017-30/+30
* Adjust assorted hint messages that list all valid options.Peter Eisentraut2022-09-161-0/+12
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-135-52/+193
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-1217-386/+78
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-1217-78/+386
* Expand palloc/pg_malloc API for more type safetyPeter Eisentraut2022-09-121-0/+22
* Renumber confusing value for GUC_UNIT_BYTEPeter Eisentraut2022-09-071-1/+1
* Move private declarations shared between guc.c and guc-file.l to new headerJohn Naylor2022-09-041-10/+0
* Preparatory refactoring for compiling guc-file.c standaloneJohn Naylor2022-09-041-0/+9
* Revert SQL/JSON featuresAndrew Dunstan2022-09-015-107/+0
* Various cleanups of the new memory context header codeDavid Rowley2022-08-312-3/+6
* Revert "Add missing padding from MemoryChunk struct"David Rowley2022-08-311-8/+0
* Add missing padding from MemoryChunk structDavid Rowley2022-08-291-0/+8
* Improve performance of and reduce overheads of memory managementDavid Rowley2022-08-293-47/+368
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-261-2/+2
* pgstat: Acquire lock when reading variable-numbered statsAndres Freund2022-08-221-0/+1
* Make role grant system more consistent with other privileges.Robert Haas2022-08-221-0/+1
* Move a definition inside a header filePeter Eisentraut2022-08-191-2/+2
* Remove configure probe for sys/resource.h and refactor.Thomas Munro2022-08-141-6/+1
* Fix some inconsistencies with GUC categoriesMichael Paquier2022-08-091-0/+1
* Rely on __func__ being supportedAndres Freund2022-08-071-2/+2
* Move common catalog cache access routines to lsyscache.cAmit Kapila2022-08-021-0/+4
* Split tuplesortvariants.c from tuplesort.cAlexander Korotkov2022-07-271-34/+188
* Remove the restriction that the relmap must be 512 bytes.Robert Haas2022-07-261-1/+1
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-192-0/+13
* Support gcc -fkeep-inline-functionsPeter Eisentraut2022-07-152-0/+4
* Create a distinct wait event for POSIX DSM allocation.Thomas Munro2022-07-141-0/+1
* Provide log_status_format(), useful for an emit_log_hook.Jeff Davis2022-07-111-0/+4
* Automatically generate node support functionsPeter Eisentraut2022-07-091-3/+5
* Reformat some more node commentsPeter Eisentraut2022-07-081-8/+18
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-065-42/+45
* Introduce pg_attribute_nonnull(...)Michael Paquier2022-07-021-5/+5
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-0/+4
* Fix relptr's encoding of the base address.Thomas Munro2022-06-272-8/+11
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-162-4/+3
* Be more careful about GucSource for internally-driven GUC settings.Tom Lane2022-06-081-2/+6
* Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier2022-05-241-3/+3
* Add missing 'extern' to function prototypes.Andres Freund2022-05-124-6/+6
* Pre-beta mechanical code beautification.Tom Lane2022-05-126-15/+15
* Use correct datum macros in more tuplesort specialization functions.John Naylor2022-05-121-9/+6
* Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley2022-05-111-0/+2
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-111-1/+1
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-0819-76/+79
* Prefetch data referenced by the WAL, take II.Thomas Munro2022-04-072-0/+5
* Custom WAL Resource Managers.Jeff Davis2022-04-061-0/+1
* pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund2022-04-061-1/+1
* pgstat: store statistics in shared memory.Andres Freund2022-04-064-31/+635
* pgstat: normalize function naming.Andres Freund2022-04-061-4/+3