summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-09-21Harmonize lexer adjacent function parameter names.Peter Geoghegan
2022-09-21Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila
2022-09-21Add definition pg_attribute_aligned() for MSVCMichael Paquier
2022-09-20Revise tree-walk APIs to improve spec compliance & silence warnings.Tom Lane
2022-09-20Fix recent cpluspluscheck issue in selfuncs.h.Peter Geoghegan
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-20Improve comment for OAT_POST_CREATE.Jeff Davis
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-09-19Update Unicode data to Unicode 15.0.0Peter Eisentraut
2022-09-19Consistently use named parameters in regex code.Peter Geoghegan
2022-09-19Future-proof the recursion inside ExecShutdownNode().Tom Lane
2022-09-18Harmonize missed reorderbuffer parameter names.Peter Geoghegan
2022-09-18Harmonize reorderbuffer parameter names.Peter Geoghegan
2022-09-17Make check_usermap() parameter names consistent.Peter Geoghegan
2022-09-16Clean up minor inconsistencies in pg_attribute_printf() usage.Tom Lane
2022-09-16Adjust assorted hint messages that list all valid options.Peter Eisentraut
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-09-14Add subxid-overflow "isolation" testAlvaro Herrera
2022-09-14Move gramparse.h to src/backend/parserJohn Naylor
2022-09-14Simplify handling of compression level with compression specificationsMichael Paquier
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-13pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut
2022-09-13Treat Unicode codepoints of category "Format" as non-spacingJohn Naylor
2022-09-12Use normal install program to install server headers.Heikki Linnakangas
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-08Fix recovery_prefetch with low maintenance_io_concurrency.Thomas Munro
2022-09-07Renumber confusing value for GUC_UNIT_BYTEPeter Eisentraut
2022-09-06Fix new pg_publication_tables query.Tom Lane
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-04Fix sign-compare warnings arising from port/simd.hJohn Naylor
2022-09-03Fix cache invalidation bug in recovery_prefetch.Thomas Munro
2022-09-02Fix planner to consider matches to boolean columns in extension indexes.Tom Lane
2022-09-01Revert SQL/JSON featuresAndrew Dunstan
2022-08-31Derive freeze cutoff from nextXID, not OldestXmin.Peter Geoghegan
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-30Update the comment in rmgrlist.h to match it to the code.Amit Kapila
2022-08-30Further code review of port/simd.hJohn Naylor
2022-08-29Add missing padding from MemoryChunk structDavid Rowley
2022-08-29Fix broken cast on MSVCJohn Naylor
2022-08-29Use ARM Advanced SIMD (NEON) intrinsics where availableJohn Naylor
2022-08-29Abstract some more architecture-specific details away from SIMD functionalityJohn Naylor
2022-08-29Improve performance of and reduce overheads of memory managementDavid Rowley
2022-08-26Use SSE2 in is_valid_ascii() where available.John Naylor
2022-08-26Add optimized functions for linear search within byte arraysJohn Naylor
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro