| Commit message (Expand) | Author | Age |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 |
* | Remove a few remaining vestiges of elog(WARN). | Tom Lane | 2000-12-15 |
* | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Remove NO_SECURITY define. | Bruce Momjian | 2000-10-16 |
* | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 |
* | Remove incorrect extra heap_close when deleting a builtin function. | Tom Lane | 2000-09-12 |
* | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 |
* | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 |
* | Miscellaneous cleanups of places that needed to account for new | Tom Lane | 2000-05-28 |
* | Change remove function warning for built-ins. | Bruce Momjian | 2000-05-18 |
* | Throw NOTICE on built-in function removal | Bruce Momjian | 2000-05-18 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | RemoveFunction didn't defend against too many args. | Tom Lane | 2000-01-12 |
* | Make number of args to a function configurable. | Bruce Momjian | 2000-01-10 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 |
* | Rename several destroy* functions/tags to drop*. | Bruce Momjian | 1999-12-10 |
* | 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 |
* | Hello. | Bruce Momjian | 1999-10-26 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
* | 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 |
* | 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 |
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
* | Change parameters to func_error(). | Thomas G. Lockhart | 1998-05-09 |
* | This patch... | Bruce Momjian | 1998-04-27 |
* | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 |
* | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 |
* | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 |
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 |
* | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian | 1997-11-28 |
* | Break parser functions into smaller files, group together. | Bruce Momjian | 1997-11-25 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
* | 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 |
* | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 |