1. 26 Oct, 1999 7 commits
    • Bruce Momjian's avatar
      These are two minor corrections to libpq's PQsetNoticeProcessor function. · 724bf746
      Bruce Momjian authored
      One, it now returns the previous hook. That way people don't have to dig
      around in libpq-int.h for that information anymore. It previously
      returned void, so there should be no incompatibilities.
      
      Second, you cannot set the callback to NULL anymore. (Of course you can
      still call it with NULL just to get the current hook.) The way libpq uses
      the callback pointer, having a NULL there wasn't very healthy.
      
      Peter Eisentraut
      724bf746
    • Bruce Momjian's avatar
      improve manual page · 021146f3
      Bruce Momjian authored
      021146f3
    • Bruce Momjian's avatar
      Update TODO list. · 2c212b2c
      Bruce Momjian authored
      2c212b2c
    • Bruce Momjian's avatar
      Update TODO list. · c6626d2f
      Bruce Momjian authored
      c6626d2f
    • Bruce Momjian's avatar
      More comments. · 912b3a6f
      Bruce Momjian authored
      912b3a6f
    • Bruce Momjian's avatar
      Add documentation for comment. · b6d6cffa
      Bruce Momjian authored
      b6d6cffa
    • Bruce Momjian's avatar
      Hello. · 577e21b3
      Bruce Momjian authored
      The following patch extends the COMMENT ON functionality to the
      rest of the database objects beyond just tables, columns, and views. The
      grammer of the COMMENT ON statement now looks like:
      
      COMMENT ON [
        [ DATABASE | INDEX | RULE | SEQUENCE | TABLE | TYPE | VIEW ] <objname>
      |
      
        COLUMN <relation>.<attribute> |
        AGGREGATE <aggname> <aggtype> |
        FUNCTION <funcname> (arg1, arg2, ...) |
        OPERATOR <op> (leftoperand_typ rightoperand_typ) |
        TRIGGER <triggername> ON relname>
      
      Mike Mascari
      (mascarim@yahoo.com)
      577e21b3
  2. 25 Oct, 1999 3 commits
  3. 24 Oct, 1999 2 commits
    • Tom Lane's avatar
      Add a notion of a 'catalog version number' that can indicate · eae456cd
      Tom Lane authored
      when an initdb-forcing change has been applied within a development cycle.
      PG_VERSION serves this purpose for official releases, but we can't bump
      the PG_VERSION number every time we make a change to the catalogs during
      development.  Instead, increase the catalog version number to warn other
      developers that you've made an incompatible change.  See my mail to
      pghackers for more info.
      eae456cd
    • Tom Lane's avatar
      Add comment explaining that this table doesn't do what you · 9efee18a
      Tom Lane authored
      might think ... in fact doesn't do much of anything at the moment ...
      9efee18a
  4. 23 Oct, 1999 3 commits
  5. 22 Oct, 1999 6 commits
  6. 21 Oct, 1999 5 commits
  7. 19 Oct, 1999 1 commit
  8. 18 Oct, 1999 7 commits
  9. 17 Oct, 1999 5 commits
  10. 16 Oct, 1999 1 commit