1. 26 Jun, 2007 1 commit
  2. 27 Sep, 2005 1 commit
  3. 13 Jan, 2005 1 commit
  4. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  5. 05 Sep, 2002 1 commit
    • Peter Eisentraut's avatar
      Assorted fixes for Cygwin: · 337da067
      Peter Eisentraut authored
      Eliminate the mysterious games that the Cygwin build plays with the linker
      flag variables.  DLLLIBS is gone, use SHLIB_LINK like everyone else.
      Detect cygipc in configure, after the linker flags are set up, otherwise
      configure might not work at all.
      
      Make sure everything is covered by make clean.
      
      Fix the build of the new conversion procedure modules.
      
      Add new DLLIMPORT markers where required.
      
      Finally, the compiler complains if we use an explicit
      -I/usr/local/include, so don't do that.  Curiously, -L/usr/local/lib is
      still necessary.
      337da067
  6. 30 Jul, 2002 1 commit
  7. 26 Oct, 2001 1 commit
  8. 09 Aug, 2001 1 commit
  9. 20 Oct, 2000 1 commit
  10. 31 Aug, 2000 1 commit
  11. 29 May, 2000 1 commit
  12. 28 Mar, 2000 1 commit
  13. 01 Mar, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Darren King <darrenk@insightdist.com> · 207acd86
      Marc G. Fournier authored
      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
  14. 28 Feb, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Darren King <darrenk@insightdist.com> · 5b3e78af
      Marc G. Fournier authored
      Seem to remember someone posting to one of the lists a while back
      that the tutorial code wouldn't compile and/or run.  Found four
      problems with it that will let it run.
      
      1. Tutorial makefile had a recursive use of DLOBJS.
      
      2. Some tutorial needed semi-colons added to many statements.
      
      3. Complex tutorial didn't clean up after itself.
      
      4. Advanced had a time-travel example.  Commented it out and
         put a line pointing the user to contrib/spi/README.
      5b3e78af
  15. 04 Jan, 1998 1 commit
  16. 05 Jan, 1997 1 commit
  17. 18 Nov, 1996 1 commit
  18. 13 Nov, 1996 1 commit
  19. 12 Nov, 1996 1 commit
  20. 09 Jul, 1996 1 commit