| Commit message (Expand) | Author | Age | Files | Lines |
| * | First stage of reclaiming memory in executor by resetting short-term | Tom Lane | 2000-07-12 | 1 | -23/+10 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -9/+11 |
| * | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane | 2000-01-27 | 1 | -2/+2 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -2/+3 |
| * | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 | 1 | -5/+5 |
| * | Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp | Bruce Momjian | 1999-11-23 | 1 | -1/+8 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| * | Several changes here, not very related but touching some of the same files. | Tom Lane | 1999-09-24 | 1 | -98/+74 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -3/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -5/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -1/+3 |
| * | Remove Tee code, move to _deadcode. | Bruce Momjian | 1999-03-23 | 1 | -9/+1 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -3/+2 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -2/+4 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian | 1998-07-15 | 1 | -7/+7 |
| * | Inline some small functions called for every row. | Bruce Momjian | 1998-04-24 | 1 | -51/+3 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -5/+5 |
| * | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 | 1 | -4/+7 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -3/+3 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -3/+3 |
| * | Remove Existential, and ifdef out generate_fjoin. Neither did anything. | Bruce Momjian | 1997-12-18 | 1 | -3/+1 |
| * | Cleanup up include files. | Bruce Momjian | 1997-11-26 | 1 | -4/+4 |
| * | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 | 1 | -4/+4 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -23/+23 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -129/+129 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -745/+781 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -2/+15 |
| * | Rename postgres95 to PostgreSQL. Add comment for SELECT NULL | Bruce Momjian | 1996-12-11 | 1 | -1/+2 |
| * | Fix for SELECT NULL. | Bruce Momjian | 1996-12-07 | 1 | -2/+3 |
| * | Compile and warning cleanup | Bruce Momjian | 1996-11-08 | 1 | -1/+3 |
| * | add #include "postgres.h", as required by all .c files | Marc G. Fournier | 1996-10-31 | 1 | -1/+3 |
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+1013 |