| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up usage-statistics display code (ShowUsage and friends). StatFp | Tom Lane | 2001-11-10 | 1 | -2/+2 |
* | 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 | 28 | -61/+61 |
* | Merge three existing ways of signaling postmaster from child processes, | Tom Lane | 2001-11-04 | 1 | -0/+39 |
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 28 | -47/+74 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 28 | -113/+91 |
* | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane | 2001-10-05 | 1 | -3/+3 |
* | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane | 2001-10-01 | 3 | -12/+11 |
* | Create a GUC parameter max_files_per_process that is a configurable | Tom Lane | 2001-09-30 | 1 | -1/+6 |
* | Back out change. Too many place to change too close to beta: | Bruce Momjian | 2001-09-30 | 2 | -21/+21 |
* | Do this TODO item: | Bruce Momjian | 2001-09-29 | 2 | -21/+21 |
* | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane | 2001-09-29 | 11 | -186/+197 |
* | Remove useless LockDisable() function and associated overhead, per my | Tom Lane | 2001-09-27 | 1 | -3/+1 |
* | Treat __s390x__ the same as __s390__. (taken from RPM patch set) | Peter Eisentraut | 2001-09-24 | 1 | -2/+2 |
* | 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 | 2 | -11/+19 |
* | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane | 2001-08-26 | 1 | -2/+2 |
* | Replace implementation of pg_log as a relation accessed through the | Tom Lane | 2001-08-25 | 1 | -5/+1 |
* | Add SHARE UPDATE EXCLUSIVE lock mode, coming soon to a VACUUM near you. | Tom Lane | 2001-07-09 | 2 | -10/+11 |
* | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane | 2001-07-06 | 4 | -45/+43 |
* | First non-stub implementation of shared free space map. It's not super | Tom Lane | 2001-07-02 | 2 | -2/+5 |
* | Further work on connecting the free space map (which is still just a | Tom Lane | 2001-06-29 | 1 | -3/+3 |
* | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane | 2001-06-27 | 4 | -22/+66 |
* | Remove another unused include file with obsolete, useless, | Tom Lane | 2001-06-27 | 1 | -32/+0 |
* | Add support to lock manager for conditionally locking a lock (ie, | Tom Lane | 2001-06-22 | 2 | -8/+14 |
* | Remove unused include file for long-dead flavors of locking. | Tom Lane | 2001-06-21 | 1 | -82/+0 |
* | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane | 2001-06-19 | 2 | -20/+59 |
* | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian | 2001-06-18 | 1 | -2/+2 |
* | Tweak startup sequence so that running out of PROC array slots is | Tom Lane | 2001-06-16 | 1 | -2/+1 |
* | Move temporary files into 'pg_tempfiles' subdirectory of each database | Tom Lane | 2001-06-11 | 1 | -1/+2 |
* | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane | 2001-06-09 | 2 | -17/+10 |
* | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian | 2001-05-25 | 2 | -7/+2 |
* | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian | 2001-05-25 | 2 | -2/+7 |
* | I haven't tried building postgres with the Watcom compiler for 7.1 because | Bruce Momjian | 2001-05-24 | 1 | -13/+13 |
* | Small include file fix for pg_variabie.h | Bruce Momjian | 2001-05-14 | 1 | -4/+4 |
* | Modify RelationGetBufferForTuple() so that we only do lseek and lock | Tom Lane | 2001-05-12 | 1 | -2/+2 |
* | Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was | Tom Lane | 2001-05-10 | 1 | -4/+5 |
* | Suppress compiler warnings in Vax and NS32K assembly code: 'register foo' | Tom Lane | 2001-04-13 | 1 | -5/+5 |
* | Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData | Tom Lane | 2001-03-30 | 1 | -3/+17 |
* | Re-order declarations to un-break the non-HAS_TEST_AND_SET case. | Tom Lane | 2001-03-25 | 1 | -8/+11 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 15 | -81/+91 |
* | XLOG (and related) changes: | Tom Lane | 2001-03-13 | 1 | -1/+3 |
* | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom Lane | 2001-02-26 | 2 | -3/+7 |
* | Update comments on locks. | Bruce Momjian | 2001-02-23 | 1 | -1/+9 |
* | Bruce Momjian <pgman@candle.pha.pa.us> writes: | Bruce Momjian | 2001-02-23 | 1 | -3/+4 |
* | More comment improvements. | Bruce Momjian | 2001-02-22 | 2 | -8/+9 |
* | Change /*---- commants to /* where appropriate. pgindent will tighten | Bruce Momjian | 2001-02-22 | 1 | -3/+3 |
* | Comment improvements. | Bruce Momjian | 2001-02-21 | 1 | -2/+2 |
* | Change s_lock to not use any zero-delay select() calls; these are just a | Tom Lane | 2001-02-18 | 2 | -9/+11 |
* | Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gcc | Tom Lane | 2001-02-16 | 1 | -3/+5 |