summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-09-27In BufTagGetForkNum, cast to the correct type.Robert Haas
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-27Include common/relpath.h in utils/relfilenumbermap.hRobert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Move RelFileNumber declarations to common/relpath.h.Robert Haas
2022-09-27Renumber GUC flags for a bit more sanity.Tom Lane
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane
2022-09-27meson: Include CFLAGS/c_args in summary and pg_config outputAndres Freund
2022-09-27Mark ParallelMessagePending as sig_atomic_tMichael Paquier
2022-09-27Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier
2022-09-26catversion bumpPeter Eisentraut
2022-09-26Remove unused xid parameter.Amit Kapila
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier
2022-09-24Add read support for some missing raw parse nodesPeter Eisentraut
2022-09-24Remove uses of register due to incompatibility with C++17 and upAndres Freund
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
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