| Commit message (Expand) | Author | Age | Files | Lines |
* | Restructure planning of nestloop inner indexscans so that the set of usable | Tom Lane | 2002-11-24 | 1 | -1/+2 |
* | Improve obsolete comment. | Tom Lane | 2002-08-19 | 1 | -5/+9 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
* | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -1/+3 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
* | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut | 2000-10-31 | 1 | -1/+2 |
* | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -1/+2 |
* | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 1 | -4/+16 |
* | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -1/+2 |
* | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 1 | -1/+2 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -4/+4 |
* | Change parse-time representation of float literals (which include oversize | Tom Lane | 2000-02-21 | 1 | -6/+20 |
* | Rename same() to sameseti() to have a slightly less generic name. Move | Tom Lane | 2000-02-06 | 1 | -2/+5 |
* | 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 | -20/+20 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
* | Final optimizer cleanups. | Bruce Momjian | 1999-02-22 | 1 | -4/+1 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -21/+21 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -44/+44 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -70/+74 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -4/+2 |
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 | 1 | -7/+15 |
* | -Wall based cleanup of include files, based from acl.h, and everything | Marc G. Fournier | 1996-11-04 | 1 | -2/+2 |
* | clean out include files of including other includes files except those | Marc G. Fournier | 1996-10-19 | 1 | -3/+1 |
* | More cleanups of the include files | Marc G. Fournier | 1996-08-28 | 1 | -0/+112 |