| Commit message (Expand) | Author | Age | Files | Lines |
| * | The attached patch (against HEAD) implements | Bruce Momjian | 2002-07-18 | 1 | -2/+2 |
| * | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 | 1 | -3/+7 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 6 | -12/+12 |
| * | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane | 2002-04-19 | 1 | -3/+4 |
| * | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 | 3 | -6/+7 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -2/+2 |
| * | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 1 | -2/+1 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 6 | -12/+12 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 6 | -6/+12 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 6 | -12/+6 |
| * | Make ALTER TABLE RENAME on a view rename the view's on-select rule too. | Tom Lane | 2001-08-12 | 2 | -3/+7 |
| * | Remove some dead code, simplify calling convention. | Tom Lane | 2001-06-13 | 2 | -20/+6 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 2 | -6/+6 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 6 | -12/+12 |
| * | Repair breakage of rules containing INSERT ... SELECT actions, per bug | Tom Lane | 2000-12-05 | 1 | -2/+3 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -2/+2 |
| * | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane | 2000-09-29 | 3 | -32/+6 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 2 | -7/+10 |
| * | Use a private memory context to store rule information in each relcache | Tom Lane | 2000-06-30 | 1 | -9/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -5/+5 |
| * | Fix some (more) problems with subselects in rules. Rewriter failed to | Tom Lane | 2000-03-16 | 1 | -1/+6 |
| * | Add: | Bruce Momjian | 2000-01-26 | 7 | -14/+21 |
| * | Clean up rewriter routines to use expression_tree_walker and | Tom Lane | 1999-10-01 | 1 | -13/+12 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -3/+3 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 3 | -7/+3 |
| * | Make functions static or NOT_USED as appropriate. | Bruce Momjian | 1999-05-26 | 2 | -8/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 2 | -3/+5 |
| * | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 | 1 | -1/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 7 | -14/+14 |
| * | Hi! | Bruce Momjian | 1999-01-18 | 2 | -3/+9 |
| * | The patch does 2 things: | Bruce Momjian | 1998-10-21 | 1 | -2/+2 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -4/+1 |
| * | Here's a combination of all the patches I'm currently waiting | Bruce Momjian | 1998-10-02 | 1 | -1/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 7 | -25/+20 |
| * | 1) Queries using the having clause on base tables should work well | Bruce Momjian | 1998-07-19 | 1 | -1/+3 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 3 | -7/+10 |
| * | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 | 2 | -6/+4 |
| * | Make subqueries rewrite properly. | Bruce Momjian | 1998-01-21 | 1 | -2/+3 |
| * | Cleanup up include files. | Bruce Momjian | 1997-11-26 | 4 | -4/+14 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 6 | -22/+22 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 7 | -41/+41 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 7 | -85/+90 |
| * | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | 1 | -1/+4 |
| * | Okay...this pretty much cleans out the include files. | Marc G. Fournier | 1996-11-06 | 2 | -4/+2 |
| * | Another series started from utils/builtins.h | Marc G. Fournier | 1996-11-04 | 1 | -3/+3 |
| * | Okay, following Bryan's (and others) suggestions...cleaning up the | Marc G. Fournier | 1996-11-01 | 1 | -2/+3 |
| * | another... | Marc G. Fournier | 1996-10-19 | 1 | -3/+2 |
| * | Clean up th ecompile process by centralizing the include files | Marc G. Fournier | 1996-08-28 | 7 | -0/+195 |