summaryrefslogtreecommitdiff
path: root/src/tools/pginclude
AgeCommit message (Expand)Author
2025-01-15Add a bit of documentation related to IWYUPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-24Remove pgrminclude and associated scriptsPeter Eisentraut
2024-11-06Monkey-patch LLVM code to fix ARM relocation bug.Thomas Munro
2024-09-24Add further excludes to headerscheckPeter Eisentraut
2024-07-01Remove support for HPPA (a/k/a PA-RISC) architecture.Tom Lane
2024-04-18Update src/tools/pginclude/README to match recent changes to cpluspluscheckPeter Eisentraut
2024-03-20Rework lwlocknames.txt to become lwlocklist.hAlvaro Herrera
2024-03-14Put genbki.pl output into src/include/catalog/ directlyPeter Eisentraut
2024-03-10Combine headerscheck and cpluspluscheck scriptsPeter Eisentraut
2024-02-28Remove AIX supportHeikki Linnakangas
2024-01-23Generate syscache info from catalog filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-05-23Doc: update src/tools/pginclude/README.Tom Lane
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-05pg_dump: Add support for zstd compressionTomas Vondra
2023-03-04Tighten header pre-inclusions in headerscheck and cpluspluscheck.Tom Lane
2023-02-23Add LZ4 compression to pg_dumpTomas Vondra
2023-02-23Introduce a generic pg_dump compression APITomas Vondra
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Fix `trap` in a few shell scriptsAlvaro Herrera
2022-09-14Fix failure to build gramparse.h standalone in vpath buildsJohn Naylor
2022-09-14Move gramparse.h to src/backend/parserJohn Naylor
2022-09-13Adjust header exceptions for 0bd9c6297John Naylor
2022-09-06Fix cplusplusscheck in vpath buildsJohn Naylor
2022-09-06Fix headerscheck in vpath buildsJohn Naylor
2022-09-06Add missing exceptions to cpluspluscheckJohn Naylor
2022-09-04Build all Flex files standaloneJohn Naylor
2022-08-15Fix headerscheck and cpluspluscheck's exit codes.Thomas Munro
2022-08-13Add new win32 header to headerscheck and cpluspluscheckThomas Munro
2022-08-13Remove configure probe for sys/resource.h and refactor.Thomas Munro
2022-07-09Exclude nodetags.h from headerscheck and cpluspluscheck.Tom Lane
2022-07-08Remove HP/Intel Itanium support.Thomas Munro
2022-07-08Remove HP-UX port.Thomas Munro
2022-01-11Add missing include guard to win32ntdll.h.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-23Add exception for unicode_east_asian_fw_table.h to headerscheck alsoJohn Naylor
2021-09-23Add exception for unicode_east_asian_fw_table.h to cpluspluscheckJohn Naylor
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-01-05Replace remaining uses of "whitelist".Thomas Munro
2021-01-02Update copyright for 2021Bruce Momjian
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-03-21Fix up recent breakage of headerscheck and cpluspluscheck.Tom Lane
2020-03-02Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.Tom Lane
2020-01-24Add exclusion to headercheckPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-19For all ppc compilers, implement compare_exchange and fetch_add with asm.Noah Misch
2019-08-19Add "headerscheck" script to test header-file compilability under C.Tom Lane