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
2016-10-23
Avoid testing tuple visibility without buffer lock in RI_FKey_check().
Tom Lane
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-04
Add regression test coverage for non-default timezone abbreviation sets.
Tom Lane
2016-09-02
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-08-25
Fix instability in parallel regression tests.
Tom Lane
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-12
Fix regression test parallel-make hazard.
Tom Lane
2016-08-08
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-04-21
Fix planner failure with full join in RHS of left join.
Tom Lane
2016-04-21
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2016-04-20
Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.
Tom Lane
2016-03-09
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-01-09
Clean up code for widget_in() and widget_out().
Tom Lane
2016-01-09
Add STRICT to some C functions created by the regression tests.
Tom Lane
2015-12-21
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-21
adjust ACL owners for REASSIGN and ALTER OWNER TO
Alvaro Herrera
2015-12-11
Add an expected-file to match behavior of latest libxml2.
Tom Lane
2015-12-11
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-15
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2015-10-20
Fix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fabb9347d482.
Noah Misch
2015-10-20
Eschew "RESET statement_timeout" in tests.
Noah Misch
2015-09-21
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-12
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-06
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-04
Fix pg_dump to dump shell types.
Tom Lane
2015-08-01
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-05-27
Fix portability issue in isolationtester grammar.
Tom Lane
2015-05-11
Fix incorrect checking of deferred exclusion constraint after a HOT update.
Tom Lane
2015-04-25
Prevent improper reordering of antijoins vs. outer joins.
Tom Lane
2015-04-04
Fix incorrect matching of subexpressions in outer-join plan nodes.
Tom Lane
2015-03-05
Fix user mapping object description
Alvaro Herrera
2015-02-25
Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.
Noah Misch
2015-02-25
Fix dumping of views that are just VALUES(...) but have column aliases.
Tom Lane
2015-02-17
Minor cleanup of column-level priv fix
Stephen Frost
2015-02-15
pg_regress: Write processed input/*.source into output dir
Peter Eisentraut
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-19
In pg_regress, remove the temporary installation upon successful exit.
Tom Lane
2015-01-17
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-16
Update "pg_regress --no-locale" for Darwin and Windows.
Noah Misch
2015-01-12
Avoid unexpected slowdown in vacuum regression test.
Tom Lane
2015-01-07
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
Noah Misch
2014-12-25
Have config_sspi_auth() permit IPv6 localhost connections.
Noah Misch
2014-12-17
Lock down regression testing temporary clusters on Windows.
Noah Misch
2014-11-18
Don't require bleeding-edge timezone data in timestamptz regression test.
Tom Lane
2014-10-29
Avoid corrupting tables when ANALYZE inside a transaction is rolled back.
Tom Lane
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
[next]