| 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 SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -9/+2 |
| * | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane | 2000-10-05 | 1 | -1/+12 |
| * | Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' | Tom Lane | 2000-08-08 | 1 | -7/+1 |
| * | Make update lists like 'UPDATE tab SET foo[1] = bar, foo[3] = baz' | Tom Lane | 2000-07-22 | 1 | -49/+101 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -108/+116 |
| * | Trial implementation of ALTER DROP COLUMN. | Hiroshi Inoue | 2000-03-09 | 1 | -3/+34 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| * | Rewrite preprocess_targetlist() to reduce overhead for simple INSERTs. | Tom Lane | 1999-10-30 | 1 | -238/+160 |
| * | Further planner/optimizer cleanups. Move all set_tlist_references | Tom Lane | 1999-08-22 | 1 | -6/+4 |
| * | Major revision of sort-node handling: push knowledge of query | Tom Lane | 1999-08-21 | 1 | -24/+23 |
| * | Move get_attdisbursion to lsyscache. Clean up get_typdefault. | Tom Lane | 1999-08-09 | 1 | -6/+5 |
| * | Create a standardized expression_tree_mutator support routine | Tom Lane | 1999-08-09 | 1 | -12/+4 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -6/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -7/+7 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -9/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | new_relation_targetlist used to cause about 8 separate (and | Tom Lane | 1999-05-29 | 1 | -58/+74 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -17/+16 |
| * | Change resjunk to a boolean. | Bruce Momjian | 1999-05-17 | 1 | -7/+7 |
| * | Replaced targetlist entry in GroupClause by reference number | Jan Wieck | 1999-05-12 | 1 | -1/+44 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -6/+6 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -7/+4 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -21/+18 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -6/+6 |
| * | Cleanup makeTargetEntry and remove internal.c. | Bruce Momjian | 1998-07-20 | 1 | -7/+5 |
| * | Use defines rather than constants for types. | Bruce Momjian | 1998-07-20 | 1 | -3/+3 |
| * | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 | 1 | -2/+2 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -7/+1 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -4/+4 |
| * | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 | 1 | -14/+13 |
| * | Add Var.varlevelup to code. More parser cleanup. | Bruce Momjian | 1998-01-20 | 1 | -3/+3 |
| * | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 | 1 | -5/+1 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 1 | -3/+4 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -8/+8 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -85/+85 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -260/+284 |
| * | Cast constants to the type of the other binary operand. | Bruce Momjian | 1997-01-22 | 1 | -2/+3 |
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+322 |