| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 15 | -204/+205 |
| * | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 1 | -9/+6 |
| * | Add a check to prevent overwriting valid data if smgrnblocks() gives a | Tom Lane | 2006-09-25 | 1 | -4/+21 |
| * | Fix pg_locks view to call advisory locks advisory locks, while preserving | Tom Lane | 2006-09-22 | 2 | -3/+12 |
| * | Fix free space map to correctly track the total amount of FSM space needed | Tom Lane | 2006-09-21 | 1 | -34/+87 |
| * | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 | 3 | -20/+11 |
| * | Marginal cleanup in arrangements for ensuring StrategyHintVacuum is cleared | Tom Lane | 2006-09-17 | 1 | -4/+1 |
| * | Specify lo_write() to take a _const_ buffer, to match documentation. | Bruce Momjian | 2006-09-07 | 1 | -2/+2 |
| * | Arrange for GetSnapshotData to copy live-subtransaction XIDs from the | Tom Lane | 2006-09-03 | 1 | -10/+59 |
| * | Add a function GetLockConflicts() to lock.c to report xacts holding | Tom Lane | 2006-08-27 | 1 | -1/+99 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 1 | -2/+30 |
| * | Add some debug logging code to AllocateFile's failure path to log the | Tom Lane | 2006-08-24 | 1 | -1/+15 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -2/+7 |
| * | Now that we've rearranged relation open to get a lock before touching | Tom Lane | 2006-08-18 | 1 | -3/+18 |
| * | Put back another improperly-removed #include. | Tom Lane | 2006-08-07 | 1 | -1/+2 |
| * | Fix missing 'static' keywords --- some compilers gripe about this. | Tom Lane | 2006-08-04 | 1 | -3/+3 |
| * | Add support for loadable modules to allocated shared memory and | Bruce Momjian | 2006-08-01 | 3 | -10/+244 |
| * | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 | 3 | -62/+176 |
| * | Fix a couple of comments. | Tom Lane | 2006-07-30 | 1 | -6/+4 |
| * | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 | 2 | -13/+34 |
| * | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 | 2 | -2/+17 |
| * | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane | 2006-07-23 | 4 | -218/+274 |
| * | Fix oversight in sizing of shared buffer lookup hashtable. Because | Tom Lane | 2006-07-23 | 1 | -4/+11 |
| * | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 | 4 | -47/+148 |
| * | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane | 2006-07-22 | 2 | -32/+9 |
| * | Hmm, seems --disable-spinlocks has been broken for awhile and nobody | Tom Lane | 2006-07-22 | 1 | -3/+5 |
| * | Put back another not-so-unnecessary #include, per report from Hiroshi Saito. | Tom Lane | 2006-07-16 | 1 | -1/+2 |
| * | Put back some more not-so-unused-as-all-that #includes. This un-breaks | Tom Lane | 2006-07-15 | 1 | -1/+2 |
| * | Fix another passel of include-file breakage. Kris Jurka, Tom Lane | Tom Lane | 2006-07-14 | 2 | -2/+5 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 18 | -51/+18 |
| * | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane | 2006-07-14 | 4 | -9/+4 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 5 | -6/+14 |
| * | Add GUC update_process_title to control whether 'ps' display is updated | Bruce Momjian | 2006-06-27 | 1 | -11/+17 |
| * | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 | 1 | -33/+40 |
| * | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 | 2 | -38/+5 |
| * | Remove obsolete comment about VACUUM FULL: it takes buffer content locks | Tom Lane | 2006-06-08 | 1 | -6/+8 |
| * | Fix printf mask for SizeVfdCache | Bruce Momjian | 2006-05-30 | 1 | -2/+2 |
| * | Upon closer inspection, the sparc code in s_lock.c is dead code, and | Tom Lane | 2006-05-12 | 1 | -20/+1 |
| * | Remove unnecessary .seg/.section directives, per Alan Stange. | Tom Lane | 2006-05-11 | 1 | -10/+1 |
| * | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 | 1 | -1/+8 |
| * | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane | 2006-05-04 | 1 | -1/+4 |
| * | Fix s_lock_test to use tas.o file, if needed. | Bruce Momjian | 2006-04-28 | 1 | -2/+6 |
| * | Revise large-object access routines to avoid running with CurrentMemoryContext | Tom Lane | 2006-04-26 | 1 | -6/+21 |
| * | Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS) | Tom Lane | 2006-04-21 | 1 | -1/+58 |
| * | Make the world safe for full_page_writes. Allow XLOG records that try to | Tom Lane | 2006-04-14 | 1 | -1/+5 |
| * | Repair a low-probability race condition identified by Qingqing Zhou. | Tom Lane | 2006-04-14 | 3 | -49/+40 |
| * | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 | 3 | -115/+70 |
| * | Suppress attempts to report dropped tables to the stats collector from a | Tom Lane | 2006-03-30 | 1 | -3/+9 |
| * | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 | 1 | -3/+3 |
| * | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -5/+5 |