| Commit message (Expand) | Author | Age | Files | Lines |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
* | Change lcons(x, NIL) to makeList(x) where appropriate. | Bruce Momjian | 2001-01-17 | 1 | -3/+3 |
* | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut | 2000-10-31 | 1 | -1/+18 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -2/+24 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -42/+13 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -1/+20 |
* | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 1 | -1/+16 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -9/+9 |
* | Change parse-time representation of float literals (which include oversize | Tom Lane | 2000-02-21 | 1 | -3/+7 |
* | Rename same() to sameseti() to have a slightly less generic name. Move | Tom Lane | 2000-02-06 | 1 | -19/+53 |
* | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
* | Major planner/optimizer revision: get rid of PathOrder node type, | Tom Lane | 1999-08-16 | 1 | -1/+26 |
* | LispUnion routine didn't generate a proper union: anytime | Tom Lane | 1999-08-14 | 1 | -212/+133 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+2 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -3/+6 |
* | ifdef out append(). | Bruce Momjian | 1999-02-22 | 1 | -1/+3 |
* | more cleanup | Bruce Momjian | 1999-02-22 | 1 | -2/+75 |
* | Final optimizer cleanups. | Bruce Momjian | 1999-02-22 | 1 | -1/+5 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
* | Major optimizer improvement for joining a large number of tables. | Bruce Momjian | 1999-02-09 | 1 | -3/+3 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -6/+6 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -27/+27 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -11/+1 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -21/+21 |
* | Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. | Bruce Momjian | 1998-01-15 | 1 | -43/+43 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -2/+2 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -2/+2 |
* | Replace foo/bar to l1/l2. | Bruce Momjian | 1997-12-19 | 1 | -43/+43 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -24/+24 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -61/+61 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -322/+363 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -1/+3 |
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 | 1 | -7/+33 |
* | Rename parameter. | Bruce Momjian | 1996-12-20 | 1 | -3/+3 |
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+438 |