- Apr 24, 2002
-
-
Bruce Momjian authored
no objections. Joe Conway
-
- Apr 23, 2002
-
-
Tom Lane authored
-
- Apr 04, 2002
-
-
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
-
- Mar 19, 2002
-
-
Bruce Momjian authored
Rod Taylor.
-
- Mar 07, 2002
-
-
Bruce Momjian authored
-
- Mar 06, 2002
-
-
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
-
- Mar 01, 2002
-
-
Peter Eisentraut authored
variables. New commands ALTER DATABASE ... SET and ALTER USER ... SET.
-
- Jan 15, 2002
-
-
Tom Lane authored
-
- Nov 21, 2001
-
-
Thomas G. Lockhart authored
Purge "Postgres" in favor of "PostgreSQL" in docs. ref/ not yet done.
-
- Sep 03, 2001
-
-
Peter Eisentraut authored
-
- May 08, 2001
-
-
Peter Eisentraut authored
-
- May 07, 2001
-
-
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.
-
- Mar 24, 2001
-
-
Peter Eisentraut authored
-
- Feb 03, 2001
-
-
Peter Eisentraut authored
-
- Jan 24, 2001
-
-
Bruce Momjian authored
-
- Jan 13, 2001
-
-
Peter Eisentraut authored
shows up in psql now.
-
- Dec 26, 2000
-
-
Peter Eisentraut authored
-
- Nov 25, 2000
-
-
Peter Eisentraut authored
-
- Nov 24, 2000
-
-
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.
-
- May 02, 2000
-
-
Thomas G. Lockhart authored
-
- Mar 31, 2000
-
-
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.
-
- May 26, 1999
-
-
Thomas G. Lockhart authored
Add an appendix with more details on date/time attributes and handling. Update most references to Postgres version numbers to 6.5, *except* for the porting list which will require a report from a successful installation to be updated.
-
- Oct 31, 1998
-
-
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.
-
- Oct 30, 1998
-
-
Thomas G. Lockhart authored
documentation for v6.4. Bigger updates to the installation instructions (install and config).
-
- Sep 01, 1998
-
-
Thomas G. Lockhart authored
-
- Jul 29, 1998
-
-
Thomas G. Lockhart authored
Fix Id tag in chapter headings to allow meaningful file names in html.
-
- May 13, 1998
-
-
Thomas G. Lockhart authored
-
- Mar 01, 1998
-
-
Thomas G. Lockhart authored
-