aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/makefuncs.h
Commit message (Expand)AuthorAge
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-21
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Update copyright to 2004.Bruce Momjian2004-08-29
* Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane2004-05-10
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Aggregates can be polymorphic, using polymorphic implementation functions.Tom Lane2003-07-01
* Get rid of last few vestiges of parsetree dependency on grammar tokenTom Lane2003-02-10
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-25
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian2002-07-18
* Finished the Between patch Christopher started.Bruce Momjian2002-07-18
* Update copyright to 2002.Bruce Momjian2002-06-20
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Code review for DOMAIN patch.Tom Lane2002-03-20
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Carry column aliases from the parser frontend. Enables queries likeThomas G. Lockhart2000-02-15
* Add:Bruce Momjian2000-01-26
* Further planner/optimizer cleanups. Move all set_tlist_referencesTom Lane1999-08-22
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Change resjunk to a boolean.Bruce Momjian1999-05-17
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Fix for constbyval.Bruce Momjian1998-10-01
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* makeTargetEntry cleanup.Bruce Momjian1998-07-20
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Constlen can be -1, so make it a signed type.Bruce Momjian1998-02-21
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* Fix prototypes so they don't look like function definitions.Bruce Momjian1998-01-24