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
*
Diagnose incompatible OpenLDAP versions during build and test.
Noah Misch
2014-07-22
*
Partial fix for dropped columns in functions returning composite.
Tom Lane
2014-07-19
*
Fix bug with whole-row references to append subplans.
Tom Lane
2014-07-11
*
Don't assume a subquery's output is unique if there's a SRF in its tlist.
Tom Lane
2014-07-08
*
Back-patch "Fix EquivalenceClass processing for nested append relations".
Tom Lane
2014-06-26
*
Fix handling of nested JSON objects in json_populate_recordset and friends.
Tom Lane
2014-06-24
*
Secure Unix-domain sockets of "make check" temporary clusters.
Noah Misch
2014-06-14
*
Remove inadvertent copyright violation in largeobject regression test.
Tom Lane
2014-06-12
*
Forward-port regression test for bug #10587 into 9.3 and HEAD.
Tom Lane
2014-06-09
*
Fix breakages of hot standby regression test.
Fujii Masao
2014-06-06
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
*
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
*
Handle duplicate XIDs in txid_snapshot.
Heikki Linnakangas
2014-05-15
*
Fix failure to set ActiveSnapshot while rewinding a cursor.
Tom Lane
2014-05-07
*
Fix interval test, which was broken for floating-point timestamps.
Jeff Davis
2014-05-06
*
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-06
*
Fix yet another corner case in dumping rules/views with USING clauses.
Tom Lane
2014-05-01
*
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-05-01
*
Reduce indentation/parenthesization of set operations in rule/view dumps.
Tom Lane
2014-04-30
*
Limit overall indentation in rule/view dumps.
Tom Lane
2014-04-30
*
Fix indentation of JOIN clauses in rule/view dumps.
Tom Lane
2014-04-30
*
Improve planner to drop constant-NULL inputs of AND/OR where it's legal.
Tom Lane
2014-04-29
*
Revert "Secure Unix-domain sockets of "make check" temporary clusters."
Noah Misch
2014-03-29
*
Secure Unix-domain sockets of "make check" temporary clusters.
Noah Misch
2014-03-29
*
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
[next]