| Commit message (Expand) | Author | Age |
* | 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 |
* | Adjust ExecMakeTableFunctionResult to produce a single all-nulls row | Tom Lane | 2004-09-22 |
* | Hashed LEFT JOIN would miss outer tuples with no inner match if the join | Tom Lane | 2004-09-17 |
* | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane | 2004-09-16 |
* | 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 |
* | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane | 2004-09-11 |
* | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 |
* | Guard against transaction control statements in SQL functions. This | Tom Lane | 2004-09-06 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Standardize on the assumption that the arguments of a RowExpr correspond | Tom Lane | 2004-08-17 |
* | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 |
* | Be more consistent about reporting SPI errors in the various PLs. | Tom Lane | 2004-07-31 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 |
* | For a SQL function declared to return a named composite type, make | Tom Lane | 2004-07-15 |
* | Test HAVING condition before computing targetlist of an Aggregate node. | Tom Lane | 2004-07-10 |
* | More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finish | Tom Lane | 2004-07-01 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 |
* | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 |
* | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 |
* | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 |
* | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 |
* | Some more de-FastList-ification. | Tom Lane | 2004-06-01 |
* | Use the new List API function names throughout the backend, and disable the | Neil Conway | 2004-05-30 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Refactor low-level aclcheck code to provide useful interfaces for multi-bit | Tom Lane | 2004-05-11 |
* | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane | 2004-05-10 |
* | Tweak indexscan and seqscan code to arrange that steps from one page to | Tom Lane | 2004-04-21 |
* | Still another place to make the world safe for zero-column tables. | Tom Lane | 2004-04-07 |
* | check_sql_fn_retval has always thought that we supported doing | Tom Lane | 2004-04-02 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 |
* | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 |
* | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 |
* | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane | 2004-03-17 |
* | 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 |
* | Repair memory leakage introduced into the non-hashed aggregate case by | Tom Lane | 2004-03-13 |
* | Add new SPI functions for use by PL/Java: | Bruce Momjian | 2004-03-05 |
* | Remove useless rebuilding of subPlan list during ExecInitNode. Wouldn't | Tom Lane | 2004-03-02 |
* | Update obsolete comment. | Tom Lane | 2004-03-02 |
* | Junkfilter logic to force a projection step during SELECT INTO was too | Tom Lane | 2004-03-02 |
* | Remove unneeded indxqual field in IndexScanState, and the useless work | Tom Lane | 2004-02-28 |
* | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane | 2004-02-03 |
* | Fix debug elog message to agree with name of its routine. | Tom Lane | 2004-01-30 |
* | Fix oversight in optimization that avoids an unnecessary projection step | Tom Lane | 2004-01-22 |