aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
Commit message (Expand)AuthorAge
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-11
* Make pltcl work on Win32. Magnus HaganderTom Lane2004-09-14
* Update copyright to 2004.Bruce Momjian2004-08-29
* 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
* 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
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-05
* 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
* 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
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Code review for UPDATE tab SET col = DEFAULT patch ... whack it aroundTom Lane2003-07-03
* Support expressions of the form 'scalar op ANY (array)' andTom Lane2003-06-29
* UPDATE ... SET <col> = DEFAULTBruce Momjian2003-06-25
* Includes:Bruce Momjian2003-06-25
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Todo items:Bruce Momjian2003-03-20
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-10
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-16
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-03
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Code review for palloc0 patch --- avoid dangerous and unnecessaryTom Lane2002-12-16
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-14
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-12
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-06
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-06
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-06
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-30
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-24
* Add DOMAIN check constraints.Bruce Momjian2002-11-15
* Add palloc0 function to inline MemSet for newNode call.Bruce Momjian2002-11-10
* First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane2002-11-06
* Oops, back out newNode changes. We are not ready for that yet.Bruce Momjian2002-10-11
* Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian2002-10-11
* Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane2002-08-31
* PREPARE/EXECUTE statements. Patch by Neil Conway, some kibitzingTom Lane2002-08-27
* Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane2002-08-19
* Tom Lane wrote:Bruce Momjian2002-08-15
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-29