summaryrefslogtreecommitdiff
path: root/src/include/nodes
Commit message (Expand)AuthorAgeFilesLines
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-2/+1
* Trivial fix: clarify a comment.Neil Conway2004-10-271-2/+2
* Fix problems with SQL functions returning rowtypes that have droppedTom Lane2004-10-071-12/+3
* A few minor list-related cleanups:Neil Conway2004-09-271-3/+3
* Add some marginal tweaks to eliminate memory leakages associated withTom Lane2004-09-161-1/+2
* Make pltcl work on Win32. Magnus HaganderTom Lane2004-09-141-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-298-82/+81
* Update copyright to 2004.Bruce Momjian2004-08-2913-26/+26
* Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian2004-08-201-1/+2
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-192-5/+21
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-171-2/+15
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-042-4/+4
* Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUETom Lane2004-08-021-1/+3
* Allow DECLARE CURSOR to take parameters from the portal in which it isTom Lane2004-08-021-2/+11
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-271-3/+6
* Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane2004-07-121-2/+1
* The outer #define was forgotten. Attached patch adds it; please apply.Bruce Momjian2004-07-121-1/+6
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-111-3/+4
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-252-13/+20
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-182-3/+31
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-094-32/+85
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-051-1/+2
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-021-1/+2
* FastList is history, yay.Tom Lane2004-06-011-35/+20
* Desultory de-FastList-ification. RelOptInfo.reltargetlist is back toTom Lane2004-06-011-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-302-32/+14
* A couple other cosmetic cleanups in new List stuff.Tom Lane2004-05-261-3/+1
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-262-2/+10
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-262-98/+284
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-104-4/+36
* Rewrite nodeRead() in a less obfuscated fashion, per discussion withTom Lane2004-05-061-2/+2
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-052-28/+46
* Remove the last traces of Joe Hellerstein's "xfunc" optimization. PatchNeil Conway2004-04-251-4/+1
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-013-6/+17
* Reimplement CASE val WHEN compval1 THEN ... WHEN compval2 THEN ... ENDTom Lane2004-03-173-5/+42
* Replace the switching function ExecEvalExpr() with a macro that jumpsTom Lane2004-03-171-3/+15
* Tweak planner so that index expressions and predicates are matched toTom Lane2004-03-141-2/+2
* Add NOWAIT option to LOCK commandTatsuo Ishii2004-03-111-1/+2
* Remove unneeded indxqual field in IndexScanState, and the useless workTom Lane2004-02-281-2/+3
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-221-4/+3
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-141-30/+36
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-101-3/+16
* Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway2004-01-074-53/+67
* Apply the core parts of Dennis Bjorklund's patch to allow functionTom Lane2004-01-062-3/+12
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-062-2/+5
* Adjust indexscan planning logic to keep RestrictInfo nodes associatedTom Lane2004-01-051-19/+21
* Improve UniquePath logic to detect the case where the input is alreadyTom Lane2004-01-051-5/+16
* Add the ability to extract OR indexscan conditions from OR-of-ANDTom Lane2004-01-051-12/+21
* Merge restrictlist_selectivity into clauselist_selectivity byTom Lane2004-01-041-2/+5
* Rewrite OR indexscan processing to be more flexible. We can now for theTom Lane2004-01-041-7/+14