Age | Commit message (Expand) | Author |
2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-07-18 | Back out BETWEEN node patch, was causing initdb failure. | Bruce Momjian |
2002-07-18 | Finished the Between patch Christopher started. | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-12 | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane |
2002-04-16 | Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take | Tom Lane |
2002-03-29 | pg_type has a typnamespace column; system now supports creating types | Tom Lane |
2002-03-22 | A little further progress on schemas: push down RangeVars into | Tom Lane |
2002-03-21 | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane |
2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
2000-08-08 | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-02-15 | Carry column aliases from the parser frontend. Enables queries like | Thomas G. Lockhart |
2000-01-26 | Add: | Bruce Momjian |
1999-08-22 | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane |
1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-05-17 | Change resjunk to a boolean. | Bruce Momjian |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1998-10-01 | Fix for constbyval. | Bruce Momjian |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
1998-07-20 | makeTargetEntry cleanup. | Bruce Momjian |
1998-07-12 | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian |
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
1998-02-21 | Constlen can be -1, so make it a signed type. | Bruce Momjian |
1998-02-10 | Pass around typmod as int16. | Bruce Momjian |
1998-02-10 | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian |
1998-01-24 | Fix prototypes so they don't look like function definitions. | Bruce Momjian |
1998-01-20 | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian |
1997-09-08 | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian |
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian |
1997-01-22 | Cast constants to the type of the other binary operand. | Bruce Momjian |
1996-11-06 | Getting there, one by one... | Marc G. Fournier |
1996-08-28 | More cleanups of the include files | Marc G. Fournier |