summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2001-03-06- Reflect change of option -U to -LPhilip Warner
2001-03-06- Minor correction to usagePhilip Warner
2001-03-05Add missing space, change some markup.Peter Eisentraut
2001-03-05Sorry, that change was not correct.Peter Eisentraut
2001-03-05I'm attaching those diffs for the Reference Guide in a tar file, asBruce Momjian
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
2001-03-05Update email addresses.Bruce Momjian
2001-03-04PyGreSQL documentation. Based on the README, converted to DocBook byPeter Eisentraut
Mikhail Terekhov <terekhov@emc.com>.
2001-03-03Document TEMP option.Tom Lane
2001-02-26Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane
only if at least N other backends currently have open transactions. This is not a great deal of intelligence about whether a delay might be profitable ... but it beats no intelligence at all. Note that the default COMMIT_DELAY is still zero --- this new code does nothing unless that setting is changed. Also, mark ENABLEFSYNC as a system-wide setting. It's no longer safe to allow that to be set per-backend, since we may be relying on some other backend's fsync to have synced the WAL log.
2001-02-25Even better example for operator precedence mis-parsing.Peter Eisentraut
2001-02-24Choose a more suitable example for the operator precedence mis-parsingPeter Eisentraut
example.
2001-02-24Markup, spell check, refine JDBC documentation.Peter Eisentraut
2001-02-23Freshen with a few recent platform reports:Thomas G. Lockhart
Linux/Alpha, Linux/Sparc, MacOS-X.
2001-02-21Document timeofday(), mention start-of-transaction vs. current-timeTom Lane
semantics, a few other small improvements.
2001-02-21Fix markup. (A <keyword> isn't what it is in SQL.) Add jungle of morePeter Eisentraut
markup. ;-)
2001-02-20Add more details.Peter Eisentraut
2001-02-20Turn on section numbering.Peter Eisentraut
2001-02-20Fix pg_passwd's failure to cope with usernames > 8 chars.Tom Lane
2001-02-19Document --enable-cassert.Tom Lane
2001-02-19Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatibleTom Lane
syntax. Fix the RESULT_OID case, which never worked. Add documentation.
2001-02-19Update example of partially constraining join order to use a subselectTom Lane
in FROM instead of an auxiliary view. We didn't have subselect-in-FROM when I wrote this originally...
2001-02-19AND/OR truth table needs another row IMHO.Tom Lane
2001-02-18Add --template option to createdb script to allow access to WITH TEMPLATETom Lane
option of CREATE DATABASE. In pg_regress, create regression database from template0 to ensure that any installation-local cruft in template1 will not mess up the tests.
2001-02-18Enhance documentation of date/time functions. Add extract, current_date,Peter Eisentraut
current_time, current_timestamp. Add more examples. Remove age(), because it doesn't work like it is documented, and no one could explain it to me.
2001-02-18Make <lineannotation> italic. Fix syntax error in print style.Peter Eisentraut
2001-02-18Add note that partial indices are not currently supported.Tom Lane
2001-02-18Update description of fsync option for 7.1.Tom Lane
2001-02-18Change default commit_delay to zero, update documentation.Tom Lane
2001-02-17Catch some stray references to .htm files.Tom Lane
2001-02-17No more .htm files, so don't try to add them to the doc tarballs.Tom Lane
2001-02-16Update bsdi shared memory stuff.Bruce Momjian
2001-02-16Update BSDI FAQ.Bruce Momjian
2001-02-16Update BSDI SGML.Bruce Momjian
2001-02-15Update FAQ.Bruce Momjian
2001-02-15Update FAQ.Bruce Momjian
2001-02-15Update obsolete wording of error message.Tom Lane
2001-02-15Further polishing of documentation about new fmgr call convention.Tom Lane
2001-02-15Update for Tatsuo.Bruce Momjian
2001-02-15Clarify meaning of GEQO_THRESHOLD parameter.Tom Lane
2001-02-15Improve documentation of JOIN syntax. Explain NATURAL as an alternativeTom Lane
to ON and USING for specifying the join condition, not as an independent kind of join semantics.
2001-02-14Alter documentation of boolean type, add example. Someone figured that itPeter Eisentraut
wasn't clear that the "boolean type" was actually called "boolean". Add tip about "casting" booleans using CASE. Spell check whole file.
2001-02-14Format <structname>, <structfield>, and <type> mono-spaced.Peter Eisentraut
2001-02-13Hmm, so referencing a CSS stylesheet when there isn't one doesn't workPeter Eisentraut
everywhere.
2001-02-13Fix markup.Peter Eisentraut
2001-02-13Didn't work when Makefile.custom is missing.Peter Eisentraut
2001-02-13Custom DSSSL stylesheet. Style changes included here:Peter Eisentraut
HTML: * make .html the default extension * allow use of CSS stylesheet ("stylesheet.css", not included) * make <set> TOC two levels deep * put time of creation into meta header Print: * make print output justified by default * footnotes at bottom of each page * allow TeX to hyphenate
2001-02-13Fix tag.Peter Eisentraut
2001-02-12 User ManualBruce Momjian
Chapter 4 String Operators Table 4.7: Other String Functions strpos is missing the result in the result column, it should be 2 Also to_ascii might need a result but maybe not. Appendix A In the Time Zone Table Greenwich is spelled Greenwish David Aldrich
2001-02-12New release format, Peter E style.Bruce Momjian
2001-02-11Move release date into release heading.Bruce Momjian