- Feb 26, 2002
-
-
Tom Lane authored
-
- Jan 07, 2002
-
-
Peter Eisentraut authored
-
- Dec 29, 2001
-
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Update the list of recognized time zones. Document the range of arguments allowed for SET TIME ZONE. Still need to add info on other date/time symbols (e.g. "AM", "T") and to freshen the docs on the date/time parsing rules.
-
- Dec 08, 2001
-
-
Thomas G. Lockhart authored
between Postgres and PostgreSQL.
-
- Sep 03, 2001
-
-
Peter Eisentraut authored
-
- Mar 05, 2001
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
not all of them attached properly in the post I made a few minutes ago. Please disregard those earlier files. The diffs in the tar file replace them. Pierce Tyler
-
- Oct 05, 2000
-
-
Bruce Momjian authored
Fix misspelling of disbursion to dispersion.
-
- Sep 12, 2000
-
-
Bruce Momjian authored
-
- Aug 29, 2000
-
-
Bruce Momjian authored
-
- Aug 07, 2000
-
-
Tom Lane authored
that RAND_MAX applies to them, since it doesn't. Instead add a config.h parameter MAX_RANDOM_VALUE. This is currently set at 2^31-1 but could be auto-configured if that ever proves necessary. Also fix some outright bugs like calling srand() where srandom() is appropriate.
-
- Jul 14, 2000
-
-
Thomas G. Lockhart authored
Fix references to pg_hba.conf(5) since that is no longer a man page. Make minor repairs to "Compatibility" subsections.
-
- Jun 18, 2000
-
-
Peter Eisentraut authored
reference page to new configuration system. Big update to administrator's guide, chapters Runtime environment, Client authentication, and User management, the latter two were part of the old Security chapter.
-
- Jun 09, 2000
-
-
Bruce Momjian authored
-
- May 18, 2000
-
-
Bruce Momjian authored
PQconnectdb() style connections.
-
- Apr 18, 2000
-
-
Thomas G. Lockhart authored
-
- Apr 15, 2000
-
-
Bruce Momjian authored
-
- Apr 14, 2000
-
-
Thomas G. Lockhart authored
-
- Apr 11, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Apr 09, 2000
-
-
Bruce Momjian authored
-
- Apr 07, 2000
-
-
Thomas G. Lockhart authored
-
- Mar 31, 2000
-
-
Tom Lane authored
-
Thomas G. Lockhart authored
-
- Mar 26, 2000
-
-
Peter Eisentraut authored
Fixed bug in createdb/alternative location
-
- Mar 17, 2000
-
-
Tom Lane authored
a config.h #define, and the runtime value can be controlled via SET.
-
- Feb 27, 2000
-
-
Tom Lane authored
-
- Feb 19, 2000
-
-
Thomas G. Lockhart authored
-
- Feb 15, 2000
-
-
Tom Lane authored
accesses versus sequential accesses, a (very crude) estimate of the effects of caching on random page accesses, and cost to evaluate WHERE- clause expressions. Export critical parameters for this model as SET variables. Also, create SET variables for the planner's enable flags (enable_seqscan, enable_indexscan, etc) so that these can be controlled more conveniently than via PGOPTIONS. Planner now estimates both startup cost (cost before retrieving first tuple) and total cost of each path, so it can optimize queries with LIMIT on a reasonable basis by interpolating between these costs. Same facility is a win for EXISTS(...) subqueries and some other cases. Redesign pathkey representation to achieve a major speedup in planning (I saw as much as 5X on a 10-way join); also minor changes in planner to reduce memory consumption by recycling discarded Path nodes and not constructing unnecessary lists. Minor cleanups to display more-plausible costs in some cases in EXPLAIN output. Initdb forced by change in interface to index cost estimation functions.
-
- Jul 22, 1999
-
-
Thomas G. Lockhart authored
ecpg reference page still needs formatting.
-
- Jul 15, 1999
-
-
Thomas G. Lockhart authored
Fix synopsis info thanks to Yves.Martin@ensimag.imag.fr.
-
- Jul 14, 1999
-
-
Thomas G. Lockhart authored
Add some internal cross references to select.sgml.
-
- Jul 06, 1999
-
-
Thomas G. Lockhart authored
-
- Jun 17, 1999
-
-
Bruce Momjian authored
for Irix.
-
- Jun 14, 1999
-
-
Thomas G. Lockhart authored
Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml (the emacs parser) to handle parsing.
-
- Jun 09, 1999
-
-
Thomas G. Lockhart authored
Adjust tags to get a clean build.
-
- Jun 08, 1999
-
-
Vadim B. Mikheev authored
-
- Jun 04, 1999
-
-
Thomas G. Lockhart authored
Fix markup.
-
Bruce Momjian authored
-