index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
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.
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-17
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-13
Suppress -Warray-parameter warnings in pgcrypto/sha2.c.
Tom Lane
2021-12-13
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-02
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-27
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]