index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
Commit message (
Expand
)
Author
Age
*
Revise nodeMergejoin in light of example provided by Guillaume Smet.
Tom Lane
2005-05-13
*
Change SPI functions to use a `long' when specifying the number of tuples
Neil Conway
2005-05-02
*
Remove support for OR'd indexscans internal to a single IndexScan plan
Tom Lane
2005-04-25
*
Create executor and planner-backend support for decoupled heap and index
Tom Lane
2005-04-19
*
Create a new 'MultiExecProcNode' call API for plan nodes that don't
Tom Lane
2005-04-16
*
First phase of OUT-parameters project. We can now define and use SQL
Tom Lane
2005-03-31
*
Add SPI_getnspname(), including documentation.
Neil Conway
2005-03-29
*
Improve EXPLAIN ANALYZE to show the time spent in each trigger when
Tom Lane
2005-03-25
*
On Windows, use QueryPerformanceCounter instead of gettimeofday for
Tom Lane
2005-03-20
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
*
Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of
Tom Lane
2005-03-14
*
Revise hash join code so that we can increase the number of batches
Tom Lane
2005-03-06
*
Improve planner's estimation of the space needed for HashAgg plans:
Tom Lane
2005-01-28
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Rethink plpgsql's way of handling SPI execution during an exception block.
Tom Lane
2004-11-16
*
Fix problems with SQL functions returning rowtypes that have dropped
Tom Lane
2004-10-07
*
Adjust comments previously moved to column 1 by pgident.
Bruce Momjian
2004-10-07
*
ExecProcAppend() wasn't called ExecAppend() because the latter name was
Neil Conway
2004-09-24
*
Arrange for hash join to skip scanning the outer relation if it detects
Tom Lane
2004-09-22
*
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-16
*
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
Tom Lane
2004-09-13
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Be more consistent about reporting SPI errors in the various PLs.
Tom Lane
2004-07-31
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
*
Promote row expressions to full-fledged citizens of the expression syntax,
Tom Lane
2004-05-10
*
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2004-04-01
*
Revise syntax-error reporting behavior to give pleasant results for
Tom Lane
2004-03-21
*
Document SPI_push() and SPI_pop().
Bruce Momjian
2004-03-17
*
Replace the switching function ExecEvalExpr() with a macro that jumps
Tom Lane
2004-03-17
*
Add new SPI functions for use by PL/Java:
Bruce Momjian
2004-03-05
*
Junkfilter logic to force a projection step during SELECT INTO was too
Tom Lane
2004-03-02
*
Fix oversight in optimization that avoids an unnecessary projection step
Tom Lane
2004-01-22
*
Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time
Tom Lane
2004-01-14
*
Ensure set-returning functions in the targetlist of a plan node will be
Tom Lane
2003-12-18
*
Add a warning to AtEOXact_SPI() to catch cases where the current
Joe Conway
2003-12-02
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Repair RI trigger visibility problems (this time for sure ;-)) per recent
Tom Lane
2003-10-01
*
Get rid of ReferentialIntegritySnapshotOverride by extending Executor API
Tom Lane
2003-09-25
*
Improve dynahash.c's API so that caller can specify the comparison function
Tom Lane
2003-08-19
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
*
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Error message editing in backend/executor.
Tom Lane
2003-07-21
*
Revise hash join and hash aggregation code to use the same datatype-
Tom Lane
2003-06-22
*
Update 3.0 protocol support to match recent agreements about how to
Tom Lane
2003-05-08
*
Restructure command destination handling so that we pass around
Tom Lane
2003-05-06
*
Implement feature of new FE/BE protocol whereby RowDescription identifies
Tom Lane
2003-05-06
[next]