1. 10 6月, 1998 1 次提交
  2. 09 6月, 1998 1 次提交
  3. 30 5月, 1998 1 次提交
  4. 20 5月, 1998 1 次提交
  5. 06 4月, 1998 1 次提交
  6. 05 4月, 1998 1 次提交
  7. 26 2月, 1998 1 次提交
  8. 25 1月, 1998 1 次提交
  9. 05 12月, 1997 1 次提交
  10. 07 11月, 1997 1 次提交
  11. 18 9月, 1997 2 次提交
  12. 09 9月, 1997 1 次提交
  13. 08 9月, 1997 1 次提交
  14. 07 9月, 1997 1 次提交
  15. 20 8月, 1997 1 次提交
  16. 15 8月, 1997 1 次提交
  17. 28 4月, 1997 1 次提交
  18. 25 3月, 1997 1 次提交
    • M
      From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> · dfe04753
      Marc G. Fournier 提交于
      Subject: [HACKERS] More patches for date/time
      
      I have accumulated several patches to add functionality to the datetime
      and timespan data types as well as to fix reported porting bugs on non-BSD
      machines. These patches are:
      
      dt.c.patch              - add datetime_part(), fix bugs
      dt.h.patch              - add quarter and timezone support, add prototypes
      globals.c.patch         - add time and timezone variables
      miscadmin.h.patch       - add time and timezone variables
      nabstime.c.patch        - add datetime conversion routine
      nabstime.h.patch        - add prototypes
      pg_operator.h.patch     - add datetime operators, clean up formatting
      pg_proc.h.patch         - add datetime functions, reassign conflicting date OIDs
      pg_type.h.patch         - add datetime and timespan data types
      
      The dt.c and pg_proc.h patches are fairly large; the latter mostly because I tried
      to get some columns for existing entries to line up.
      dfe04753
  19. 19 3月, 1997 2 次提交
    • M
      - Move most of the I/O in both libpq and the backend to a set · 812a6c2b
      Marc G. Fournier 提交于
          of common routines in pqcomprim.c (pq communication primitives).
          Not all adapted to it yet, but it's a start.
      
        - Rewritten some of those routines, to write/read bigger chunks of
          data, precomputing stuff in buffers instead of sending out byte
          by byte.
      
        - As a consequence, I need to know the endianness of the machine.
          Currently I rely on getting it from machine/endian.h, but this
          may not be available everywhere? (Who the hell thought it was
          a good idea to pass integers to the backend the other way around
          than the normal network byte order? *argl*)
      
        - Libpq looks in the environment for magic variables, and upon
          establishing a connection to the backend, sends it queries
          of the form "SET var_name TO 'var_value'". This needs a change
          in the backend parser (Mr. Parser, are you there? :)
      
        - Currently it looks for two Env-Vars, namely PG_DATEFORMAT
          and PG_FLOATFORMAT. What else makes sense? PG_TIMEFORMAT?
          PG_TIMEZONE?
      
      From: "Martin J. Laubach" <mjl@wwx.vip.at>
      812a6c2b
    • M
      Resync the source tree, commit some things that were missing (pqcomprim.c) and · b5e16b18
      Marc G. Fournier 提交于
      bring in Thomas's updates for the date/time code...
      b5e16b18
  20. 26 1月, 1997 1 次提交
  21. 14 11月, 1996 1 次提交
  22. 12 11月, 1996 1 次提交
  23. 06 11月, 1996 1 次提交
    • M
      Okay...this pretty much cleans out the include files. · 1d0dd471
      Marc G. Fournier 提交于
      I'm able to get through a 'make' of the backend with no errors except
      the occasional 'might not be initialized error', which is nothing major,
      just annoying.
      
      Have a few patches from D'Arcy to incorporate, but am waiting until I can
      get a clean compile first, which I'm hoping to have before bed, or sometime
      tomorrow.
      1d0dd471
  24. 31 10月, 1996 1 次提交