Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-06Add missing exceptions to cpluspluscheckJohn 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 cpluspluscheckJohn Naylor
2021-01-02Update copyright for 2021Bruce Momjian
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
2019-06-02Make cpluspluscheck more portable.Tom Lane
2019-06-02Un-break ecpg tests for Windows.Tom Lane
2019-05-31Improve coverage of cpluspluscheck.Tom Lane
2019-05-31Integrate cpluspluscheck into build system.Andres Freund
2016-04-11cpluspluscheck: Update include pathPeter Eisentraut
2013-03-02Exclude utils/probes.h and pg_trace.h from cpluspluscheckPeter Eisentraut
2013-02-08Exclude access/rmgrlist.h from cpluspluscheckPeter Eisentraut
2012-12-18Don't include postgres.h in postgres_fe.h for cpluspluscheck.Andrew Dunstan
2011-08-23Mark cpluspluscheck as excutable in git.Bruce Momjian
2010-12-27Remove -fno-operator-names switch from cpluspluscheck.Tom Lane
2010-12-27Rearrange cpluspluscheck to check just one .h file at a time.Tom Lane
2010-12-27Tweak cpluspluscheck to avoid directly #include'ing gram.h.Tom Lane
2009-07-16Make backend header files C++ safePeter Eisentraut