summaryrefslogtreecommitdiff
path: root/src/backend/nodes/makefuncs.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Make backend header files C++ safePeter Eisentraut2009-07-161-5/+5
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-041-17/+17
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-021-1/+12
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* SQL/MED catalog manipulation facilitiesPeter Eisentraut2008-12-191-1/+14
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-011-2/+3
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-281-2/+9
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Make eval_const_expressions() preserve typmod when simplifying something likeTom Lane2007-09-061-5/+6
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-231-1/+15
* Fix up the remaining places where the expression node structure would loseTom Lane2007-03-171-2/+8
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Support type modifiers for user-defined types, and pull most knowledgeTom Lane2006-12-301-10/+6
* pgindent run for 8.2.Bruce Momjian2006-10-041-2/+2
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-211-1/+15
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-3/+41
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-8/+7
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-061-31/+32
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-301-3/+3
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-101-1/+13
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-011-1/+22
* Implement feature of new FE/BE protocol whereby RowDescription identifiesTom Lane2003-05-061-7/+7
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-101-5/+5
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-26/+23
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-251-9/+4
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-2/+3
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-121-2/+4
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-1/+34
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-1/+15
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-221-1/+20
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-11/+10
* Code review for DOMAIN patch.Tom Lane2002-03-201-10/+17
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+5
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-171-2/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-1/+24
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-081-12/+9
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-11/+10
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-151-1/+24
* Add:Bruce Momjian2000-01-261-2/+3
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-221-6/+10
* Major revision of sort-node handling: push knowledge of queryTom Lane1999-08-211-2/+5