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
Age
Commit message (
Expand
)
Author
2024-06-26
Remove redundant perl version checks
Andrew Dunstan
2023-01-16
Create common infrastructure for cross-version upgrade testing.
Tom Lane
2022-11-17
Account for IPC::Run::result() Windows behavior change.
Noah Misch
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-09-20
Suppress 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-02-10
Use gendef instead of pexports for building windows .def files
Andrew Dunstan
2022-01-23
Suppress variable-set-but-not-used warning from clang 13.
Tom Lane
2021-11-08
Stamp 9.6.24.
REL9_6_24
Tom Lane
2021-11-08
libpq: reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
Fix typo
Alvaro Herrera
2021-11-08
Translation updates
Peter Eisentraut
2021-11-06
Reset lastOverflowedXid on standby when needed
Alexander Korotkov
2021-11-05
Avoid crash in rare case of concurrent DROP
Alvaro Herrera
2021-11-03
Update alternative expected output file.
Heikki Linnakangas
2021-11-03
Fix snapshot reference leak if lo_export fails.
Heikki Linnakangas
2021-11-01
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Alvaro Herrera
2021-10-29
Update time zone data files to tzdata release 2021e.
Tom Lane
2021-10-27
Clarify that --system reindexes system catalogs *only*
Magnus Hagander
2021-10-23
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-22
pg_dump: fix mis-dumping of non-global default privileges.
Tom Lane
2021-10-21
Back-patch "Add parent table name in an error in reorderbuffer.c."
Amit Kapila
2021-10-20
Fix build of MSVC with OpenSSL 3.0.0
Michael Paquier
2021-10-19
Remove bogus assertion in transformExpressionList().
Tom Lane
2021-10-19
Fix bug in TOC file error message printing
Daniel Gustafsson
2021-10-19
Fix sscanf limits in pg_dump
Daniel Gustafsson
2021-10-18
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-14
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Jeff Davis
2021-10-13
Change recently added test code for stability
Alvaro Herrera
2021-10-06
Fix corner-case loss of precision in numeric_power().
Dean Rasheed
2021-10-04
Fix TestLib::slurp_file() with offset on windows.
Andres Freund
2021-10-04
Update our mapping of Windows time zone names some more.
Tom Lane
2021-10-04
Fix snapshot builds during promotion of hot standby node with 2PC
Michael Paquier
2021-10-02
Update our mapping of Windows time zone names using CLDR info.
Tom Lane
2021-10-02
Re-alphabetize the win32_tzmap[] array.
Tom Lane
2021-09-29
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-22
Fix places in TestLib.pm in need of adaptation to the output of Msys perl
Michael Paquier
2021-09-20
Don't elide casting to typmod -1.
Tom Lane
2021-09-16
Fix variable shadowing in procarray.c.
Fujii Masao
2021-09-13
Fix EXIT out of outermost block in plpgsql.
Tom Lane
2021-09-13
Fix error handling with threads on OOM in ECPG connection logic
Michael Paquier
2021-09-11
Make pg_regexec() robust against out-of-range search_start.
Tom Lane
2021-09-09
Check for relation length overrun soon enough.
Tom Lane
2021-09-10
Fix issue with WAL archiving in standby.
Fujii Masao
2021-09-08
Avoid useless malloc/free traffic around getFormattedTypeName().
Tom Lane
2021-09-08
Fix rewriter to set hasModifyingCTE correctly on rewritten queries.
Tom Lane
2021-09-06
Fix bogus timetz_zone() results for DYNTZ abbreviations.
Tom Lane
[next]