| Commit message (Expand) | Author | Age | Files | Lines |
| * | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 | 1 | -3/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane | 2006-01-04 | 1 | -5/+7 |
| * | Divide the lock manager's shared state into 'partitions', so as to | Tom Lane | 2005-12-11 | 1 | -7/+11 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -8/+8 |
| * | Add infrastructure for making spins_per_delay variable depending on | Tom Lane | 2005-10-11 | 1 | -1/+3 |
| * | Print proper cause of statement cancel, user interaction or timeout. | Bruce Momjian | 2005-09-19 | 1 | -1/+3 |
| * | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 | 1 | -2/+2 |
| * | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 | 1 | -1/+2 |
| * | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -12/+13 |
| * | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 | 1 | -3/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Minor adjustments to improve the accuracy of our computation of required | Tom Lane | 2004-09-29 | 1 | -1/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -11/+12 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Introduce local hash table for lock state, as per recent proposal. | Tom Lane | 2004-08-27 | 1 | -4/+4 |
| * | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 | 1 | -1/+22 |
| * | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 | 1 | -3/+2 |
| * | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 | 1 | -2/+3 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 1 | -5/+4 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -2/+3 |
| * | Try to reduce confusion about what is a lock method identifier, a lock | Bruce Momjian | 2003-12-01 | 1 | -3/+3 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Background writer process | Jan Wieck | 2003-11-19 | 1 | -2/+7 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Rename 'holder' references to 'proclock' for PROCLOCK references, for | Bruce Momjian | 2003-02-18 | 1 | -2/+2 |
| * | Code review for statement_timeout patch. Fix some race conditions | Tom Lane | 2002-10-31 | 1 | -3/+3 |
| * | Add DLLIMPORT declarations needed by contrib modules. | Peter Eisentraut | 2002-10-21 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -3/+3 |
| * | Complete TODO item: | Bruce Momjian | 2002-07-19 | 1 | -4/+4 |
| * | Add SET statement_timeout capability. Timeout is in ms. A value of | Bruce Momjian | 2002-07-13 | 1 | -4/+5 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Katherine Ward wrote: | Jan Wieck | 2002-06-11 | 1 | -11/+11 |
| * | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 1 | -45/+4 |
| * | The extra semaphore that proc.c now allocates for checkpoint processes | Tom Lane | 2001-11-06 | 1 | -3/+5 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -7/+8 |
| * | Back out change. Too many place to change too close to beta: | Bruce Momjian | 2001-09-30 | 1 | -4/+4 |
| * | Do this TODO item: | Bruce Momjian | 2001-09-29 | 1 | -4/+4 |
| * | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | 1 | -25/+19 |
| * | Add an overall timeout on the client authentication cycle, so that | Tom Lane | 2001-09-21 | 1 | -1/+4 |
| * | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane | 2001-09-07 | 1 | -8/+18 |
| * | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane | 2001-07-06 | 1 | -1/+6 |
| * | Tweak startup sequence so that running out of PROC array slots is | Tom Lane | 2001-06-16 | 1 | -2/+1 |
| * | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian | 2001-05-25 | 1 | -4/+1 |
| * | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 | 1 | -1/+4 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -8/+9 |
| * | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane | 2001-02-26 | 1 | -1/+5 |
| * | Re-implement deadlock detection and resolution, per design notes posted | Tom Lane | 2001-01-25 | 1 | -11/+4 |