| Commit message (Expand) | Author | Age |
* | TOAST | Jan Wieck | 2000-07-03 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Cleanup | Bruce Momjian | 2000-05-22 |
* | I am attempting to integrate postgres (v 7.0) with an open source | Bruce Momjian | 2000-05-22 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane | 2000-01-31 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Added empty TOASTER files and corrected some minor glitches | Jan Wieck | 1999-12-21 |
* | Required catalog changes for extended LONG attribute storage. | Jan Wieck | 1999-12-20 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 |
* | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 |
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 |
* | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 |
* | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 |
* | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 |
* | The following uuencoded, gzip'd file will ... | Bruce Momjian | 1998-03-30 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 |
* | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 |
* | atttypmod now -1. | Bruce Momjian | 1998-02-07 |
* | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 |
* | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 |
* | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 |
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
* | Cleanup for array fix patch. | Bruce Momjian | 1997-09-10 |
* | Fix for arrays. | Bruce Momjian | 1997-09-10 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | CreateTupleDescCopy don't copy constraints now! | Vadim B. Mikheev | 1997-08-22 |
* | Name change cleanup. | Bruce Momjian | 1997-08-21 |
* | AttrConstr --> TupleConstr | Vadim B. Mikheev | 1997-08-21 |