summaryrefslogtreecommitdiff
path: root/src/backend/storage
AgeCommit message (Expand)Author
2002-08-31Code review for pg_locks feature. Make shmemoffset of PROCLOCK structsTom Lane
2002-08-29This patch reserves the last superuser_reserved_connections slots forBruce Momjian
2002-08-27This patches replaces a few more usages of strcpy() and sprintf() whenBruce Momjian
2002-08-25Clean up comments to be careful about the distinction between variable-Tom Lane
2002-08-17[ Newest version of patch applied.]Bruce Momjian
2002-08-15Tom Lane wrote:Bruce Momjian
2002-08-11Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane
2002-08-10Fix failure to relink postmaster executable in the first make run if only aPeter Eisentraut
2002-08-06Still more paranoia in PageAddItem: disallow specification of an itemTom Lane
2002-08-06Restructure local-buffer handling per recent pghackers discussion.Tom Lane
2002-08-05Restructure system-catalog index updating logic. Instead of havingTom Lane
2002-08-01* -Remove LockMethodTable.prio field, not used (Bruce)Bruce Momjian
2002-07-19Complete TODO item:Bruce Momjian
2002-07-18Complete TODO item:Bruce Momjian
2002-07-13Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian
2002-07-02There already was a macro PageGetItemId; this is now used in (almost)Bruce Momjian
2002-07-02Minor code cleanup in bufmgr.c and bufmgr.h, mainly by moving repeatedBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-15WriteBuffer return value:Bruce Momjian
2002-06-15Remove some pre-WAL relics:Bruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-05-03Fix obsolete comments.Tom Lane
2002-05-02Fix backslash-n typo, per Joe Conway.Tom Lane
2002-04-15The patch I sent to -patches a little while ago wasn't applied: itBruce Momjian
2002-04-15The attached patch corrects an inaccuracy in src/backend/catalog/READMEBruce Momjian
2002-04-13Patch against 7.2.1 sources. Uses Solaris Intimate Shared MemoryBruce Momjian
2002-04-05Looks like a small patch is needed as well to do the right thing on Linux.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-02Some kibitzing about appropriate elog levels for sinval messages.Tom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-02-10Don't Assert() that fsync() and close() never fail; I have seen thisTom Lane
2002-01-30Add cast to suppress gcc warning on Darwin platform.Tom Lane
2002-01-24Fix logic error in insert_fsm_page_entry: because compact_fsm_page_listTom Lane
2002-01-15Add more sanity-checking to PageAddItem and PageIndexTupleDelete,Tom Lane
2002-01-07Tweak LWLock algorithms so that an awakened waiter for a lock is notTom Lane
2001-12-29Oops, only wanted datetime.c changes in there. lock stuff reversed out.Bruce Momjian
2001-12-29Fix newly introduced datetime.c compile failure; not enough parens.Bruce Momjian
2001-12-28Improve LOCK_DEBUG logging code for LWLocks.Tom Lane
2001-12-28Ensure that all direct uses of spinlock-protected data structures useTom Lane
2001-12-10Declare LWLock pointers as volatile to prevent AIX compiler fromTom Lane
2001-11-10Clean up usage-statistics display code (ShowUsage and friends). StatFpTom Lane
2001-11-08Fix indenting for 'extern "C"' cases.Bruce Momjian
2001-11-08Add casts to suppress compiler warnings observed on Darwin platformTom Lane
2001-11-06The extra semaphore that proc.c now allocates for checkpoint processesTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-05Remove ill-considered Assert.Tom Lane