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
/
test
Age
Commit message (
Expand
)
Author
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
2021-02-06
Disallow converting an inheritance child table to a view.
Tom Lane
2021-01-30
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-23
Make check-prepared-txns use temp-install binaries.
Noah Misch
2021-01-20
Fix ALTER DEFAULT PRIVILEGES with duplicated objects
Michael Paquier
2020-12-25
Fix back-patch of "Invalidate acl.c caches when pg_authid changes."
Noah Misch
2020-12-25
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-21
Remove "invalid concatenation of jsonb objects" error case.
Tom Lane
2020-12-15
Use native methods to open input in TestLib::slurp_file on Windows.
Andrew Dunstan
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-11-30
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-19
Further fixes for CREATE TABLE LIKE: cope with self-referential FKs.
Tom Lane
2020-11-10
Work around cross-version-upgrade issues created by commit 9e38c2bb5.
Tom Lane
2020-11-09
Ignore attempts to \gset into specially treated variables.
Noah Misch
2020-11-09
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-07
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-06
Revert "Accept relations of any kind in LOCK TABLE".
Tom Lane
2020-10-27
Accept relations of any kind in LOCK TABLE
Alvaro Herrera
2020-09-30
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-09-18
Use factorial rather than numeric_fac in create_operator.sql.
Tom Lane
2020-09-13
Fix race in test of pg_switch_wal().
Noah Misch
2020-09-13
Use the properly transformed RangeVar for expandTableLikeClause().
Tom Lane
2020-08-22
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-21
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-17
Disable autovacuum for BRIN test table
Alvaro Herrera
2020-08-14
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-07-15
Replace use of sys_siglist[] with strsignal().
Tom Lane
2020-07-14
Fix timing issue with ALTER TABLE's validate constraint
David Rowley
2020-07-13
Cope with lateral references in the quals of a subquery RTE.
Tom Lane
2020-07-09
Tighten up Windows CRLF conversion in our TAP test scripts.
Tom Lane
2020-06-19
Future-proof regression tests against possibly-missing posixrules file.
Tom Lane
2020-06-18
Fix C99isms introduced when backpatching atomics / spinlock tests.
Andres Freund
2020-06-18
Fix deadlock danger when atomic ops are done under spinlock.
Andres Freund
2020-06-18
Add basic spinlock tests to regression tests.
Andres Freund
2020-06-11
Avoid update conflict out serialization anomalies.
Peter Geoghegan
2020-06-11
Fix typos.
Amit Kapila
2020-05-31
Make install-tests target work with vpath builds
Andrew Dunstan
2020-04-24
Remove some unstable parts from new TAP test for archive status check
Michael Paquier
2020-04-24
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-07
Fix circle_in to accept "(x,y),r" as it's advertised to do.
Tom Lane
2020-04-07
Adjust bytea get_bit/set_bit to cope with bytea strings > 256MB.
Tom Lane
2020-04-06
Stabilize new GIN test case in 9.5 branch.
Tom Lane
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-04-03
Fix bugs in gin_fuzzy_search_limit processing.
Tom Lane
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-19
Back-patch src/test/recovery and PostgresNode from 9.6 to 9.5.
Noah Misch
2020-03-14
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
[next]