Commit Graph

10561 Commits (6af082723277eeca74f2da65e7759666bf7c7f9c)

Author SHA1 Message Date
Robert Haas 0222be1371 Fix alignment problems with SharedInvalSmgrMsg. 3 years ago
Robert Haas 0aaa7cf698 In BufTagGetForkNum, cast to the correct type. 3 years ago
Peter Eisentraut c8b2ef05f4 Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Robert Haas 8caf96de0b Include common/relpath.h in utils/relfilenumbermap.h 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Robert Haas 2f47715cc8 Move RelFileNumber declarations to common/relpath.h. 3 years ago
Tom Lane 7ac918ada0 Renumber GUC flags for a bit more sanity. 3 years ago
Tom Lane 3853664265 Introduce GUC_NO_RESET flag. 3 years ago
Andres Freund 1330dcdec0 meson: Include CFLAGS/c_args in summary and pg_config output 3 years ago
Michael Paquier 78fdb1e50f Mark ParallelMessagePending as sig_atomic_t 3 years ago
Michael Paquier e1e6f8f3df Remove dependency to StringInfo in xlogbackup.{c.h} 3 years ago
Peter Eisentraut c07785d458 catversion bump 3 years ago
Amit Kapila af51b2f042 Remove unused xid parameter. 3 years ago
Michael Paquier 7d708093b7 Refactor creation of backup_label and backup history files 3 years ago
Peter Eisentraut a6bc330192 Add read support for some missing raw parse nodes 3 years ago
Andres Freund 03bf971d2d Remove uses of register due to incompatibility with C++17 and up 3 years ago
Peter Geoghegan 8fb4e001e9 Harmonize more lexer function parameter names. 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Peter Geoghegan aab06442d4 Harmonize lexer adjacent function parameter names. 3 years ago
Amit Kapila a932824dfe Pass Size as a 2nd argument for snprintf() in tablesync.c. 3 years ago
Michael Paquier ec3c9cc202 Add definition pg_attribute_aligned() for MSVC 3 years ago
Tom Lane 1c27d16e6e Revise tree-walk APIs to improve spec compliance & silence warnings. 3 years ago
Peter Geoghegan eccb607e19 Fix recent cpluspluscheck issue in selfuncs.h. 3 years ago
Peter Geoghegan a601366a46 Harmonize more parameter names in bulk. 3 years ago
Jeff Davis bb44a6ba48 Improve comment for OAT_POST_CREATE. 3 years ago
Peter Geoghegan bfcf1b3480 Harmonize parameter names in storage and AM code. 3 years ago
Peter Geoghegan 4bac9600f0 Harmonize heapam and tableam parameter names. 3 years ago
Peter Eisentraut 1091b48cd7 Update Unicode data to Unicode 15.0.0 3 years ago
Peter Geoghegan bc2187ed63 Consistently use named parameters in regex code. 3 years ago
Tom Lane c35ba141de Future-proof the recursion inside ExecShutdownNode(). 3 years ago
Peter Geoghegan f66d997fd0 Harmonize missed reorderbuffer parameter names. 3 years ago
Peter Geoghegan 035ce1feb2 Harmonize reorderbuffer parameter names. 3 years ago
Peter Geoghegan 4274dc223c Make check_usermap() parameter names consistent. 3 years ago
Tom Lane eacbe94ab1 Clean up minor inconsistencies in pg_attribute_printf() usage. 3 years ago
Peter Eisentraut 5ac51c8c9e Adjust assorted hint messages that list all valid options. 3 years ago
Tom Lane b66fbd8afe Use SIGNAL_ARGS consistently to declare signal handlers. 3 years ago
Alvaro Herrera 0e733278e3
Add subxid-overflow "isolation" test 3 years ago
John Naylor ecaf7c5df5 Move gramparse.h to src/backend/parser 3 years ago
Michael Paquier f352e2d08a Simplify handling of compression level with compression specifications 3 years ago
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 3 years ago
Peter Eisentraut 45b1a67a0f pg_clean_ascii(): escape bytes rather than lose them 3 years ago
John Naylor 0bd9c62973 Treat Unicode codepoints of category "Format" as non-spacing 3 years ago
Heikki Linnakangas c0a1d7621b Use normal install program to install server headers. 3 years ago
Peter Eisentraut e8d78581bb Revert "Convert *GetDatum() and DatumGet*() macros to inline functions" 3 years ago
Peter Eisentraut 595836e99b Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Peter Eisentraut 2016055a92 Expand palloc/pg_malloc API for more type safety 3 years ago
Thomas Munro adb466150b Fix recovery_prefetch with low maintenance_io_concurrency. 3 years ago
Peter Eisentraut 3fe76ab972 Renumber confusing value for GUC_UNIT_BYTE 3 years ago
Tom Lane 20b6847176 Fix new pg_publication_tables query. 3 years ago
John Naylor 80e8450a74 Move private declarations shared between guc.c and guc-file.l to new header 3 years ago