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 PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-09-07
*
Fix cascading privilege revoke to notice when privileges are still held.
Tom Lane
2012-08-23
*
Fix rescan logic in nodeCtescan.
Tom Lane
2012-08-15
*
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-14
*
Update isolation tests' README file.
Tom Lane
2012-08-08
*
Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.
Tom Lane
2012-08-03
*
Fix WITH attached to a nested set operation (UNION/INTERSECT/EXCEPT).
Tom Lane
2012-07-31
*
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-07-25
*
Remove now unneeded results file for disabled prepared transactions case.
Andrew Dunstan
2012-07-20
*
Remove prepared transactions from main isolation test schedule.
Andrew Dunstan
2012-07-20
*
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
*
Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'
Robert Haas
2012-05-22
*
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
[next]