1. 02 3月, 2005 4 次提交
  2. 01 3月, 2005 2 次提交
  3. 28 2月, 2005 1 次提交
  4. 22 2月, 2005 2 次提交
  5. 29 8月, 2004 1 次提交
  6. 09 1月, 2004 1 次提交
  7. 30 11月, 2003 1 次提交
    • P
      · 55b11325
      PostgreSQL Daemon 提交于
      make sure the $Id tags are converted to $PostgreSQL as well ...
      55b11325
  8. 18 7月, 2002 1 次提交
  9. 25 10月, 2001 1 次提交
  10. 10 2月, 2001 1 次提交
    • T
      Restructure the key include files per recent pghackers discussion: there · d08741ea
      Tom Lane 提交于
      are now separate files "postgres.h" and "postgres_fe.h", which are meant
      to be the primary include files for backend .c files and frontend .c files
      respectively.  By default, only include files meant for frontend use are
      installed into the installation include directory.  There is a new make
      target 'make install-all-headers' that adds the whole content of the
      src/include tree to the installed fileset, for use by people who want to
      develop server-side code without keeping the complete source tree on hand.
      Cleaned up a whole lot of crufty and inconsistent header inclusions.
      d08741ea
  11. 31 12月, 2000 1 次提交
  12. 04 12月, 2000 1 次提交
  13. 09 9月, 1999 1 次提交
  14. 31 8月, 1999 1 次提交
  15. 18 7月, 1999 1 次提交
  16. 16 7月, 1999 2 次提交
  17. 26 5月, 1999 1 次提交
  18. 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
  19. 07 2月, 1999 1 次提交
  20. 04 2月, 1999 1 次提交
  21. 18 1月, 1999 1 次提交
  22. 17 1月, 1999 2 次提交
  23. 24 12月, 1998 1 次提交
  24. 18 12月, 1998 3 次提交
    • B
      Attached is a patch with some fixes that (I think that) should go into · 03f16488
      Bruce Momjian 提交于
      6.4.1. Here is the list:
      
      - The type int8 now works. In fact, the bug(s) were in
      src/backend/port/snprintf.c, so int8 is probably broken in every platform
      that hasn't a native snprintf/vsnprintf. The type itself worked as
      expected, only the output was wrong. Anyway, this patch should be checked
      in other platforms.
      
      - The regression tests for int2 and int4, which were broken due to
      differences in the error messages, are fixed.
      
      - The regression test for float8, which was broken in the reference
      platform, is also fixed. I don't know if the new file (float8-OSF1.out)
      will work on other platforms, but it might be worth to try it.
      
      - Two new template files are provided (alpha_cc, which includes
      optimization, and alpha_gcc), and src/templates/.similar is updated
      accordingly. src/templates/alpha should be removed from the distribution.
      *IMPORTANT NOTE*: I don't know if you can use gcc to compile postgres;
      I've written the alpha_gcc file because alpha_cc has some flags that are
      specific to DEC C.
      
      - There is a (very basic) Digital Unix specific FAQ in
      doc/FAQ_DigitalUnix.
      
      --
      -------------------------------------------------------------------
      Pedro José Lobo Perea                   Tel:    +34 91 336 78 19
      03f16488
    • B
      Fix for HAVE_LONG bug in snprintf.c. · 9d6f0606
      Bruce Momjian 提交于
      9d6f0606
    • B
      Fix for snprintf with long long's, define problem. · 6b7cf132
      Bruce Momjian 提交于
      6b7cf132
  25. 13 12月, 1998 1 次提交
  26. 08 10月, 1998 2 次提交
  27. 02 10月, 1998 1 次提交
  28. 23 9月, 1998 1 次提交
    • M
      · 747e19aa
      Marc G. Fournier 提交于
      Add in, I think, support for %lld in snprintf(), specifically with
      Irix in mind...
      747e19aa
  29. 18 9月, 1998 1 次提交
  30. 10 9月, 1998 1 次提交