| Commit message (Expand) | Author | Age |
* | 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 |
* | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 |
* | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway | 2004-01-10 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | Instead of rechecking lossy index operators by putting them into the | Tom Lane | 2004-01-06 |
* | Avoid running out of memory during hash_create, by not passing a | Tom Lane | 2003-12-30 |
* | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane | 2003-12-28 |
* | Use a shutdown callback to clear setArgsValid in a FuncExprState that is | Tom Lane | 2003-12-18 |
* | 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 |
* | This patch refactors execTuples.c in two ways. | Bruce Momjian | 2003-12-01 |
* | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian | 2003-12-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Get rid of hashkeys field of Hash plan node, since it's redundant with | Tom Lane | 2003-11-25 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | 2003-11-06 |
* | Back out makeNode() patch to fix gcc 3.3.1 warning. | Bruce Momjian | 2003-10-13 |
* | Use makeNode() to allocate structures that have to be cast to Node *, | Bruce Momjian | 2003-10-12 |
* | Back out -fstrict-aliasing void* casting. | Bruce Momjian | 2003-10-11 |
* | This patch will stop gcc from issuing warnings about type-punned objects | Bruce Momjian | 2003-10-11 |
* | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane | 2003-10-01 |
* | I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStrings | Bruce Momjian | 2003-09-29 |
* | Fix tid scan evaluation of non-constant TID values; can't try to do it | Tom Lane | 2003-09-26 |
* | Make the world safe (more or less) for dropped columns in plpgsql rowtypes. | Tom Lane | 2003-09-25 |
* | tlist_matches_tupdesc() needs to defend itself against dropped columns. | Tom Lane | 2003-09-25 |
* | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane | 2003-09-25 |