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
REL_19_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
path:
root
/
src
Age
Commit message (
Expand
)
Author
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-10-16
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-09-21
Suppress more variable-set-but-not-used warnings from clang 15.
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
Fix function return type confusion
Tom Lane
2021-12-13
Silence another gcc 11 warning.
Tom Lane
2021-12-12
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2021-12-12
Add checks for valid multibyte character length in UtfToLocal, LocalToUtf.
Tom Lane
2017-11-06
Stamp 9.2.24.
REL9_2_24
Tom Lane
2017-11-05
Translation updates
Peter Eisentraut
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-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
Improve wording of error message added in commit 714805010.
Tom Lane
2017-09-23
Fix saving and restoring umask
Peter Eisentraut
2017-09-22
Sync our copy of the timezone library with IANA tzcode master.
Tom Lane
2017-09-21
Give a better error for duplicate entries in VACUUM/ANALYZE column list.
Tom Lane
2017-09-17
Fix possible dangling pointer dereference in trigger.c.
Tom Lane
2017-09-03
Fix macro-redefinition warning on MSVC.
Tom Lane
2017-09-01
Make [U]INT64CONST safe for use in #if conditions.
Tom Lane
2017-09-01
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-08-29
Teach libpq to detect integer overflow in the row count of a PGresult.
Tom Lane
2017-08-28
Stamp 9.2.23.
REL9_2_23
Tom Lane
2017-08-28
Translation updates
Peter Eisentraut
2017-08-22
Backpatch introduction of TupleDescAttr(tupdesc, i).
Andres Freund
2017-08-17
Further tweaks to compiler flags for PL/Perl on Windows.
Tom Lane
2017-08-16
Changed ecpg parser to allow RETURNING clauses without attached C variables.
Michael Meskes
2017-08-15
Include foreign tables in information_schema.table_privileges
Peter Eisentraut
2017-08-14
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-08-14
Absorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.
Tom Lane
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-08-09
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
[next]