summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2022-11-08Use AbsoluteConfigLocation() when building an included path in hba.cMichael Paquier
2022-11-08Unify some internal error message wordingsPeter Eisentraut
2022-11-08Fix initialization of pg_stat_get_lastscan()Michael Paquier
2022-11-07Move code related to configuration files in directories to new fileMichael Paquier
2022-11-04Remove outdated includeJohn Naylor
2022-11-03Resolve partition strategy during early parsingAlvaro Herrera
2022-11-03Straighten include order in guc-file.lJohn Naylor
2022-11-02Add doubly linked count list implementationDavid Rowley
2022-11-01Fix planner failure with extended statistics on partitioned tables.Tom Lane
2022-10-31Add check on initial and boot values when loading GUCsMichael Paquier
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-26Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier
2022-10-20Improve the accuracy of numeric power() for integer exponents.Dean Rasheed
2022-10-19Refactor regular expression handling in hba.cMichael Paquier
2022-10-18Remove compatibility declarations for InitMaterializedSRF()Michael Paquier
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-16Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
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-10Harden memory context allocators against bogus chunk pointers.Tom Lane
2022-10-10Simplify our Assert infrastructure a little.Tom Lane
2022-10-10Use C library functions instead of Abs() for int64Peter Eisentraut
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-10-08Use fabsf() instead of Abs() or fabs() where appropriatePeter Eisentraut
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-10-07Improve our ability to detect bogus pointers passed to pfree et al.Tom Lane
2022-10-07Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund
2022-10-06Remove MemoryContextContains().Tom Lane
2022-10-06Introduce t_isalnum() to replace t_isalpha() || t_isdigit() tests.Tom Lane
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05Rename shadowed local variablesDavid Rowley
2022-10-04Fix comment in guc_tables.cMichael Paquier
2022-10-04Cleanup useless assignments and checksMichael Paquier
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-09-29Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-29Restore pg_pread and friends.Thomas Munro
2022-09-28Allow callback functions to deregister themselves during a call.Tom Lane
2022-09-28Change some errdetail() to errdetail_internal()Alvaro Herrera
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-28Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7cRobert Haas
2022-09-28Fix alignment problems with SharedInvalSmgrMsg.Robert Haas
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane