summaryrefslogtreecommitdiff
path: root/src/backend/nodes/list.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-311-1/+18
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-051-2/+24
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-42/+13
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-1/+20
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-091-1/+16
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-9/+9
* Change parse-time representation of float literals (which include oversizeTom Lane2000-02-211-3/+7
* Rename same() to sameseti() to have a slightly less generic name. MoveTom Lane2000-02-061-19/+53
* Add:Bruce Momjian2000-01-261-2/+3
* Major planner/optimizer revision: get rid of PathOrder node type,Tom Lane1999-08-161-1/+26
* LispUnion routine didn't generate a proper union: anytimeTom Lane1999-08-141-212/+133
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-4/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* pgindent run over code.Bruce Momjian1999-05-251-3/+6
* ifdef out append().Bruce Momjian1999-02-221-1/+3
* more cleanupBruce Momjian1999-02-221-2/+75
* Final optimizer cleanups.Bruce Momjian1999-02-221-1/+5
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Major optimizer improvement for joining a large number of tables.Bruce Momjian1999-02-091-3/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-6/+6
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-27/+27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-21/+21
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-151-43/+43
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-071-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-2/+2
* Replace foo/bar to l1/l2.Bruce Momjian1997-12-191-43/+43
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-24/+24
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-61/+61
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-322/+363
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-1/+3
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-7/+33
* Rename parameter.Bruce Momjian1996-12-201-3/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+438