index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
SPI_cursor_open failed to enforce that only read-only queries could be
Tom Lane
2007-03-17
*
Make use of plancache module for SPI plans. In particular, since plpgsql
Tom Lane
2007-03-15
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
*
Revert temp_tablespaces because of coding problems, per Tom.
Bruce Momjian
2007-03-06
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
*
Get rid of the separate EState for subplans, and just let them share the
Tom Lane
2007-02-27
*
Change Agg and Group nodes so that Vars contained in their targetlists
Tom Lane
2007-02-22
*
Fix bug I introduced in recent patch to make hash joins discard null tuples
Tom Lane
2007-02-22
*
Turn the rangetable used by the executor into a flat list, and avoid storing
Tom Lane
2007-02-22
*
Remove the Query structure from the executor's API. This allows us to stop
Tom Lane
2007-02-20
*
Put function expressions and values lists into FunctionScan and ValuesScan
Tom Lane
2007-02-19
*
Fix another problem in 8.2 changes that allowed "one-time" qual conditions to
Tom Lane
2007-02-16
*
Repair oversight in 8.2 change that improved the handling of "pseudoconstant"
Tom Lane
2007-02-15
*
Remove typmod checking from the recent security-related patches. It turns
Tom Lane
2007-02-06
*
Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases
Tom Lane
2007-02-06
*
Implement XMLSERIALIZE for real. Analogously, make the xml to text cast
Peter Eisentraut
2007-02-03
*
Repair failure to check that a table is still compatible with a previously
Tom Lane
2007-02-02
*
Repair insufficiently careful type checking for SQL-language functions:
Tom Lane
2007-02-02
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
*
Add support for cross-type hashing in hash index searches and hash joins.
Tom Lane
2007-01-30
*
Improve hash join to discard input tuples immediately if they can't
Tom Lane
2007-01-28
*
Various fixes in the logic of XML functions:
Peter Eisentraut
2007-01-25
*
Add GUC temp_tablespaces to provide a default location for temporary
Bruce Momjian
2007-01-25
*
Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian
2007-01-25
*
Relax an Assert() that has been found to be too strict in some situations
Tom Lane
2007-01-24
*
Remove remains of old depend target.
Peter Eisentraut
2007-01-20
*
Fix xmlconcat by properly merging the XML declarations. Add aggregate
Peter Eisentraut
2007-01-20
*
Add support for xmlval IS DOCUMENT expression.
Peter Eisentraut
2007-01-14
*
Use XML output escaping also in XMLFOREST.
Peter Eisentraut
2007-01-12
*
Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort orders.
Tom Lane
2007-01-11
*
Use libxml's xmlwriter API for producing XML elements, instead of doing
Peter Eisentraut
2007-01-10
*
Change the planner-to-executor API so that the planner tells the executor
Tom Lane
2007-01-10
*
Enable another five tuple status bits by using the high bits of the
Bruce Momjian
2007-01-09
*
Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
Tom Lane
2007-01-09
*
Some fine-tuning of xmlpi in corner cases:
Peter Eisentraut
2007-01-07
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Fix failure due to accessing an already-freed tuple descriptor in a plan
Tom Lane
2006-12-26
*
Repair bug #2839: the various ExecReScan functions need to reset
Tom Lane
2006-12-26
*
Repair bug #2836: SPI_execute_plan returned zero if none of the querytrees
Tom Lane
2006-12-26
*
Code review for XML patch. Instill a bit of sanity in the location of
Tom Lane
2006-12-24
*
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-23
*
Initial SQL/XML support: xml data type and initial set of functions.
Peter Eisentraut
2006-12-21
*
Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries to
Tom Lane
2006-12-08
*
Refactor ExecGetJunkAttribute to avoid searching for junk attributes
Tom Lane
2006-12-04
*
Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken
Tom Lane
2006-12-03
*
Prevent intratransaction memory leak when a subtransaction is aborted
Tom Lane
2006-11-21
*
Small message equalization fix
Peter Eisentraut
2006-11-17
*
Remove a 15-year old comment questioning behavior that is now well-
Neil Conway
2006-11-08
*
Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty
Tom Lane
2006-11-06
*
Fix mishandling of after-trigger state when a SQL function returns multiple
Tom Lane
2006-10-12
[next]