| Age | Commit message (Expand) | Author |
| 2004-05-10 | Promote row expressions to full-fledged citizens of the expression syntax, | Tom Lane |
| 2004-05-06 | Rewrite nodeRead() in a less obfuscated fashion, per discussion with | Tom Lane |
| 2004-05-05 | ALTER TABLE rewrite. New cool stuff: | Tom Lane |
| 2004-04-25 | Remove the last traces of Joe Hellerstein's "xfunc" optimization. Patch | Neil Conway |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-03-17 | Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... END | Tom Lane |
| 2004-03-17 | Replace the switching function ExecEvalExpr() with a macro that jumps | Tom Lane |
| 2004-03-14 | Tweak planner so that index expressions and predicates are matched to | Tom Lane |
| 2004-03-11 | Add NOWAIT option to LOCK command | Tatsuo Ishii |
| 2004-02-28 | Remove unneeded indxqual field in IndexScanState, and the useless work | Tom Lane |
| 2004-01-22 | Fix oversight in optimization that avoids an unnecessary projection step | Tom Lane |
| 2004-01-14 | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane |
| 2004-01-10 | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway |
| 2004-01-07 | Cleanup: move the 'Value' node into a separate file, rather than putting | Neil Conway |
| 2004-01-06 | Apply the core parts of Dennis Bjorklund's patch to allow function | Tom Lane |
| 2004-01-06 | Instead of rechecking lossy index operators by putting them into the | Tom Lane |
| 2004-01-05 | Adjust indexscan planning logic to keep RestrictInfo nodes associated | Tom Lane |
| 2004-01-05 | Improve UniquePath logic to detect the case where the input is already | Tom Lane |
| 2004-01-05 | Add the ability to extract OR indexscan conditions from OR-of-AND | Tom Lane |
| 2004-01-04 | Merge restrictlist_selectivity into clauselist_selectivity by | Tom Lane |
| 2004-01-04 | Rewrite OR indexscan processing to be more flexible. We can now for the | Tom Lane |
| 2003-12-30 | Adjust the definition of RestrictInfo's left_relids and right_relids | Tom Lane |
| 2003-12-28 | Clean up the usage of canonicalize_qual(): in particular, be consistent | Tom Lane |
| 2003-12-18 | Use a shutdown callback to clear setArgsValid in a FuncExprState that is | Tom Lane |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-11-25 | Get rid of hashkeys field of Hash plan node, since it's redundant with | Tom Lane |
| 2003-11-21 | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-09 | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane |
| 2003-10-01 | Repair RI trigger visibility problems (this time for sure ;-)) per recent | Tom Lane |
| 2003-09-25 | Get rid of ReferentialIntegritySnapshotOverride by extending Executor API | Tom Lane |
| 2003-09-17 | Fix typo in comment | Tatsuo Ishii |
| 2003-08-22 | Tweak grammar to use FastAppend rather than lappend when constructing | Tom Lane |
| 2003-08-22 | Tweak processing of multiple-index-scan plans to reduce overhead when | Tom Lane |
| 2003-08-19 | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane |
| 2003-08-17 | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane |
| 2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
| 2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-03 | Code review for UPDATE tab SET col = DEFAULT patch ... whack it around | Tom Lane |
| 2003-07-01 | Aggregates can be polymorphic, using polymorphic implementation functions. | Tom Lane |
| 2003-06-29 | Restructure building of join relation targetlists so that a join plan | Tom Lane |
| 2003-06-29 | Support expressions of the form 'scalar op ANY (array)' and | Tom Lane |
| 2003-06-27 | First batch of object rename commands. | Peter Eisentraut |
| 2003-06-25 | Back out array mega-patch. | Bruce Momjian |
| 2003-06-25 | UPDATE ... SET <col> = DEFAULT | Bruce Momjian |
| 2003-06-25 | Includes: | Bruce Momjian |
| 2003-06-24 | Array mega-patch. | Bruce Momjian |