1. 04 7月, 2000 1 次提交
  2. 02 6月, 2000 3 次提交
  3. 13 4月, 2000 1 次提交
  4. 20 3月, 2000 1 次提交
  5. 08 3月, 2000 1 次提交
    • B
      I've recently written to pgsql-ports about a problem with PG7.0 on NT · 8fa8f80c
      Bruce Momjian 提交于
      (Subj: [PORTS] initdb problem on NT with 7.0).  Since nobody helped me,
      I had to find out the reson.  The difference between NT and Linux (for
      instance) is that "open( path, O_RDWR );" opens a file in text mode.  So
      sometime less block can be read than required.
      
      I suggest a following patch.  BTW the situation appeared before, see
      hba.c, pqcomm.c and others.
      
      
      Alexei Zakharov
      8fa8f80c
  6. 15 2月, 2000 1 次提交
  7. 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
  8. 20 11月, 1999 1 次提交
  9. 25 10月, 1999 2 次提交
    • T
      Standardize on MAXPGPATH as the size of a file pathname buffer, · 51f62d50
      Tom Lane 提交于
      eliminating some wildly inconsistent coding in various parts of the
      system.  I set MAXPGPATH = 1024 in config.h.in.  If anyone is really
      convinced that there ought to be a configure-time test to set the
      value, go right ahead ... but I think it's a waste of time.
      51f62d50
    • T
      Add a notion of a 'catalog version number' that can indicate · eae456cd
      Tom Lane 提交于
      when an initdb-forcing change has been applied within a development cycle.
      PG_VERSION serves this purpose for official releases, but we can't bump
      the PG_VERSION number every time we make a change to the catalogs during
      development.  Instead, increase the catalog version number to warn other
      developers that you've made an incompatible change.  See my mail to
      pghackers for more info.
      eae456cd
  10. 16 10月, 1999 1 次提交
  11. 12 10月, 1999 1 次提交
  12. 07 10月, 1999 1 次提交
  13. 28 9月, 1999 1 次提交
  14. 27 9月, 1999 1 次提交