1. 07 7月, 2000 1 次提交
  2. 05 7月, 2000 4 次提交
  3. 04 7月, 2000 2 次提交
  4. 02 7月, 2000 1 次提交
  5. 29 6月, 2000 1 次提交
    • P
      Makefile cleanup for interface tree. Now essentially with all the · 44f64dd3
      Peter Eisentraut 提交于
      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
  6. 27 6月, 2000 1 次提交
  7. 17 6月, 2000 1 次提交
  8. 15 6月, 2000 1 次提交
    • P
      Big warnings cleanup for Solaris/GCC. Down to about 40 now, but · 44d1abeb
      Peter Eisentraut 提交于
      we'll get there one day.
      
      Use `cat' to create aclocal.m4, not `aclocal'. Some people don't
      have automake installed.
      
      Only run the autoconf rule in the top-level GNUmakefile if the
      invoker specified `make configure', don't run it automatically
      because of CVS timestamp skew.
      44d1abeb
  9. 10 6月, 2000 1 次提交
  10. 09 6月, 2000 1 次提交
  11. 02 6月, 2000 1 次提交
  12. 29 5月, 2000 1 次提交
  13. 26 5月, 2000 1 次提交
  14. 20 5月, 2000 1 次提交
  15. 12 5月, 2000 1 次提交
  16. 06 5月, 2000 1 次提交
  17. 05 5月, 2000 2 次提交
  18. 14 4月, 2000 1 次提交
  19. 13 4月, 2000 1 次提交
  20. 04 4月, 2000 1 次提交
  21. 22 3月, 2000 2 次提交
  22. 19 3月, 2000 1 次提交
    • B
      it seems in the beta2 release DBUSERID in pg_dumpall is the _name_ of the · 52d02657
      Bruce Momjian 提交于
      user, so it doesn't need to be translated from the number to the name.
      
      also ``create database ...'' does not take numbers for the encoding, so
      the ENCODING variable does not need to be translated to a number, but left
      as the text representation.  a patch is supplied to make the changes i
      have found to work.  i was successful dumping and reloading my database
      after these changes.
      -
      
      John M. Flinchbaugh
      52d02657
  23. 08 3月, 2000 2 次提交
    • B
      I've made a diff against the 7.0beta1 tree that accomplishes several things: · f43ec05d
      Bruce Momjian 提交于
              1) adds NetBSD shared lib support on both ELF and a.out platforms
      
              2) replaces "-L$(LIBPQDIR) -lpq" with "$(LIBPQ)" defined in
                 Makefile.global.  This makes it much easier to build stuff in
                 the source tree after you've already installed the libraries.
      
              3) adds TEMPLATEDIR in Makefile.global that indicates where the
                 database templates are stored.  This separates the template files
                 from real libraries that are installed in $(LIBDIR).
              4) changes include order of <readline/readline.h> and <readline.h>.
                 The latest GNU readline installs its headers under a readline
                 subdirectory.
      
      In addition to applying the patch below the following files need to be copied:
      
              backend/port/dynloader:
                      bsd.h -> netbsd.h
                      bsd.c -> netbsd.c
              include/port:
                      bsd.h -> netbsd.h
              makefiles:
                      Makefile.bsd -> Makefile.netbsd
      
      It would be great to see this incorporated into the source tree before
      the 7.0 release is cut.
      
              Thanks!
      
           -- Johnny C. Lam <lamj@stat.cmu.edu>
      f43ec05d
    • B
      91124a2f
  24. 23 2月, 2000 1 次提交
    • B
      1. miscadmin.h needs to include sys/types.h for a definition of pid_t · c969e266
      Bruce Momjian 提交于
      2. Regression tests fail for types int2 and int4 (which can easily be
      fixed by adding entries to resultmap) aswell as float8 and geometry,
      where floating point numbers appear to be rounded a little differently
      than in your expected results (besides that I also need the positive
      zeros file). I'm including a patch for the first 2, but I don't know
      whether the latter two are actually a bug in postgres or a bug in the
      OS or even allowed difference. I'm including my results for reference.
      
      Rolf Grossmann
      c969e266
  25. 17 2月, 2000 1 次提交
  26. 08 2月, 2000 1 次提交
  27. 05 2月, 2000 1 次提交
  28. 02 2月, 2000 1 次提交
  29. 30 1月, 2000 1 次提交
    • P
      A few minor psql enhancements · 2b84cbb6
      Peter Eisentraut 提交于
      Initdb help correction
      Changed end/abort to commit/rollback and changed related notices
      Commented out way old printing functions in libpq
      Fixed a typo in alter table / alter column
      2b84cbb6
  30. 27 1月, 2000 1 次提交
  31. 26 1月, 2000 1 次提交
    • B
      Add: · 5c25d602
      Bruce Momjian 提交于
        * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
      
      to all files copyright Regents of Berkeley.  Man, that's a lot of files.
      5c25d602
  32. 25 1月, 2000 1 次提交
  33. 20 1月, 2000 1 次提交