1. 26 4月, 1999 1 次提交
  2. 15 4月, 1999 1 次提交
  3. 15 3月, 1999 1 次提交
  4. 21 2月, 1999 1 次提交
    • M
      · 8c3e8a8a
      Marc G. Fournier 提交于
      From: Tatsuo Ishii <t-ishii@sra.co.jp>
      
      Ok. I made patches replacing all of "#if FALSE" or "#if 0" to "#ifdef
      NOT_USED" for current. I have tested these patches in that the
      postgres binaries are identical.
      8c3e8a8a
  5. 14 2月, 1999 1 次提交
  6. 21 1月, 1999 1 次提交
  7. 01 1月, 1999 1 次提交
    • T
      Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks · 4d56dbd6
      Thomas G. Lockhart 提交于
       to give HAVE_TM_ZONE priority. This fixes glibc2 machines and any other
       machine which passes both tests in configure.
      Repair HAVE_TM_ZONE code which stuffs tm structure with date type values.
       Same problems as were originally there before v6.1, but never noticed.
      Thanks to Oleg for nagging :)
      4d56dbd6
  8. 01 9月, 1998 1 次提交
  9. 19 8月, 1998 1 次提交
    • B
      heap_fetch requires buffer pointer, must be released; heap_getnext · 79715390
      Bruce Momjian 提交于
      no longer returns buffer pointer, can be gotten from scan;
      	descriptor; bootstrap can create multi-key indexes;
      pg_procname index now is multi-key index; oidint2, oidint4, oidname
      are gone (must be removed from regression tests); use System Cache
      rather than sequential scan in many places; heap_modifytuple no
      longer takes buffer parameter; remove unused buffer parameter in
      a few other functions; oid8 is not index-able; remove some use of
      single-character variable names; cleanup Buffer variables usage
      and scan descriptor looping; cleaned up allocation and freeing of
      tuples; 18k lines of diff;
      79715390
  10. 16 6月, 1998 1 次提交
  11. 26 2月, 1998 1 次提交
  12. 08 1月, 1998 1 次提交
  13. 06 1月, 1998 1 次提交
  14. 05 1月, 1998 1 次提交
  15. 24 12月, 1997 1 次提交
  16. 25 10月, 1997 1 次提交
  17. 09 9月, 1997 1 次提交
  18. 08 9月, 1997 1 次提交
  19. 07 9月, 1997 1 次提交
  20. 06 9月, 1997 1 次提交
  21. 28 8月, 1997 1 次提交
  22. 20 8月, 1997 1 次提交
  23. 01 7月, 1997 1 次提交
  24. 23 6月, 1997 1 次提交
  25. 03 6月, 1997 1 次提交
  26. 30 5月, 1997 1 次提交
  27. 16 5月, 1997 1 次提交
  28. 11 5月, 1997 1 次提交
  29. 17 4月, 1997 1 次提交
    • M
      From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at> · a1f229b1
      Marc G. Fournier 提交于
      Subject: [HACKERS] Patch: set date to euro/us postgres/iso/sql
      
        Here a patch that implements a SET date for use by the datetime
      stuff. The syntax is
      
              SET date TO 'val[,val,...]'
      
        where val is us (us dates), euro (european dates), postgres,
      iso or sql.
      
        Thomas is working on the integration in his datetime module.
      I just needed to get the patch out before it went stale :)
      a1f229b1
  30. 04 4月, 1997 1 次提交
  31. 03 4月, 1997 1 次提交
    • M
      From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> · 2ab34dfe
      Marc G. Fournier 提交于
      Subject: [HACKERS] More date time functions
      
      Here are some additional patches mostly related to the date and time
      data types. It includes some type conversion routines to move between
      the different date types and some other date manipulation routines such
      as date_part(units,datetime).
      
      I noticed Edmund Mergl et al's neat trick for getting function overloading
      for builtin functions, so started to use that for the date and time stuff.
      Later, if someone figures out how to get function overloading directly
      for internal C code, then we can move to that technique.
      
      These patches include documentation updates (don't faint!) for the built-in
      man page. Doesn't yet include mention of timestamp, since I don't know
      much about it and since it may change a bit to become a _real_ ANSI timestamp
      which would include parser support for the declaration syntax (what do you
      think, Dan?).
      
      The patches were developed on the 970330 release, but have been rebuilt
      off of the 970402 release. The first patch below is to get libpq to compile,
      on my Linux box, but is not related to the rest of the patches and you can
      choose not to apply that one at this time. Thanks in advance, scrappy!
      2ab34dfe
  32. 15 3月, 1997 1 次提交