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
*
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
*
Message style improvements
Peter Eisentraut
2006-10-06
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to
Tom Lane
2006-09-28
*
Clean up logging for extended-query-protocol operations, as per my recent
Tom Lane
2006-09-07
*
Change processing of extended-Query mode so that an unnamed statement
Tom Lane
2006-09-06
*
Revert FETCH/MOVE int64 patch. Was using incorrect checks for
Bruce Momjian
2006-09-03
*
Change FETCH/MOVE to use int8.
Bruce Momjian
2006-09-02
*
Now bind displays prepare as detail, and execute displays prepare and
Bruce Momjian
2006-08-29
*
Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.
Tom Lane
2006-08-27
*
Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: we
Tom Lane
2006-08-14
*
When executing a list of queries derived from rule expansion,
Tom Lane
2006-08-14
*
Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was
Tom Lane
2006-08-12
*
Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.
Tom Lane
2006-08-12
*
For protocol-level prepare/bind/execute:
Bruce Momjian
2006-08-08
*
Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EState
Tom Lane
2006-08-04
*
Arrange for ValuesScan to keep per-sublist expression eval state in a
Tom Lane
2006-08-02
*
Add support for multi-row VALUES clauses as part of INSERT statements
Joe Conway
2006-08-02
*
Change the relation_open protocol so that we obtain lock on a relation
Tom Lane
2006-07-31
*
Change the bootstrap sequence so that toast tables for system catalogs are
Tom Lane
2006-07-31
*
Aggregate functions now support multiple input arguments. I also took
Tom Lane
2006-07-27
*
Code review for bigint-LIMIT patch. Fix missed planner dependency,
Tom Lane
2006-07-26
*
Change LIMIT/OFFSET to use int8
Bruce Momjian
2006-07-26
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
*
Add additional includes needed on some platforms.
Bruce Momjian
2006-07-14
*
Move math.h after postgresql.h
Bruce Momjian
2006-07-13
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
[next]