1. 01 Nov, 1997 1 commit
  2. 31 Oct, 1997 1 commit
  3. 30 Oct, 1997 31 commits
  4. 29 Oct, 1997 1 commit
  5. 28 Oct, 1997 3 commits
  6. 27 Oct, 1997 3 commits
    • Bruce Momjian's avatar
      New backend dirs html file. · ee08c36d
      Bruce Momjian authored
      ee08c36d
    • Bruce Momjian's avatar
      8cae12b1
    • Vadim B. Mikheev's avatar
      c.h: · 6855820e
      Vadim B. Mikheev authored
      #define StrNCpy(dst,src,len)    \
      	(strncpy((dst),(src),(len)),(len > 0) ? *((dst)+(len)-1)='\0' : \
      	NULL,(void)(dst))
      	     ^^^^^^ - to avoid "value computed is not used" from gcc
      	in ma-a-any places (should to fix thouse places instead, but ...
      	time)
      
      config.h.in:
      /*
       * TBL_FREE_CMD_MEMORY: free memory allocated for an user query inside
       * transaction block after this query is done.
       */
      #define TBL_FREE_CMD_MEMORY
      - this is default now.
      6855820e