Skip to content
Snippets Groups Projects
  1. Apr 24, 2002
  2. Apr 23, 2002
  3. Apr 04, 2002
    • Bruce Momjian's avatar
      Authentication improvements: · 43a3543a
      Bruce Momjian authored
      A new pg_hba.conf column, USER
      Allow specifiction of lists of users separated by commas
      Allow group names specified by +
      Allow include files containing lists of users specified by @
      Allow lists of databases, and database files
      Allow samegroup in database column to match group name matching dbname
      Removal of secondary password files
      Remove pg_passwd utility
      Lots of code cleanup in user.c and hba.c
      New data/global/pg_pwd format
      New data/global/pg_group file
      43a3543a
  4. Mar 19, 2002
  5. Mar 07, 2002
  6. Mar 06, 2002
    • Bruce Momjian's avatar
      Ok. Updated patch attached. · 01c76f74
      Bruce Momjian authored
      - domain.patch -> source patch against pgsql in cvs
      - drop_domain.sgml and create_domain.sgml -> New doc/src/sgml/ref docs
      
      - dominfo.txt -> basic domain related queries I used for testing
      [ ADDED TO /doc]
      
      Enables domains of array elements -> CREATE DOMAIN dom int4[3][2];
      
      Uses a typbasetype column to describe the origin of the domain.
      
      Copies data to attnotnull rather than processing in execMain().
      
      Some documentation differences from earlier.
      
      If this is approved, I'll start working on pg_dump, and a \dD <domain>
      option in psql, and regression tests.  I don't really feel like doing
      those until the system table structure settles for pg_type.
      
      
      CHECKS when added, will also be copied to to the table attributes.  FK
      Constraints (if I ever figure out how) will be done similarly.  Both
      will lbe handled by MergeDomainAttributes() which is called shortly
      before MergeAttributes().
      
      Rod Taylor
      01c76f74
  7. Mar 01, 2002
  8. Jan 15, 2002
  9. Nov 21, 2001
  10. Sep 03, 2001
  11. May 08, 2001
  12. May 07, 2001
    • Tom Lane's avatar
      Rewrite of planner statistics-gathering code. ANALYZE is now available as · f905d65e
      Tom Lane authored
      a separate statement (though it can still be invoked as part of VACUUM, too).
      pg_statistic redesigned to be more flexible about what statistics are
      stored.  ANALYZE now collects a list of several of the most common values,
      not just one, plus a histogram (not just the min and max values).  Random
      sampling is used to make the process reasonably fast even on very large
      tables.  The number of values and histogram bins collected is now
      user-settable via an ALTER TABLE command.
      
      There is more still to do; the new stats are not being used everywhere
      they could be in the planner.  But the remaining changes for this project
      should be localized, and the behavior is already better than before.
      
      A not-very-related change is that sorting now makes use of btree comparison
      routines if it can find one, rather than invoking '<' twice.
      f905d65e
  13. Mar 24, 2001
  14. Feb 03, 2001
  15. Jan 24, 2001
  16. Jan 13, 2001
  17. Dec 26, 2000
  18. Nov 25, 2000
  19. Nov 24, 2000
    • Peter Eisentraut's avatar
      Revive Reference Manual, remove reference pages from User's Guide. · b2e76d57
      Peter Eisentraut authored
      Make version.sgml the central place for updating version numbers in the
      documentation.  Document titles now contain the version number of the
      release they belong to.
      
      filelist.sgml is the central (and only) place to declare system entities
      (i.e., sgml files).  No longer a need to declare them in each document
      header.
      
      There is no longer any need to maintain duplicate chapter lists in
      postgres.sgml and user/admin/etc.sgml, everything is build from the same
      sources.  Some parameter entities allow for different text to be included
      when the integrated or a single doc set is generated, which eliminates the
      problems that had caused this to fail in the past.
      b2e76d57
  20. May 02, 2000
  21. Mar 31, 2000
    • Thomas G. Lockhart's avatar
      Accumulated fixups. · f75bf187
      Thomas G. Lockhart authored
      Add some chapters on new topics.
      Change to referencing OASIS/Docbook v3.1 rather than Davenport/Docbook v3.0
      Grepped for and fixed apparent tag mangling from emacs
       "Normalize" operation. Should be the last of those.
      f75bf187
  22. May 26, 1999
  23. Oct 31, 1998
    • Thomas G. Lockhart's avatar
      Cleanup for v6.4 release. · 09634ebd
      Thomas G. Lockhart authored
      Make new file current.sgml to hold release info for the current release.
       Should be moved to release.sgml before filling with next release info.
      09634ebd
  24. Oct 30, 1998
  25. Sep 01, 1998
  26. Jul 29, 1998
  27. May 13, 1998
  28. Mar 01, 1998
Loading