Skip to content
Snippets Groups Projects
  1. Dec 07, 2003
  2. Nov 29, 2003
    • PostgreSQL Daemon's avatar
      · 55b11325
      PostgreSQL Daemon authored
      make sure the $Id tags are converted to $PostgreSQL as well ...
      55b11325
  3. Nov 08, 2003
  4. Oct 18, 2003
    • Tom Lane's avatar
      Further work on information_schema. _pg_keyissubset() wasn't quite · e341cdb0
      Tom Lane authored
      fully search-path-proof yet; also, element_types view did not work for
      parameters and result types of functions, because it didn't generate
      the object_name for the function the same way the data_type_privileges
      view does.  While at it, centralize dependencies on INDEX_MAX_KEYS/
      FUNC_MAX_ARGS into a function returning setof int, so that it will be
      easier to fix information_schema for nonstandard values of these
      parameters.
      e341cdb0
    • Peter Eisentraut's avatar
      Information schema fixes: · 9ea6d0fc
      Peter Eisentraut authored
      Use pg_get_constraintdef instead of pg_constraint.consrc
      Use UNION ALL instread of UNION
      Make use of regclass type for getting OID of system catalogs
      Add schema qualifications where necessary
      Fix typos
      9ea6d0fc
  5. Oct 17, 2003
  6. Jun 29, 2003
  7. Jun 28, 2003
  8. Jun 17, 2003
  9. Jun 11, 2003
  10. Jun 05, 2003
  11. May 25, 2003
  12. May 18, 2003
  13. Mar 20, 2003
    • Bruce Momjian's avatar
      "Information_schema" changes · a00431b8
      Bruce Momjian authored
      - Add domain check constraints to "check_constraints" view
      - Create "domains" view
      - Create "domain_constraints" view
      
      --
      Rod Taylor <rbt@rbt.ca>
      a00431b8
  14. Jan 16, 2003
  15. Jan 15, 2003
  16. Dec 14, 2002
Loading