1. 22 3月, 2001 1 次提交
  2. 14 2月, 2001 1 次提交
  3. 11 2月, 2001 1 次提交
  4. 10 2月, 2001 3 次提交
  5. 24 1月, 2001 1 次提交
    • B
      Subject: Bug in SQLForeignKeys() · edfca4b9
      Bruce Momjian 提交于
      
      Query used for checking foreign key triggers
      returns too many results when there're more than one foreign
      key in a table. It happens because only table's oid is used to
      link between pg_trigger with INSERT check and pg_trigger with
      UPDATE/DELETE check.
      
      I think there should be enough to add following conditions
      into WHERE clause of that query:
              AND     pt.tgconstrname = pg_trigger.tgconstrname
              AND     pt.tgconstrname = pg_trigger_1.tgconstrname
      
      /Constantin
      edfca4b9
  6. 27 5月, 2000 1 次提交
  7. 17 5月, 2000 2 次提交
    • B
      Back out odbc changes until 7.1. · a8020a78
      Bruce Momjian 提交于
      a8020a78
    • B
      Several compilation and run-time problems occur when building on SGI · a47e20b0
      Bruce Momjian 提交于
      IRIX systems using the native compilers.  A summary is:
      - Various files use "//" as a comment delimiter in c files.
      - Problems caused by assuming "char" is signed.
        cash.in: building -signed the rules regression test fails as described
          in FAQ_QNX4.  If CHAR_MAX is "255U" then ((signed char)CHAR_MAX) is -1.
        postmaster.c: random number regression test failed without this change.
      - Some generic build issues and warning message cleanup.
      
      David Kaelbling
      a47e20b0
  8. 19 3月, 2000 1 次提交
  9. 31 1月, 2000 1 次提交
  10. 06 1月, 2000 1 次提交
  11. 07 1月, 1999 1 次提交
  12. 29 12月, 1998 1 次提交
  13. 12 11月, 1998 1 次提交
    • B
      · 87225ca3
      Byron Nikolaidis 提交于
      Update for version 06-40-0001
      87225ca3
  14. 06 10月, 1998 1 次提交
    • T
      Update source code to Byron's v6.30.0250 sources plus minor cleanup · 1eab86e2
      Thomas G. Lockhart 提交于
       to get rid of unused variables.
      Get clean compile on Linux (Thomas and Gerald).
      Implement autoconf/configure for standalone builds and use the existing
       autoconf/configure system when in the Postgres source tree.
      Code tests and functions with ApplixWare-4.4.1beta on a Linux box.
      Changes should be backward compatible with WIN32 but still needs testing.
      1eab86e2
  15. 23 7月, 1998 1 次提交
  16. 14 7月, 1998 1 次提交
  17. 17 6月, 1998 1 次提交
  18. 04 6月, 1998 1 次提交
  19. 13 4月, 1998 1 次提交