1. 10 10月, 2002 3 次提交
    • B
      Update IN/EXISTS item. · 52f6918c
      Bruce Momjian 提交于
      52f6918c
    • B
      set.patch updates an example in ref/set.sgml to have microsecond · 5aa7849e
      Bruce Momjian 提交于
      precision.
      
      vacuum.patch updates ref/vacuum.sgml to explicitly state that an
      exclusive lock is not obtained during normal (non-FULL) vacuum.
      
        Rod Taylor
      5aa7849e
    • B
      > > > > and mb conversions (pg_ascii2mic and pg_mic2ascii not · 33a6b67b
      Bruce Momjian 提交于
      > > > > found in the postmaster and not included from elsewhere)
      > >
      > > shared libs on AIX need to be able to resolve all symbols at linkage time.
      > > Those two symbols are in backend/utils/SUBSYS.o but not in the postgres
      > > executable.
      >
      > They are defined in backend/utils/mb/conv.c and declared in
      > include/mb/pg_wchar.h.  They're also linked into the
      > postmaster.  I don't see anything unusual.
      
      Attached is a patch to fix the mb linking problems on AIX. As a nice side effect
      
      it reduces the duplicate symbol warnings to linking libpq.so and libecpg.so
      (all shlibs that are not postmaster loadable modules).
      
      Please apply to current (only affects AIX).
      
      The _LARGE_FILES problem is unfortunately still open, unless Peter
      has fixed it per his recent idea.
      
      Zeugswetter Andreas SB SD
      33a6b67b
  2. 09 10月, 2002 2 次提交
  3. 06 10月, 2002 3 次提交
  4. 05 10月, 2002 5 次提交
  5. 04 10月, 2002 5 次提交
    • B
      Add: · 53c5edac
      Bruce Momjian 提交于
      > * Add floor(float8) and other missing functions
      53c5edac
    • B
      Add auto-vacuum emails. · eb978845
      Bruce Momjian 提交于
      eb978845
    • B
      Add: · 2609ccc3
      Bruce Momjian 提交于
      < * Provide automatic running of vacuum in the background (Tom)
      > * Provide automatic running of vacuum in the background (Tom) [vacuum]
      2609ccc3
    • B
      Add: · fb0b0a25
      Bruce Momjian 提交于
      > * Check GUC geqo_threshold to see if it is still accurate
      fb0b0a25
    • B
      Add: · 50869ef8
      Bruce Momjian 提交于
      > * Add schema, cast, and conversion backslash commands to psql
      50869ef8
  6. 03 10月, 2002 3 次提交
  7. 01 10月, 2002 3 次提交
  8. 27 9月, 2002 1 次提交
  9. 26 9月, 2002 2 次提交
  10. 25 9月, 2002 4 次提交
  11. 24 9月, 2002 2 次提交
  12. 23 9月, 2002 7 次提交