index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Ensure that a tsquery like '!foo' matches empty tsvectors.
Tom Lane
2017-01-26
*
Reset the proper GUC in create_index test.
Tom Lane
2017-01-18
*
Fix handling of empty arrays in array_fill().
Tom Lane
2017-01-05
*
Handle OID column inheritance correctly in ALTER TABLE ... INHERIT.
Tom Lane
2017-01-04
*
Fix interval_transform so it doesn't throw away non-no-op casts.
Tom Lane
2016-12-27
*
Fix order of operations in CREATE OR REPLACE VIEW.
Dean Rasheed
2016-12-21
*
Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bug fix.
Kevin Grittner
2016-12-13
*
Prevent crash when ts_rewrite() replaces a non-top-level subtree with null.
Tom Lane
2016-12-11
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-09
*
Check for pending trigger events on far end when dropping an FK constraint.
Tom Lane
2016-11-25
*
Make sure ALTER TABLE preserves index tablespaces.
Tom Lane
2016-11-23
*
Prevent multicolumn expansion of "foo.*" in an UPDATE source expression.
Tom Lane
2016-11-20
*
Fix bogus tree-flattening logic in QTNTernary().
Tom Lane
2016-10-30
*
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-26
*
Avoid testing tuple visibility without buffer lock in RI_FKey_check().
Tom Lane
2016-10-23
*
Fix another bug in merging of inherited CHECK constraints.
Tom Lane
2016-10-13
*
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-08
*
Remove user_relns() SRF from regression tests.
Tom Lane
2016-10-08
*
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-27
*
Install TAP test infrastructure so it's available for extension testing.
Tom Lane
2016-09-23
*
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-22
*
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
*
Add regression test coverage for non-default timezone abbreviation sets.
Tom Lane
2016-09-04
*
Don't require dynamic timezone abbreviations to match underlying time zone.
Tom Lane
2016-09-02
*
Fix instability in parallel regression tests.
Tom Lane
2016-08-25
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-08-11
*
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
*
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-26
*
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-15
*
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
*
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
*
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-21
*
Honor PGCTLTIMEOUT environment variable for pg_regress' startup wait.
Tom Lane
2016-04-20
*
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
2016-04-15
*
Fix assorted breakage in to_char()'s OF format option.
Tom Lane
2016-03-17
*
Fix incorrect handling of NULL index entries in indexed ROW() comparisons.
Tom Lane
2016-03-09
*
Fix json_to_record() bug with nested objects.
Tom Lane
2016-03-02
*
Fix incorrect varlevelsup in security_barrier_replace_vars().
Dean Rasheed
2016-02-29
*
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-08
*
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
2016-01-09
*
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-21
*
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-21
*
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-12-11
[next]