| Commit message (Expand) | Author | Age |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Revert SIGUSR1 multiplexing patch, per Tom's objection. | Heikki Linnakangas | 2008-12-09 |
* | Provide support for multiplexing SIGUSR1 signal. The upcoming synchronous | Heikki Linnakangas | 2008-12-09 |
* | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane | 2008-11-02 |
* | Revert addition of pg_terminate_backend() because of race conditions. | Bruce Momjian | 2008-04-15 |
* | Add pg_terminate_backend() to allow terminating only a single session. | Bruce Momjian | 2008-04-15 |
* | Change StatementCancelHandler() to check the DoingCommandRead flag to decide | Tom Lane | 2008-01-26 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera | 2007-10-24 |
* | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane | 2007-09-05 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | Add a multi-worker capability to autovacuum. This allows multiple worker | Alvaro Herrera | 2007-04-16 |
* | Remove the CheckpointStartLock in favor of having backends show whether they | Tom Lane | 2007-04-03 |
* | Cleanup the bootstrap code a little, and rename "dummy procs" in the code | Alvaro Herrera | 2007-03-07 |
* | Add GUC log_lock_waits to log long wait times. | Bruce Momjian | 2007-03-03 |
* | Restructure autovacuum in two processes: a dummy process, which runs | Alvaro Herrera | 2007-02-15 |
* | Arrange for autovacuum to be killed when another operation wants to be alone | Alvaro Herrera | 2007-01-16 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Rearrange backend startup sequence so that ShmemIndexLock can become | Tom Lane | 2006-01-04 |
* | Divide the lock manager's shared state into 'partitions', so as to | Tom Lane | 2005-12-11 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add infrastructure for making spins_per_delay variable depending on | Tom Lane | 2005-10-11 |
* | Print proper cause of statement cancel, user interaction or timeout. | Bruce Momjian | 2005-09-19 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 |
* | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 |
* | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane | 2005-05-19 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Minor adjustments to improve the accuracy of our computation of required | Tom Lane | 2004-09-29 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Introduce local hash table for lock state, as per recent proposal. | Tom Lane | 2004-08-27 |
* | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 |
* | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 |
* | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Try to reduce confusion about what is a lock method identifier, a lock | Bruce Momjian | 2003-12-01 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Background writer process | Jan Wieck | 2003-11-19 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | Rename 'holder' references to 'proclock' for PROCLOCK references, for | Bruce Momjian | 2003-02-18 |
* | Code review for statement_timeout patch. Fix some race conditions | Tom Lane | 2002-10-31 |
* | Add DLLIMPORT declarations needed by contrib modules. | Peter Eisentraut | 2002-10-21 |