1. 18 Aug, 2006 1 commit
  2. 06 Apr, 2006 1 commit
  3. 03 Apr, 2006 1 commit
  4. 01 May, 2005 1 commit
  5. 06 Oct, 2004 1 commit
    • Bruce Momjian's avatar
      please find attached an alternate submission which addresses open item · 513e89b4
      Bruce Momjian authored
      "make pgxs install by default". It is up to the committers to chose.
      
      (1) there is only one "install" target. no more "install-all-headers".
          it simplifies/changes several makefiles.
      
      (2) the documentation reflects the change.
      
      (3) a minor fix on pgxs to use a nicer patch without a double slash.
      
      Fabien Coelho
      513e89b4
  6. 30 Jul, 2004 1 commit
  7. 13 Jun, 2004 1 commit
  8. 20 Apr, 2004 1 commit
    • PostgreSQL Daemon's avatar
      · 41fa9e9b
      PostgreSQL Daemon authored
      Remove all of the libpgtcl and pgtclsh files, including all references to
      them within the various makefiles
      
      with_tcl is still required for the src/pl/tcl language
      41fa9e9b
  9. 19 Jan, 2004 1 commit
  10. 28 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 738dc233
      PostgreSQL Daemon authored
      testing $PostgreSQL$ tag
      738dc233
  11. 13 Oct, 2003 1 commit
  12. 05 Aug, 2003 3 commits
    • PostgreSQL Daemon's avatar
      · 5b1b5f07
      PostgreSQL Daemon authored
      can't mix and match .gz and .bz2 in here ... won't build
      5b1b5f07
    • PostgreSQL Daemon's avatar
      · 1544c821
      PostgreSQL Daemon authored
      seeing if building bz2 distributions actually works ...
      1544c821
    • PostgreSQL Daemon's avatar
      · 56a84dc1
      PostgreSQL Daemon authored
      remove src/data from target list
      56a84dc1
  13. 01 Aug, 2003 1 commit
    • Marc G. Fournier's avatar
      · 4da1e06f
      Marc G. Fournier authored
      python needs to be removed from here
      4da1e06f
  14. 21 Oct, 2002 1 commit
  15. 06 Sep, 2002 1 commit
  16. 05 Sep, 2002 1 commit
    • Marc G. Fournier's avatar
      · 8834b8dd
      Marc G. Fournier authored
      remove pgaccess from GNUmakefile.in if we want the beta to build :)
      8834b8dd
  17. 30 Aug, 2002 1 commit
    • Marc G. Fournier's avatar
      · 9a0b4d7f
      Marc G. Fournier authored
      perl5 interface moved to gborg
      9a0b4d7f
  18. 22 Aug, 2002 2 commits
    • Marc G. Fournier's avatar
      · 5a303f87
      Marc G. Fournier authored
      Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbc
      project ...
      5a303f87
    • Marc G. Fournier's avatar
      · da4683fb
      Marc G. Fournier authored
      Okay, libpq++ is moved to GBorg, and all traces of it have been removed
      from the core repository ... I haven't *moved* the libpq++ files out of the
      tree, mainly as we want to keep them in place for past branches ...
      
      Peter, I think I've covered all the files I need, and re-ran autoconf to make
      sure the configure file is in place properly ...
      da4683fb
  19. 29 Mar, 2002 1 commit
  20. 21 Nov, 2001 4 commits
  21. 17 Sep, 2001 1 commit
  22. 08 Apr, 2001 1 commit
  23. 10 Feb, 2001 1 commit
    • Tom Lane's avatar
      Restructure the key include files per recent pghackers discussion: there · d08741ea
      Tom Lane authored
      are now separate files "postgres.h" and "postgres_fe.h", which are meant
      to be the primary include files for backend .c files and frontend .c files
      respectively.  By default, only include files meant for frontend use are
      installed into the installation include directory.  There is a new make
      target 'make install-all-headers' that adds the whole content of the
      src/include tree to the installed fileset, for use by people who want to
      develop server-side code without keeping the complete source tree on hand.
      Cleaned up a whole lot of crufty and inconsistent header inclusions.
      d08741ea
  24. 06 Jan, 2001 1 commit
  25. 04 Dec, 2000 1 commit
  26. 02 Oct, 2000 1 commit
  27. 29 Sep, 2000 1 commit
  28. 21 Sep, 2000 1 commit
  29. 31 Aug, 2000 1 commit
  30. 20 Aug, 2000 1 commit
  31. 19 Jul, 2000 1 commit
    • Peter Eisentraut's avatar
      Add distprep target to take some of the job of the release_prep script. · 32163099
      Peter Eisentraut authored
      The latter updated accordingly. Also add `dist' and `distcheck' targets
      to play with, but caveat packager.
      
      Updated backend/bootstrap and backend/parser makefile to make them
      marginally builddir aware and fix the usual set of things.
      
      Add rule to automatically remake config.h dependent on config.h.in and
      config.status. (Adopted from Autoconf manual and about every other
      package.) On a good day we should now have a complete and accurate set
      of dependencies throughout everything.
      32163099
  32. 17 Jul, 2000 1 commit
  33. 16 Jul, 2000 1 commit
  34. 28 Jun, 2000 1 commit
    • Peter Eisentraut's avatar
      Makefile cleanup for interface tree. Now essentially with all the · 44f64dd3
      Peter Eisentraut authored
      standard targets and behaviour. Replaced Makefile.in's with
      Makefile's and declared the respective variables in Makefile.global.
      
      maintainer-clean target now available at top level, although it does
      not work in the backend tree yet.
      
      Cleanup pass over Makefile.shlib, renamed some targets and variables.
      The shared library symlink tests are now done by make, not the shell.
      
      ecpg: Remove one warning in sloppy flex output.
      
      PL/Perl and Perl interface: the MakeMaker documentation is confusing,
      the realclean target *does* "delete derived files", but it also
      uninstalls them. Don't use that.
      
      The submake targets in the various bin directories that update libpq
      should `make all', not `make libpq.a'. That is a) unportable, and
      b) doesn't build the shared library.
      44f64dd3