| Commit message (Expand) | Author | Age |
* | Complete TODO item: | Bruce Momjian | 2002-07-19 |
* | Complete TODO item: | Bruce Momjian | 2002-07-18 |
* | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian | 2002-07-13 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Katherine Ward wrote: | Jan Wieck | 2002-06-11 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 |
* | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 |
* | Ensure that all direct uses of spinlock-protected data structures use | Tom Lane | 2001-12-28 |
* | Fix indenting for 'extern "C"' cases. | Bruce Momjian | 2001-11-08 |
* | The extra semaphore that proc.c now allocates for checkpoint processes | Tom Lane | 2001-11-06 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Make inclusion logic for sys/sem.h and sys/ipc.h consistent across all | Tom Lane | 2001-10-01 |
* | Back out change. Too many place to change too close to beta: | Bruce Momjian | 2001-09-30 |
* | Do this TODO item: | Bruce Momjian | 2001-09-29 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 |
* | Add an overall timeout on the client authentication cycle, so that | Tom Lane | 2001-09-21 |
* | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane | 2001-09-07 |
* | Fix code so that we recover cleanly if there are no free semaphores | Tom Lane | 2001-09-04 |
* | Clean up the lock state properly when aborting because of early deadlock | Tom Lane | 2001-09-04 |
* | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane | 2001-07-06 |
* | Tweak startup sequence so that running out of PROC array slots is | Tom Lane | 2001-06-16 |
* | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian | 2001-05-25 |
* | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 |
* | 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 |
* | Special case in ProcSleep() wasn't sufficiently general: must check to | Tom Lane | 2001-01-26 |
* | Re-implement deadlock detection and resolution, per design notes posted | Tom Lane | 2001-01-25 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Clean up lockmanager data structures some more, in preparation for planned | Tom Lane | 2001-01-22 |
* | Oops, I had managed to break query-cancel-while-waiting-for-lock. | Tom Lane | 2001-01-16 |
* | Rename fields of lock and lockholder structures to something a tad less | Tom Lane | 2001-01-16 |
* | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane | 2001-01-14 |
* | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane | 2001-01-12 |
* | Disable query cancel during HandleDeadLock(). | Hiroshi Inoue | 2001-01-09 |
* | Revise lock manager to support "session level" locks as well as "transaction | Tom Lane | 2000-12-22 |
* | Ensure that 'errno' is saved and restored by all signal handlers that | Tom Lane | 2000-12-18 |
* | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane | 2000-12-18 |
* | Tweak Darwin patch to get right include order. | Tom Lane | 2000-12-11 |
* | Darwin porting patches from Peter Bierman <bierman@apple.com> | Tom Lane | 2000-12-11 |
* | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane | 2000-11-28 |
* | The beos port in the source tree doesn't even compile. and even | Bruce Momjian | 2000-10-07 |
* | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian | 2000-10-03 |
* | Mop up from caddr_t -> Datum conversion to make things extra type safe | Peter Eisentraut | 2000-10-02 |
* | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut | 2000-10-02 |
* | Revert removal of signed, volatile, and signal handler arg type tests. | Peter Eisentraut | 2000-08-29 |
* | Remove configure tests for `signed', `volatile', and signal handler args; | Peter Eisentraut | 2000-08-27 |
* | Cancel request while waiting for a lock should try to wake | Hiroshi Inoue | 2000-07-31 |
* | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 |
* | Final #include cleanup. | Bruce Momjian | 2000-06-15 |