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
*
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-03-06
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
Fix handling of wide datetime input/output.
Noah Misch
2014-02-17
*
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-17
*
Don't generate plain-text HISTORY and src/test/regress/README anymore.
Tom Lane
2014-02-10
*
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-02-03
*
Fix bogus handling of "postponed" lateral quals.
Tom Lane
2014-01-30
*
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
*
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
*
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2014-01-07
*
Don't ignore tuple locks propagated by our updates
Alvaro Herrera
2013-12-18
*
Fix inherited UPDATE/DELETE with UNION ALL subqueries.
Tom Lane
2013-12-14
*
Tweak placement of explicit ANALYZE commands in the regression tests.
Tom Lane
2013-12-11
*
Add table name to VACUUM statement in matview.c.
Kevin Grittner
2013-12-11
*
Fix possible crash with nested SubLinks.
Tom Lane
2013-12-10
*
Fix improper abort during update chain locking
Alvaro Herrera
2013-12-05
*
Avoid resetting Xmax when it's a multi with an aborted update
Alvaro Herrera
2013-12-05
*
Fix crash in assign_collations_walker for EXISTS with empty SELECT list.
Tom Lane
2013-12-02
*
Don't TransactionIdDidAbort in HeapTupleGetUpdateXid
Alvaro Herrera
2013-11-29
*
Flatten join alias Vars before pulling up targetlist items from a subquery.
Tom Lane
2013-11-22
*
Compute correct em_nullable_relids in get_eclass_for_sort_expr().
Tom Lane
2013-11-15
*
Fix ruleutils pretty-printing to not generate trailing whitespace.
Tom Lane
2013-11-11
*
Re-allow duplicate aliases within aliased JOINs.
Tom Lane
2013-11-11
*
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
2013-11-08
*
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-07
*
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-07
*
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-11-06
*
Fix breakage of MV column name list usage.
Kevin Grittner
2013-11-04
*
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-11-02
*
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-11-01
*
add multixact-no-deadlock to schedule
Alvaro Herrera
2013-10-04
*
Make some isolationtester specs more complete
Alvaro Herrera
2013-10-04
*
isolationtester: Allow tuples to be returned in more places
Alvaro Herrera
2013-10-04
*
Use @libdir@ in both of regress/{input,output}/security_label.source
Noah Misch
2013-09-23
*
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-03
*
Improve regression test for #8410.
Tom Lane
2013-08-30
*
Add test case for bug #8410.
Tom Lane
2013-08-30
*
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-08-23
*
Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.
Tom Lane
2013-08-19
*
Fix planner problems with LATERAL references in PlaceHolderVars.
Tom Lane
2013-08-17
*
Improve error message when view is not updatable
Peter Eisentraut
2013-08-14
*
Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.
Tom Lane
2013-08-14
*
Message punctuation and pluralization fixes
Peter Eisentraut
2013-08-09
*
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-08-02
*
Fix regexp_matches() handling of zero-length matches.
Tom Lane
2013-07-31
*
Restore REINDEX constraint validation.
Noah Misch
2013-07-30
*
Further hacking on ruleutils' new column-alias-assignment code.
Tom Lane
2013-07-23
*
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2013-07-23
*
Fix regex match failures for backrefs combined with non-greedy quantifiers.
Tom Lane
2013-07-18
*
Fix planning of parameterized appendrel paths with expensive join quals.
Tom Lane
2013-07-07
[next]