index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
pginclude
/
cpluspluscheck
Age
Commit message (
Expand
)
Author
2024-03-10
Combine headerscheck and cpluspluscheck scripts
Peter Eisentraut
2024-02-28
Remove AIX support
Heikki Linnakangas
2024-01-23
Generate syscache info from catalog files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-04-05
pg_dump: Add support for zstd compression
Tomas Vondra
2023-03-04
Tighten header pre-inclusions in headerscheck and cpluspluscheck.
Tom Lane
2023-02-23
Add LZ4 compression to pg_dump
Tomas Vondra
2023-02-23
Introduce a generic pg_dump compression API
Tomas Vondra
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-20
Fix `trap` in a few shell scripts
Alvaro Herrera
2022-09-14
Fix failure to build gramparse.h standalone in vpath builds
John Naylor
2022-09-14
Move gramparse.h to src/backend/parser
John Naylor
2022-09-13
Adjust header exceptions for 0bd9c6297
John Naylor
2022-09-06
Fix cplusplusscheck in vpath builds
John Naylor
2022-09-06
Add missing exceptions to cpluspluscheck
John Naylor
2022-08-16
Fix headerscheck and cpluspluscheck's exit codes.
Thomas Munro
2022-08-14
Add new win32 header to headerscheck and cpluspluscheck
Thomas Munro
2022-08-14
Remove configure probe for sys/resource.h and refactor.
Thomas Munro
2022-07-09
Exclude nodetags.h from headerscheck and cpluspluscheck.
Tom Lane
2022-07-08
Remove HP/Intel Itanium support.
Thomas Munro
2022-07-08
Remove HP-UX port.
Thomas Munro
2022-01-12
Add missing include guard to win32ntdll.h.
Thomas Munro
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-09-23
Add exception for unicode_east_asian_fw_table.h to cpluspluscheck
John Naylor
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-03-21
Fix up recent breakage of headerscheck and cpluspluscheck.
Tom Lane
2020-03-02
Blacklist port/win32_msvc/utime.h in cpluspluscheck and headerscheck.
Tom Lane
2020-01-24
Add exclusion to headercheck
Peter Eisentraut
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-10-18
For all ppc compilers, implement compare_exchange and fetch_add with asm.
Noah Misch
2019-08-19
Add "headerscheck" script to test header-file compilability under C.
Tom Lane
2019-06-02
Make cpluspluscheck more portable.
Tom Lane
2019-06-02
Un-break ecpg tests for Windows.
Tom Lane
2019-05-31
Improve coverage of cpluspluscheck.
Tom Lane
2019-05-31
Integrate cpluspluscheck into build system.
Andres Freund
2016-04-11
cpluspluscheck: Update include path
Peter Eisentraut
2013-03-01
Exclude utils/probes.h and pg_trace.h from cpluspluscheck
Peter Eisentraut
2013-02-08
Exclude access/rmgrlist.h from cpluspluscheck
Peter Eisentraut
2012-12-18
Don't include postgres.h in postgres_fe.h for cpluspluscheck.
Andrew Dunstan
2011-08-22
Mark cpluspluscheck as excutable in git.
Bruce Momjian
2010-12-27
Remove -fno-operator-names switch from cpluspluscheck.
Tom Lane
2010-12-27
Rearrange cpluspluscheck to check just one .h file at a time.
Tom Lane
2010-12-27
Tweak cpluspluscheck to avoid directly #include'ing gram.h.
Tom Lane
2009-07-16
Make backend header files C++ safe
Peter Eisentraut