Skip to content
Snippets Groups Projects
  1. Sep 03, 2001
  2. Aug 29, 2001
  3. Aug 28, 2001
    • Peter Eisentraut's avatar
      Include directory rearrangement · f5944af8
      Peter Eisentraut authored
      Client headers are no longer in a subdirectory, since they have been made
      namespace-clean.
      
      Internal libpq headers are in a private subdirectory.
      
      Server headers are in a private subdirectory.  pg_config has a new option
      to point there.
      f5944af8
  4. Aug 26, 2001
  5. Aug 25, 2001
  6. Aug 22, 2001
  7. Aug 21, 2001
    • Tom Lane's avatar
      Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in · f933766b
      Tom Lane authored
      pgsql-hackers.  pg_opclass now has a row for each opclass supported by each
      index AM, not a row for each opclass name.  This allows pg_opclass to show
      directly whether an AM supports an opclass, and furthermore makes it possible
      to store additional information about an opclass that might be AM-dependent.
      pg_opclass and pg_amop now store "lossy" and "haskeytype" information that we
      previously expected the user to remember to provide in CREATE INDEX commands.
      Lossiness is no longer an index-level property, but is associated with the
      use of a particular operator in a particular index opclass.
      
      Along the way, IndexSupportInitialize now uses the syscaches to retrieve
      pg_amop and pg_amproc entries.  I find this reduces backend launch time by
      about ten percent, at the cost of a couple more special cases in catcache.c's
      IndexScanOK.
      
      Initial work by Oleg Bartunov and Teodor Sigaev, further hacking by Tom Lane.
      
      initdb forced.
      f933766b
  8. Aug 16, 2001
    • Tom Lane's avatar
      Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type · d4f4b971
      Tom Lane authored
      has an alias SERIAL4 and a sister SERIAL8.  SERIAL8 is just the same
      except the created column is type int8 not int4.
      initdb forced.  Note this also breaks any chance of pg_upgrade from 7.1,
      unless we hack up pg_upgrade to drop and recreate sequences.  (Which is
      not out of the question, but I don't wanna do it.)
      d4f4b971
  9. Aug 15, 2001
  10. Aug 13, 2001
  11. Aug 12, 2001
  12. Aug 11, 2001
  13. Aug 10, 2001
  14. Aug 06, 2001
  15. Aug 05, 2001
  16. Aug 04, 2001
  17. Aug 03, 2001
  18. Jul 16, 2001
  19. Jul 15, 2001
  20. Jul 12, 2001
  21. Jul 11, 2001
  22. Jul 10, 2001
  23. Jul 01, 2001
  24. Jun 23, 2001
  25. Jun 18, 2001
  26. Jun 10, 2001
  27. Jun 07, 2001
  28. Jun 05, 2001
  29. May 30, 2001
Loading