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
Age
Commit message (
Expand
)
Author
2024-11-27
If a C23 compiler is detected, try asking for C17.
origin/REL9_2_STABLE
Thomas Munro
2024-06-26
Remove redundant perl version checks
Andrew Dunstan
2023-01-19
Keep perl style checker happy
Andrew Dunstan
2023-01-19
Fix searchpath for modern Perl for genbki.pl
Andrew Dunstan
2023-01-16
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2022-11-09
Fix compilation warnings with libselinux 3.1 in contrib/sepgsql/
Michael Paquier
2022-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-09-21
Fix configure's AC_CHECK_DECLS tests to work correctly with clang.
Tom Lane
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
Disable -Wdeprecated-non-prototype in the back branches.
Tom Lane
2022-06-01
Fix pl/perl test case so it will still work under Perl 5.36.
Tom Lane
2022-01-23
Suppress variable-set-but-not-used warning from clang 13.
Tom Lane
2021-12-15
Make DLSUFFIX easily discoverable by build scripts
Andrew Dunstan
2021-12-13
Suppress -Warray-bounds warning in 9.2's xlog.c.
Tom Lane
2021-12-13
Suppress -Wformat-overflow warnings in 9.2's xml.c.
Tom Lane
2021-12-13
Disable -Wsometimes-uninitialized warnings in the 9.2 branch.
Tom Lane
2021-12-13
Fix function return type confusion
Tom Lane
2021-12-13
Fix compiler warning
Tom Lane
2021-12-13
Silence another gcc 11 warning.
Tom Lane
2021-12-12
Suppress -Warray-parameter warnings in pgcrypto/sha2.c.
Tom Lane
2021-12-12
Reformat imath.c macro to remove -Wmisleading-indentation warnings.
Tom Lane
2021-12-12
Clean up compilation warnings coming from PL/Perl with clang-12~
Tom Lane
2021-12-12
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2021-12-12
Use -Wno-format-truncation and -Wno-stringop-truncation, if available.
Tom Lane
2021-12-12
Make pg_upgrade's test.sh less chatty.
Tom Lane
2021-12-12
Add checks for valid multibyte character length in UtfToLocal, LocalToUtf.
Tom Lane
2021-12-12
Use return instead of exit() in configure
Tom Lane
2017-11-06
Stamp 9.2.24.
REL9_2_24
Tom Lane
2017-11-06
Last-minute updates for release notes.
Tom Lane
2017-11-06
start-scripts: switch to $PGUSER before opening $PGLOG.
Noah Misch
2017-11-05
Translation updates
Peter Eisentraut
2017-11-05
Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24.
Tom Lane
2017-11-01
Doc: update URL for check_postgres.
Tom Lane
2017-10-27
Dept of second thoughts: keep aliasp_item in sync with tlistitem.
Tom Lane
2017-10-27
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-10-27
Rethink the dependencies recorded for FieldSelect/FieldStore nodes.
Tom Lane
2017-10-27
Doc: mention that you can't PREPARE TRANSACTION after NOTIFY.
Tom Lane
2017-10-26
Improve gendef.pl diagnostic on failure to open sym file
Andrew Dunstan
2017-10-25
Fix libpq to not require user's home directory to exist.
Tom Lane
2017-10-23
Update time zone data files to tzdata release 2017c.
Tom Lane
2017-10-23
Sync our copy of the timezone library with IANA release tzcode2017c.
Tom Lane
2017-10-23
Fix some oversights in expression dependency recording.
Tom Lane
2017-10-20
Fix typcache's failure to treat ranges as container types.
Tom Lane
2017-10-11
Doc: fix missing explanation of default object privileges.
Tom Lane
2017-10-11
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-10-06
Fix access-off-end-of-array in clog.c.
Tom Lane
2017-10-03
Fix coding rules violations in walreceiver.c
Alvaro Herrera
2017-09-27
Fix behavior when converting a float infinity to numeric.
Tom Lane
2017-09-26
Don't recommend "DROP SCHEMA information_schema CASCADE".
Noah Misch
2017-09-26
Improve wording of error message added in commit 714805010.
Tom Lane
[next]