aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAge
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-02
* FastList is history, yay.Tom Lane2004-06-01
* Desultory de-FastList-ification. RelOptInfo.reltargetlist is back toTom Lane2004-06-01
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* A couple other cosmetic cleanups in new List stuff.Tom Lane2004-05-26
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-26
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane2004-05-06
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway2004-04-25
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane2004-03-17
* Replace the switching function ExecEvalExpr() with a macro that jumpsTom Lane2004-03-17
* Tweak planner so that index expressions and predicates are matched toTom Lane2004-03-14
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-11
* Remove unneeded indxqual field in IndexScanState, and the useless workTom Lane2004-02-28
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-22
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway2004-01-07
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-06
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-06
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-05
* Improve UniquePath logic to detect the case where the input is alreadyTom Lane2004-01-05
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-05
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-04
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-04
* Adjust the definition of RestrictInfo's left_relids and right_relidsTom Lane2003-12-30
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-28
* Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane2003-12-18
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-25
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-21
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-25
* Fix typo in commentTatsuo Ishii2003-09-17
* Tweak grammar to use FastAppend rather than lappend when constructingTom Lane2003-08-22
* Tweak processing of multiple-index-scan plans to reduce overhead whenTom Lane2003-08-22
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-19
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-17
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-11
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08