| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
* | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -6/+7 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -5/+6 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 | 1 | -16/+16 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -5/+5 |
* | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 1 | -3/+7 |
* | Async_NotifyHandler must save and restore ImmediateInterruptOK. Fixes | Tom Lane | 2003-02-18 | 1 | -1/+18 |
* | Fix for rare race-condition-like failure: if a backend receives SIGUSR2 | Tom Lane | 2002-09-16 | 1 | -1/+5 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
* | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 | 1 | -5/+5 |
* | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 | 1 | -25/+4 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 1 | -2/+2 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -11/+11 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 1 | -1/+2 |
* | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -17/+17 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -34/+31 |
* | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane | 2001-09-08 | 1 | -3/+2 |
* | Keep the list of to-be-NOTIFYed names in a plain List palloc'd in | Tom Lane | 2001-06-17 | 1 | -66/+42 |
* | Clean up various to-do items associated with system indexes: | Tom Lane | 2001-06-12 | 1 | -107/+120 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -5/+5 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
* | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 | 1 | -6/+8 |
* | Ensure that 'errno' is saved and restored by all signal handlers that | Tom Lane | 2000-12-18 | 1 | -1/+4 |
* | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 | 1 | -6/+5 |
* | Put external declarations into header files. | Peter Eisentraut | 2000-11-21 | 1 | -1/+2 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -17/+18 |
* | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 | 1 | -2/+1 |
* | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 | 1 | -5/+5 |
* | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut | 2000-08-29 | 1 | -2/+2 |
* | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | 2000-08-27 | 1 | -2/+2 |
* | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 | 1 | -1/+2 |
* | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -4/+1 |
* | Re-order pg_listener index so it can later be used in an index scan. | Bruce Momjian | 2000-06-07 | 1 | -24/+9 |
* | New ps display code, works on more platforms. | Peter Eisentraut | 2000-06-04 | 1 | -3/+3 |
* | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut | 2000-05-31 | 1 | -20/+44 |
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -1/+2 |
* | Finally fix LISTEN problem. | Bruce Momjian | 2000-05-14 | 1 | -1/+10 |
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -7/+10 |
* | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
* | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -2/+2 |
* | Rename heap_replace to heap_update. | Bruce Momjian | 1999-11-24 | 1 | -3/+3 |
* | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -3/+18 |
* | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -55/+38 |
* | configure cleanup | Bruce Momjian | 1999-07-18 | 1 | -3/+1 |
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
* | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -3/+3 |
* | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -3/+3 |