| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-03-06 | - Reflect change of option -U to -L | Philip Warner | |
| 2001-03-06 | - Minor correction to usage | Philip Warner | |
| 2001-03-05 | Add missing space, change some markup. | Peter Eisentraut | |
| 2001-03-05 | Sorry, that change was not correct. | Peter Eisentraut | |
| 2001-03-05 | I'm attaching those diffs for the Reference Guide in a tar file, as | Bruce 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-05 | Update email addresses. | Bruce Momjian | |
| 2001-03-04 | PyGreSQL documentation. Based on the README, converted to DocBook by | Peter Eisentraut | |
| Mikhail Terekhov <terekhov@emc.com>. | |||
| 2001-03-03 | Document TEMP option. | Tom Lane | |
| 2001-02-26 | Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur | Tom 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-25 | Even better example for operator precedence mis-parsing. | Peter Eisentraut | |
| 2001-02-24 | Choose a more suitable example for the operator precedence mis-parsing | Peter Eisentraut | |
| example. | |||
| 2001-02-24 | Markup, spell check, refine JDBC documentation. | Peter Eisentraut | |
| 2001-02-23 | Freshen with a few recent platform reports: | Thomas G. Lockhart | |
| Linux/Alpha, Linux/Sparc, MacOS-X. | |||
| 2001-02-21 | Document timeofday(), mention start-of-transaction vs. current-time | Tom Lane | |
| semantics, a few other small improvements. | |||
| 2001-02-21 | Fix markup. (A <keyword> isn't what it is in SQL.) Add jungle of more | Peter Eisentraut | |
| markup. ;-) | |||
| 2001-02-20 | Add more details. | Peter Eisentraut | |
| 2001-02-20 | Turn on section numbering. | Peter Eisentraut | |
| 2001-02-20 | Fix pg_passwd's failure to cope with usernames > 8 chars. | Tom Lane | |
| 2001-02-19 | Document --enable-cassert. | Tom Lane | |
| 2001-02-19 | Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible | Tom Lane | |
| syntax. Fix the RESULT_OID case, which never worked. Add documentation. | |||
| 2001-02-19 | Update example of partially constraining join order to use a subselect | Tom Lane | |
| in FROM instead of an auxiliary view. We didn't have subselect-in-FROM when I wrote this originally... | |||
| 2001-02-19 | AND/OR truth table needs another row IMHO. | Tom Lane | |
| 2001-02-18 | Add --template option to createdb script to allow access to WITH TEMPLATE | Tom 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-18 | Enhance 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-18 | Make <lineannotation> italic. Fix syntax error in print style. | Peter Eisentraut | |
| 2001-02-18 | Add note that partial indices are not currently supported. | Tom Lane | |
| 2001-02-18 | Update description of fsync option for 7.1. | Tom Lane | |
| 2001-02-18 | Change default commit_delay to zero, update documentation. | Tom Lane | |
| 2001-02-17 | Catch some stray references to .htm files. | Tom Lane | |
| 2001-02-17 | No more .htm files, so don't try to add them to the doc tarballs. | Tom Lane | |
| 2001-02-16 | Update bsdi shared memory stuff. | Bruce Momjian | |
| 2001-02-16 | Update BSDI FAQ. | Bruce Momjian | |
| 2001-02-16 | Update BSDI SGML. | Bruce Momjian | |
| 2001-02-15 | Update FAQ. | Bruce Momjian | |
| 2001-02-15 | Update FAQ. | Bruce Momjian | |
| 2001-02-15 | Update obsolete wording of error message. | Tom Lane | |
| 2001-02-15 | Further polishing of documentation about new fmgr call convention. | Tom Lane | |
| 2001-02-15 | Update for Tatsuo. | Bruce Momjian | |
| 2001-02-15 | Clarify meaning of GEQO_THRESHOLD parameter. | Tom Lane | |
| 2001-02-15 | Improve documentation of JOIN syntax. Explain NATURAL as an alternative | Tom Lane | |
| to ON and USING for specifying the join condition, not as an independent kind of join semantics. | |||
| 2001-02-14 | Alter documentation of boolean type, add example. Someone figured that it | Peter 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-14 | Format <structname>, <structfield>, and <type> mono-spaced. | Peter Eisentraut | |
| 2001-02-13 | Hmm, so referencing a CSS stylesheet when there isn't one doesn't work | Peter Eisentraut | |
| everywhere. | |||
| 2001-02-13 | Fix markup. | Peter Eisentraut | |
| 2001-02-13 | Didn't work when Makefile.custom is missing. | Peter Eisentraut | |
| 2001-02-13 | Custom 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-13 | Fix tag. | Peter Eisentraut | |
| 2001-02-12 | User Manual | Bruce 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-12 | New release format, Peter E style. | Bruce Momjian | |
| 2001-02-11 | Move release date into release heading. | Bruce Momjian | |
