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
*
Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,
Tom Lane
2009-01-07
*
Ensure that the contents of a holdable cursor don't depend on out-of-line
Tom Lane
2008-12-01
*
Fix a small memory leak in ExecReScanAgg() in the hashed aggregation case.
Neil Conway
2008-10-16
*
Fix SPI_getvalue and SPI_getbinval to range-check the given attribute number
Tom Lane
2008-10-16
*
Install checks in executor startup to ensure that the tuples produced by an
Tom Lane
2008-08-08
*
Do not allow Unique nodes to be scanned backwards. The code claimed that it
Tom Lane
2008-08-05
*
Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in
Tom Lane
2008-07-10
*
Fix several memory leaks when rescanning SRFs. Arrange for an SRF's
Neil Conway
2008-02-29
*
Extend whole-row Var evaluation to cope with the case that the sub-plan
Tom Lane
2007-08-31
*
Repair problems occurring when multiple RI updates have to be done to the same
Tom Lane
2007-08-15
*
Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation
Neil Conway
2007-08-08
*
Fix performance problems in multi-batch hash joins by ensuring that we select
Tom Lane
2007-06-01
*
Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan
Tom Lane
2007-04-26
*
Fix check_sql_fn_retval to allow the case where a SQL function declared to
Tom Lane
2007-04-02
*
SPI_cursor_open failed to enforce that only read-only queries could be
Tom Lane
2007-03-17
*
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
*
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
*
Relax an Assert() that has been found to be too strict in some situations
Tom Lane
2007-01-24
*
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
*
Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries to
Tom Lane
2006-12-08
*
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
[next]