1. 08 May, 1997 1 commit
  2. 26 Apr, 1997 1 commit
  3. 15 Apr, 1997 2 commits
  4. 12 Apr, 1997 1 commit
  5. 04 Apr, 1997 3 commits
    • Marc G. Fournier's avatar
      Move YACC and YFLAGS into the template files · eda9d69d
      Marc G. Fournier authored
      Clean up the .sample files...comment out all sample entries except for
      the localhost one
      eda9d69d
    • Marc G. Fournier's avatar
      This commit represents a clean compile with the new templates under · c7b40e60
      Marc G. Fournier authored
      FreeBSD
      
      The Makefile(s) have all been cleaned up such that there is a single
      LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE.  The Makefile(s)
      should be alot more straightforward then they were before...and
      consistent
      c7b40e60
    • Marc G. Fournier's avatar
      One helluva mess. · f2eb14ad
      Marc G. Fournier authored
      	Further extended Makefile.global/build/configure so that we can
      have a 'template' file for each OS (and each version of OS, as in BSDi)
      which is used as much as possible to generate Makefile.global
      
      	Any future ports should look at using the template file as a basis,
      before moving over to Makefile.global.
      
      	This will most probably break alot of the ports, atho I've tried to
      be very neat about it...
      f2eb14ad
  6. 03 Apr, 1997 1 commit
  7. 02 Apr, 1997 1 commit
    • Marc G. Fournier's avatar
      From: Oleg Bartunov <oleg@sai.msu.su> · 5b1311ac
      Marc G. Fournier authored
      Subject: [HACKERS] locale patches !
      
      Hi there,
      
      here are little patches to get Postgres 6.1 works with locale stuff.
      This is a patch against 970402.tar.gz, there are no problem to apply them
      by hand to 6.0 release. Collate stuff tested about 1-2 months in real
      working database but I'm sure there must be no problem. US hackers
      could vote against locale implementation ( locale for sure will affect to
      speed of postgres ), so I introduce variable USE_LOCALE which
      controls locale stuff. Non-US users now could use ~* operator
      for searching and <order by> for strings with nation alphabet.
      Please, don't forget, as I did first time, to set environment variable
      LC_CTYPE and LC_COLLATE because backend get locale information from them.
      I start postmaster from a little script, assuming that shell is Bash shell
      it looks like:
      
      #!/bin/sh
      
      export LC_CTYPE=koi8-r
      export LC_COLLATE=koi8-r
      postmaster -B 1024 -S -D/usr/local/pgsql/data/ -o '-Fe'
      5b1311ac
  8. 26 Mar, 1997 1 commit
  9. 25 Mar, 1997 1 commit
  10. 06 Mar, 1997 1 commit
  11. 12 Feb, 1997 1 commit
  12. 08 Feb, 1997 1 commit
  13. 06 Feb, 1997 1 commit
  14. 05 Feb, 1997 1 commit
  15. 04 Feb, 1997 1 commit
  16. 28 Jan, 1997 2 commits
  17. 26 Jan, 1997 1 commit
  18. 25 Jan, 1997 3 commits
  19. 24 Jan, 1997 2 commits
  20. 19 Jan, 1997 1 commit
  21. 18 Jan, 1997 1 commit
  22. 14 Jan, 1997 5 commits
  23. 13 Jan, 1997 3 commits
  24. 10 Jan, 1997 2 commits
  25. 08 Jan, 1997 1 commit
  26. 06 Jan, 1997 1 commit