| Commit message (Expand) | Author | Age |
* | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian | 2000-07-02 |
* | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut | 2000-06-30 |
* | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut | 2000-01-22 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 |
* | Rename heap_replace to heap_update. | Bruce Momjian | 1999-11-24 |
* | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue | 1999-10-11 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | heapam.h uses type time_t, but didn't include <time.h>. | Tom Lane | 1999-07-10 |
* | 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 |
* | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 |
* | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 |
* | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 |
* | 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 |
* | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 |
* | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 |
* | Make new DISABLE_COMPLEX_MACRO for compilers that can't handle our | Bruce Momjian | 1998-06-14 |
* | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier | 1998-03-01 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Update now that attcacheoff initial value is -1 always. | Bruce Momjian | 1998-02-06 |
* | Reduce size of inlining. | Bruce Momjian | 1998-02-01 |
* | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 |
* | dummyret cleanup | Bruce Momjian | 1998-01-27 |
* | Deadlock ceallnup. | Bruce Momjian | 1998-01-27 |
* | Somehow the 'comment' here got messed up | Marc G. Fournier | 1998-01-25 |
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 |
* | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 |
* | No more warnings on macros, thanks VAdim. | Bruce Momjian | 1997-10-30 |
* | Add mention of heap_getattr() compiler warning. | Bruce Momjian | 1997-09-14 |
* | Fix heap_getattr bug I just added. | Bruce Momjian | 1997-09-12 |
* | Macro cleanup of heap_getattr. | Bruce Momjian | 1997-09-12 |
* | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 |
* | 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 |
* | Fix conditional casting. | Bruce Momjian | 1997-09-04 |
* | heap_getattr fix for aix. | Bruce Momjian | 1997-08-29 |
* | heap_delete returns int now (for non-functional deletes). | Vadim B. Mikheev | 1997-08-27 |
* | Inlined heap_getattr(). | Bruce Momjian | 1997-08-26 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 |