1. 11 Jun, 2002 1 commit
    • Jan Wieck's avatar
      Katherine Ward wrote: · 469cb65a
      Jan Wieck authored
      > Changes to avoid collisions with WIN32 & MFC names...
      > 1.  Renamed:
      >       a.  PROC => PGPROC
      >       b.  GetUserName() => GetUserNameFromId()
      >       c.  GetCurrentTime() => GetCurrentDateTime()
      >       d.  IGNORE => IGNORE_DTF in include/utils/datetime.h & utils/adt/datetim
      >
      > 2.  Added _P to some lex/yacc tokens:
      >       CONST, CHAR, DELETE, FLOAT, GROUP, IN, OUT
      
      Jan
      469cb65a
  2. 28 Oct, 2001 1 commit
  3. 25 Oct, 2001 1 commit
  4. 30 Sep, 2001 1 commit
  5. 29 Sep, 2001 2 commits
    • Bruce Momjian's avatar
      Do this TODO item: · f7387474
      Bruce Momjian authored
      	* HOLDER/HOLDERTAB rename to PROCLOCK/PROCLOCKTAG (Tom)
      
      Didn't use PROCLOCKLINK because it made PROCLOCKLINKTAG too long.
      f7387474
    • Tom Lane's avatar
      Implement new 'lightweight lock manager' that's intermediate between · 499abb0c
      Tom Lane authored
      existing lock manager and spinlocks: it understands exclusive vs shared
      lock but has few other fancy features.  Replace most uses of spinlocks
      with lightweight locks.  All remaining uses of spinlocks have very short
      lock hold times (a few dozen instructions), so tweak spinlock backoff
      code to work efficiently given this assumption.  All per my proposal on
      pghackers 26-Sep-01.
      499abb0c
  6. 22 Mar, 2001 1 commit
  7. 25 Jan, 2001 2 commits