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 planner's handling of RETURNING lists in writable CTEs.
Tom Lane
2012-04-25
*
Fix COPY FROM for null marker strings that correspond to invalid encoding.
Tom Lane
2012-03-25
*
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-03-24
*
Honor inputdir and outputdir when converting regression files.
Andrew Dunstan
2012-03-17
*
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2012-03-16
*
Attempt to reduce locale dependencies in regression tests.
Robert Haas
2012-03-07
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
*
Fix pushing of index-expression qualifications through UNION ALL.
Tom Lane
2012-01-29
*
Fix handling of init_plans list in inheritance_planner().
Tom Lane
2012-01-28
*
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2012-01-04
*
Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.
Tom Lane
2012-01-02
*
Fix gincostestimate to handle ScalarArrayOpExpr reasonably.
Tom Lane
2011-12-20
*
Fix getTypeIOParam to support type record[].
Tom Lane
2011-12-01
*
Fix random discrepancies between parallel_schedule and serial_schedule.
Tom Lane
2011-11-08
*
Wrap appendrel member outputs in PlaceHolderVars in additional cases.
Tom Lane
2011-11-08
*
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-11-03
*
Change FK trigger creation order to better support self-referential FKs.
Tom Lane
2011-10-26
*
Fix collate.linux.utf8 expected output for recent error message change.
Tom Lane
2011-10-16
*
Fix window functions that sort by expressions involving aggregates.
Tom Lane
2011-09-26
*
Fix another bit of unlogged-table-induced breakage.
Robert Haas
2011-09-21
*
Fix corner case bug in numeric to_char().
Tom Lane
2011-09-07
*
Add expected isolationtester output when prepared xacts are disabled
Alvaro Herrera
2011-08-25
*
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-21
*
Explain max_prepared_transactions requirement in isolation tests' README.
Tom Lane
2011-08-18
*
Report libpq errors correctly if session setup or teardown steps fail in
Heikki Linnakangas
2011-08-18
*
Add an SSI regression test that tests all interesting permutations in the
Heikki Linnakangas
2011-08-18
*
Strip whitespace from SQL blocks in the isolation test suite. This is purely
Heikki Linnakangas
2011-08-18
*
Adjust regression tests for error message change
Peter Eisentraut
2011-08-15
*
Fix nested PlaceHolderVar expressions that appear only in targetlists.
Tom Lane
2011-08-09
*
Unbreak unlogged tables.
Robert Haas
2011-07-22
*
Fix typo
Peter Eisentraut
2011-07-19
*
Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.
Tom Lane
2011-07-12
*
Message style improvements
Peter Eisentraut
2011-07-08
*
Fix a bug with SSI and prepared transactions:
Heikki Linnakangas
2011-07-07
*
Message style tweaks
Peter Eisentraut
2011-07-05
*
Alter test results to comply with new ALTER TABLE behaviour.
Simon Riggs
2011-07-04
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-07-02
*
Restore correct btree preprocessing of "indexedcol IS NULL" conditions.
Tom Lane
2011-06-29
*
Message style and spelling improvements
Peter Eisentraut
2011-06-22
*
Adjust the alternative expected output file for prepared_xacts test case,
Heikki Linnakangas
2011-06-21
*
Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has
Heikki Linnakangas
2011-06-21
*
Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.
Tom Lane
2011-06-20
*
Capitalization fixes
Peter Eisentraut
2011-06-19
*
Use single quotes in preference to double quotes for protecting pathnames.
Tom Lane
2011-06-15
*
Fix assorted issues with build and install paths containing spaces.
Tom Lane
2011-06-14
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Allow domains over arrays to match ANYARRAY parameters again.
Tom Lane
2011-06-08
*
Fix rewriter to cope (more or less) with CTEs in the query being rewritten.
Tom Lane
2011-06-07
*
Reset reindex-in-progress state before reverifying an exclusion constraint.
Tom Lane
2011-06-05
[next]