- Mar 05, 2001
-
-
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
-
- Mar 04, 2001
-
-
Peter Eisentraut authored
Mikhail Terekhov <terekhov@emc.com>.
-
- Mar 03, 2001
-
-
Tom Lane authored
-
- Feb 26, 2001
-
-
Tom Lane authored
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.
-
- Feb 25, 2001
-
-
Peter Eisentraut authored
-
- Feb 24, 2001
-
-
Peter Eisentraut authored
example.
-
Peter Eisentraut authored
-
- Feb 23, 2001
-
-
Thomas G. Lockhart authored
Linux/Alpha, Linux/Sparc, MacOS-X.
-
- Feb 22, 2001
-
-
Tom Lane authored
semantics, a few other small improvements.
-
- Feb 21, 2001
-
-
Peter Eisentraut authored
markup. ;-)
-
- Feb 20, 2001
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
- Feb 19, 2001
- Feb 18, 2001
-
-
Tom Lane authored
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.
-
Peter Eisentraut authored
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.
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
- Feb 17, 2001
-
-
Tom Lane authored
-
- Feb 16, 2001
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Feb 15, 2001
-
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
to ON and USING for specifying the join condition, not as an independent kind of join semantics.
-
- Feb 14, 2001
-
-
Peter Eisentraut authored
wasn't clear that the "boolean type" was actually called "boolean". Add tip about "casting" booleans using CASE. Spell check whole file.
-
Peter Eisentraut authored
-
- Feb 13, 2001
-
-
Peter Eisentraut authored
everywhere.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
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
-
Peter Eisentraut authored
-
- Feb 12, 2001
-
-
Bruce Momjian authored
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
-