1. 17 5月, 2008 1 次提交
    • A
      Add $PostgreSQL$ markers to a lot of files that were missing them. · 53972b46
      Andrew Dunstan 提交于
      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
  2. 31 5月, 2006 1 次提交
  3. 29 8月, 2004 1 次提交
  4. 22 10月, 2003 1 次提交
  5. 04 8月, 2003 1 次提交
  6. 28 7月, 2003 1 次提交
  7. 22 8月, 2002 1 次提交
  8. 06 11月, 2001 1 次提交
  9. 25 10月, 2001 1 次提交
  10. 18 7月, 1999 1 次提交
  11. 15 7月, 1999 1 次提交
  12. 01 9月, 1998 1 次提交
  13. 01 3月, 1998 2 次提交
    • M
      From: Darren King <darrenk@insightdist.com> · 207acd86
      Marc G. Fournier 提交于
      1. Make 'all' works without complaint.  Don't have to add the .exp
         files to the files list.  They are made automagically when
         making the respective shared lib file.
      
         Only port that actually uses EXPSUFF (from makefiles/Makefile.*)
         is Aix, so if this breaks anybody else, let me know, asap.
      
      2. Make 'clean' actually cleans up correctly.  Previously, it would
         leave the .o files in C-code directory.
      
      3. Changed references to reflect new location of .c files.
      
      4. Added DELETE statements to complex.source so that it tidies up
         when done.  Previously, it would leave things in pg_amop,
         pg_amproc and pg_opclass.  Only possible to do this with the
         new SUBSELECT code in 6.3.  Nice work, fellas...
      
         Not deleting the index entries would cause a non-fatal error if
         complex.sql was run again on the same database.  Much tidier now.
      
      5. Corrected the README.  obj directory hasn't existed since Bryan
         redid the make way back when.  Also changed the snipet from psql
         to match the current version. POSTGRES95?!?  I don't think so. :)
      207acd86
    • M
      f3f77126
  14. 26 2月, 1998 1 次提交
  15. 08 1月, 1998 1 次提交
  16. 05 1月, 1998 1 次提交
  17. 08 9月, 1997 1 次提交
  18. 07 9月, 1997 1 次提交
  19. 06 1月, 1997 1 次提交
  20. 28 12月, 1996 1 次提交
  21. 09 7月, 1996 1 次提交