| Commit message (Expand) | Author | Age | Files | Lines |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |
| * | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 | 1 | -3/+4 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -41/+22 |
| * | Remove no-longer-needed code to update temprel's copy of | Tom Lane | 1999-09-04 | 1 | -8/+1 |
| * | 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 | -5/+5 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -6/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | Change form() to varargform() to prevent portability problems. | Bruce Momjian | 1999-06-19 | 1 | -7/+7 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -13/+13 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -2/+2 |
| * | Fix adding columns to a temp table. | Bruce Momjian | 1999-04-13 | 1 | -1/+10 |
| * | Small cleanups. | Bruce Momjian | 1999-03-30 | 1 | -4/+3 |
| * | cleanups | Bruce Momjian | 1999-03-23 | 1 | -3/+2 |
| * | Add new postgres -O option to allow system table structure changes. | Bruce Momjian | 1999-03-17 | 1 | -2/+2 |
| * | Fix problem with selectivity error in added columns with ALTER TABLE. | Bruce Momjian | 1999-02-24 | 1 | -2/+2 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck | 1999-02-08 | 1 | -2/+20 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -3/+2 |
| * | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | 1998-12-18 | 1 | -1/+24 |
| * | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 1 | -2/+2 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -5/+5 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -5/+5 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -23/+23 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -46/+23 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 1 | -2/+2 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -3/+1 |
| * | This patch... | Bruce Momjian | 1998-04-27 | 1 | -22/+22 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -14/+14 |
| * | Atttypmod cleanups. | Bruce Momjian | 1998-02-07 | 1 | -4/+4 |
| * | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 | 1 | -6/+3 |
| * | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | 1 | -12/+12 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -12/+12 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -2/+2 |
| * | Fix binary cursors broken by MOVE implementation. | Vadim B. Mikheev | 1997-10-27 | 1 | -9/+20 |
| * | MOVE implementation. | Vadim B. Mikheev | 1997-09-29 | 1 | -5/+7 |
| * | Fix up elog warning messages. | Thomas G. Lockhart | 1997-09-20 | 1 | -3/+3 |
| * | ALTER TABLE ADD COLUMN: set atthasdef to FALSE. | Vadim B. Mikheev | 1997-09-18 | 1 | -1/+2 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -2/+2 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -30/+30 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -401/+426 |
| * | Turn constraints off for sequences & views | Vadim B. Mikheev | 1997-08-22 | 1 | -2/+4 |
| * | Rename pg_attribute.attnvals to attdisbursion. | Bruce Momjian | 1997-08-21 | 1 | -2/+2 |
| * | Get rid of attproc, atttyparg, attcanindex, attdefrel, attbound | Vadim B. Mikheev | 1997-08-21 | 1 | -6/+1 |
| * | NOT NULL implementation (submitted by Robson Paniago de Miranda). | Vadim B. Mikheev | 1997-08-19 | 1 | -2/+7 |
| * | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | 1 | -9/+9 |
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 1 | -4/+4 |
| * | ALTER TABLE (text) fix | Bruce Momjian | 1997-01-02 | 1 | -4/+4 |