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-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-12-13
Silence another gcc 11 warning.
Tom Lane
2021-12-12
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2020-02-10
Stamp 9.4.26.
REL9_4_26
Tom Lane
2020-02-10
createuser: fix parsing of --connection-limit argument
Alvaro Herrera
2020-02-10
Translation updates
Peter Eisentraut
2020-02-03
Revert commit 56bc82a511.
Fujii Masao
2020-02-01
Fix memory leak on DSM slot exhaustion.
Thomas Munro
2020-01-31
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
Fix parallel pg_dump/pg_restore for failure to create worker processes.
Tom Lane
2020-01-31
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-23
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-22
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-20
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-21
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
Michael Paquier
2020-01-20
Fix pg_dump's sigTermHandler() to use _exit() not exit().
Tom Lane
2020-01-17
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-14
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-12
Fix edge-case crashes and misestimation in range containment selectivity.
Tom Lane
2020-01-08
Revert "Forbid DROP SCHEMA on temporary namespaces"
Michael Paquier
2020-01-02
Fix running out of file descriptors for spill files.
Amit Kapila
2019-12-27
Forbid DROP SCHEMA on temporary namespaces
Michael Paquier
2019-12-24
Rotate instead of shifting hash join batch number.
Thomas Munro
2019-12-23
Prevent a rowtype from being included in itself via a range.
Tom Lane
2019-12-23
Combine initdb tests that successfully create a data directory.
Michael Paquier
2019-12-22
Avoid low-probability regression test failures in timestamp[tz] tests.
Tom Lane
2019-12-21
In pgwin32_open, loop after ERROR_ACCESS_DENIED only if we can't stat.
Tom Lane
2019-12-20
libpq should expose GSS-related parameters even when not implemented.
Tom Lane
2019-12-17
Fix error reporting for index expressions of prohibited types.
Tom Lane
2019-12-16
On Windows, wait a little to see if ERROR_ACCESS_DENIED goes away.
Tom Lane
2019-12-12
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-12-09
Fix race condition in our Windows signal emulation.
Tom Lane
2019-12-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-11-30
Fix off-by-one error in PGTYPEStimestamp_fmt_asc
Tomas Vondra
2019-11-27
Fix typo in comment.
Etsuro Fujita
2019-11-24
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-21
Defend against self-referential views in relation_is_updatable().
Tom Lane
2019-11-20
Revise GIN README
Alexander Korotkov
2019-11-20
Fix traversing to the deleted GIN page via downlink
Alexander Korotkov
2019-11-16
Further fix dumping of views that contain just VALUES(...).
Tom Lane
[next]