1. 27 Sep, 2004 4 commits
    • Neil Conway's avatar
      A few minor list-related cleanups: · 64a60590
      Neil Conway authored
      (1) Replace while loop with the new forboth() construct in
      parser/analyze.c
      
      (2) Replace lcons() with lappend() in SearchCatCacheList(). Since these
      now have the same performance, there is no reason to prefer lcons() in
      this case, and using lappend() leads to cleaner code.
      
      (3) Improve the name of the second parameter to for_each_cell()
      64a60590
    • Neil Conway's avatar
      Code cleanup: don't bother casting the argument to pfree() to void * · 0ed07d49
      Neil Conway authored
      from another pointer type. Per C89, this is unnecessary, and it is common
      practice throughout the rest of the tree anyway.
      0ed07d49
    • PostgreSQL Daemon's avatar
      · 93371ed3
      PostgreSQL Daemon authored
      update for beta3, and update Copyright date to 2004
      93371ed3
    • Tom Lane's avatar
      Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings, · ae8f7313
      Tom Lane authored
      and hopefully improve code clarity while at it.  One intentional
      semantics change: a backslashed space will not be treated as removable
      trailing whitespace, as the prior coding would do.  ISTM that if it
      wouldn't be considered removable leading whitespace, it shouldn't be
      stripped at the end either.
      ae8f7313
  2. 26 Sep, 2004 7 commits
  3. 24 Sep, 2004 11 commits
  4. 23 Sep, 2004 9 commits
  5. 22 Sep, 2004 6 commits
  6. 21 Sep, 2004 2 commits
  7. 20 Sep, 2004 1 commit