summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2022-09-20Fix recent cpluspluscheck issue in selfuncs.h.Peter Geoghegan
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-16Adjust assorted hint messages that list all valid options.Peter Eisentraut
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-12Expand palloc/pg_malloc API for more type safetyPeter Eisentraut
2022-09-07Renumber confusing value for GUC_UNIT_BYTEPeter Eisentraut
2022-09-04Move private declarations shared between guc.c and guc-file.l to new headerJohn Naylor
2022-09-04Preparatory refactoring for compiling guc-file.c standaloneJohn Naylor
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-30Various cleanups of the new memory context header codeDavid Rowley
2022-08-30Revert "Add missing padding from MemoryChunk struct"David Rowley
2022-08-29Add missing padding from MemoryChunk structDavid Rowley
2022-08-29Improve performance of and reduce overheads of memory managementDavid Rowley
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-23pgstat: Acquire lock when reading variable-numbered statsAndres Freund
2022-08-22Make role grant system more consistent with other privileges.Robert Haas
2022-08-19Move a definition inside a header filePeter Eisentraut
2022-08-13Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-08-09Fix some inconsistencies with GUC categoriesMichael Paquier
2022-08-07Rely on __func__ being supportedAndres Freund
2022-08-02Move common catalog cache access routines to lsyscache.cAmit Kapila
2022-07-27Split tuplesortvariants.c from tuplesort.cAlexander Korotkov
2022-07-26Remove the restriction that the relmap must be 512 bytes.Robert Haas
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-15Support gcc -fkeep-inline-functionsPeter Eisentraut
2022-07-14Create a distinct wait event for POSIX DSM allocation.Thomas Munro
2022-07-11Provide log_status_format(), useful for an emit_log_hook.Jeff Davis
2022-07-09Automatically generate node support functionsPeter Eisentraut
2022-07-08Reformat some more node commentsPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-02Introduce pg_attribute_nonnull(...)Michael Paquier
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-06-26Fix relptr's encoding of the base address.Thomas Munro
2022-06-16Revert changes in HOT handling of BRIN indexesTomas Vondra
2022-06-08Be more careful about GucSource for internally-driven GUC settings.Tom Lane
2022-05-24Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier
2022-05-12Add missing 'extern' to function prototypes.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Use correct datum macros in more tuplesort specialization functions.John Naylor
2022-05-10Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-07Prefetch data referenced by the WAL, take II.Thomas Munro
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: rename STATS_COLLECTOR GUC group to STATS_CUMULATIVE.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: normalize function naming.Andres Freund
2022-04-07pgstat: scaffolding for transactional stats creation / drop.Andres Freund