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
path:
root
/
src
/
test
Age
Commit message (
Expand
)
Author
2019-06-24
Further fix ALTER COLUMN TYPE's handling of indexes and index constraints.
Tom Lane
2019-06-22
Consolidate methods for translating a Perl path to a Windows path.
Noah Misch
2019-06-18
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-17
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-13
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-12
Fix incorrect printing of queries with duplicated join names.
Tom Lane
2019-06-12
Fix ALTER COLUMN TYPE failure with a partial exclusion constraint.
Tom Lane
2019-06-12
Fix handling of COMMENT for domain constraints
Michael Paquier
2019-05-28
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-19
Revert "In the pg_upgrade test suite, don't write to src/test/regress."
Noah Misch
2019-05-19
In the pg_upgrade test suite, don't write to src/test/regress.
Noah Misch
2019-05-14
Add isolation test for INSERT ON CONFLICT speculative insertion failure.
Andres Freund
2019-05-12
Fix misoptimization of "{1,1}" quantifiers in regular expressions.
Tom Lane
2019-05-11
Honor TEMP_CONFIG in TAP suites.
Noah Misch
2019-05-09
Repair issues with faulty generation of merge-append plans.
Tom Lane
2019-05-08
Probe only 127.0.0.1 when looking for ports on Unix.
Thomas Munro
2019-05-06
Use checkAsUser for selectivity estimator checks, if it's set.
Dean Rasheed
2019-05-06
Fix security checks for selectivity estimation functions with RLS.
Dean Rasheed
2019-05-06
Remove reindex_catalog test from test schedules.
Andres Freund
2019-05-01
Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks.
Andres Freund
2019-04-30
Fix potential assertion failure when reindexing a pg_class index.
Andres Freund
2019-04-23
Repair assorted issues in locale data extraction.
Tom Lane
2019-04-16
Don't write to stdin of a test process that could have already exited.
Noah Misch
2019-04-15
Test both 0.0.0.0 and 127.0.0.x addresses to find a usable port.
Noah Misch
2019-04-14
MSYS: Skip src/test/recovery/t/017_shm.pl.
Noah Misch
2019-04-13
When Perl "kill(9, ...)" fails, try "pg_ctl kill".
Noah Misch
2019-04-13
Consistently test for in-use shared memory.
Noah Misch
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2019-04-05
Revert "Consistently test for in-use shared memory."
Noah Misch
2019-04-04
Fix back-patch of 16ee6eaf80a40007a138b60bb5661660058d0422 to v9.6.
Noah Misch
2019-04-04
Make src/test/recovery/t/017_shm.pl safe for concurrent execution.
Noah Misch
2019-04-04
Consistently test for in-use shared memory.
Noah Misch
2019-04-02
Perform RLS subquery checks as the right user when going via a view.
Dean Rasheed
2019-03-23
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-14
Ensure dummy paths have correct required_outer if rel is parameterized.
Tom Lane
2019-03-10
Disallow NaN as a value for floating-point GUCs.
Tom Lane
2019-03-03
Further fixing for multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-22
Fix plan created for inherited UPDATE/DELETE with all tables excluded.
Tom Lane
2019-02-20
Fix DEFAULT-handling in multi-row VALUES lists for updatable views.
Dean Rasheed
2019-02-17
Fix CREATE VIEW to allow zero-column views.
Tom Lane
2019-02-15
Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
Michael Paquier
2019-02-10
Solve cross-version-upgrade testing problem induced by 1fb57af92.
Tom Lane
2019-02-07
Fix searchpath and module location for pg_rewind and ssl TAP tests
Andrew Dunstan
2019-01-26
Allow UNLISTEN in hot-standby mode.
Tom Lane
2019-01-17
Postpone aggregate checks until after collation is assigned.
Andrew Gierth
2019-01-03
Update ssl test certificates and keys
Peter Eisentraut
2018-12-31
pg_regress: Promptly detect failed postmaster startup.
Noah Misch
2018-12-27
Ignore inherited temp relations from other sessions when truncating
Michael Paquier
2018-12-20
Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLY
Greg Stark
2018-12-17
Fix use-after-free bug when renaming constraints
Michael Paquier
[next]