| Commit message (Expand) | Author | Age |
* | Provide an upgrade strategy for dump files containing functions declared | Tom Lane | 2002-09-21 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Remove obsolete uses of lanispl. Only used in pg_dump now, but can be | Peter Eisentraut | 2002-08-13 |
* | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 |
* | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 |
* | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 |
* | Add more dependency insertions --- this completes the basic pg_depend | Tom Lane | 2002-07-16 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Add optional "validator" function to languages that can validate the | Peter Eisentraut | 2002-05-22 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 |
* | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 |
* | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 |
* | Allow a non-superuser database owner to vacuum all tables in his | Tom Lane | 2001-06-13 |
* | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 |
* | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane | 2000-12-03 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
* | 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 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 |
* | 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 |
* | 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 |
* | 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 |
* | This patch... | Bruce Momjian | 1998-04-27 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 |
* | 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 |
* | Fix tolower loops to go in proper direction for cache. | Bruce Momjian | 1997-12-05 |
* | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 |
* | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev | 1997-10-28 |