Age | Commit message (Expand) | Author |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-09-08 | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane |
2001-06-17 | Keep the list of to-be-NOTIFYed names in a plain List palloc'd in | Tom Lane |
2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2001-01-23 | Fix all the places that called heap_update() and heap_delete() without | Tom Lane |
2000-12-18 | Ensure that 'errno' is saved and restored by all signal handlers that | Tom Lane |
2000-11-28 | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane |
2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
2000-10-03 | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian |
2000-10-02 | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut |
2000-08-29 | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut |
2000-08-27 | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut |
2000-07-08 | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane |
2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
2000-06-07 | Re-order pg_listener index so it can later be used in an index scan. | Bruce Momjian |
2000-06-04 | New ps display code, works on more platforms. | Peter Eisentraut |
2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
2000-05-14 | Finally fix LISTEN problem. | Bruce Momjian |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-01-26 | Add: | Bruce Momjian |
1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
1999-11-24 | Rename heap_replace to heap_update. | Bruce Momjian |
1999-11-22 | Add system indexes to match all caches. | Bruce Momjian |
1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
1999-07-18 | configure cleanup | Bruce Momjian |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-07-16 | Final cleanup. | Bruce Momjian |
1999-07-16 | Update #include cleanups | Bruce Momjian |
1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-04-25 | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane |
1999-04-25 | Revise backend libpq interfaces so that messages to the frontend | Tom Lane |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1998-12-15 | Initial MVCC code. | Vadim B. Mikheev |
1998-11-27 | New HeapTuple structure/interface. | Vadim B. Mikheev |
1998-10-06 | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-08-30 | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
1998-08-19 | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian |
1998-07-27 | Use Snapshot in heap access methods. | Vadim B. Mikheev |
1998-07-09 | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier |
1998-06-27 | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian |
1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
1998-05-06 | What I've done: | Bruce Momjian |