Skip to content
Snippets Groups Projects
  1. Sep 20, 2010
  2. Jun 11, 2009
  3. May 17, 2008
    • Andrew Dunstan's avatar
      Add $PostgreSQL$ markers to a lot of files that were missing them. · 53972b46
      Andrew Dunstan authored
      This particular batch was just for *.c and *.h file.
      
      The changes were made with the following 2 commands:
      
      find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \) -prune \) -o  \( -name '*.[ch]'  \) \( -exec grep -q '\$PostgreSQL' {} \; -o -print \) | while read file ; do head -n 1 < $file | grep -q '^/\*' && echo $file; done | xargs -l sed -i -e '1s/^\// /' -e '1i/*\n * $PostgreSQL:$ \n *'
      
      find . \( \( -name 'libstemmer' -o -name 'expected' -o -name 'ppport.h' \) -prune \) -o  \( -name '*.[ch]'  \) \( -exec grep -q '\$PostgreSQL' {} \; -o -print \) | xargs -l sed -i -e '1i/*\n * $PostgreSQL:$ \n */'
      53972b46
  4. May 31, 2006
  5. Aug 29, 2004
  6. May 28, 2004
  7. Feb 19, 2003
  8. Sep 04, 2002
  9. Feb 22, 2002
    • Bruce Momjian's avatar
      · 60555bd4
      Bruce Momjian authored
      Please, apply attached patch of contrib/btree_gist to 7.2.1 and current
      cvs.
      The patch fixes memory leak during creation GiST index on timestamp
      column.
      
      Thank you.
      
      --
      Teodor Sigaev
      teodor@stack.net
      60555bd4
  10. Nov 05, 2001
  11. Oct 28, 2001
  12. Oct 25, 2001
  13. Aug 23, 2001
  14. Aug 22, 2001
Loading