aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
...
* Add --template option to createdb script to allow access to WITH TEMPLATETom Lane2001-02-18
| | | | | | 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.
* Enhance documentation of date/time functions. Add extract, current_date,Peter Eisentraut2001-02-18
| | | | | 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.
* Make <lineannotation> italic. Fix syntax error in print style.Peter Eisentraut2001-02-18
|
* Add note that partial indices are not currently supported.Tom Lane2001-02-18
|
* Update description of fsync option for 7.1.Tom Lane2001-02-18
|
* Change default commit_delay to zero, update documentation.Tom Lane2001-02-18
|
* Catch some stray references to .htm files.Tom Lane2001-02-17
|
* No more .htm files, so don't try to add them to the doc tarballs.Tom Lane2001-02-17
|
* Update bsdi shared memory stuff.Bruce Momjian2001-02-16
|
* Update BSDI FAQ.Bruce Momjian2001-02-16
|
* Update BSDI SGML.Bruce Momjian2001-02-16
|
* Update FAQ.Bruce Momjian2001-02-15
|
* Update FAQ.Bruce Momjian2001-02-15
|
* Update obsolete wording of error message.Tom Lane2001-02-15
|
* Further polishing of documentation about new fmgr call convention.Tom Lane2001-02-15
|
* Update for Tatsuo.Bruce Momjian2001-02-15
|
* Clarify meaning of GEQO_THRESHOLD parameter.Tom Lane2001-02-15
|
* Improve documentation of JOIN syntax. Explain NATURAL as an alternativeTom Lane2001-02-15
| | | | | to ON and USING for specifying the join condition, not as an independent kind of join semantics.
* Alter documentation of boolean type, add example. Someone figured that itPeter Eisentraut2001-02-14
| | | | | | | wasn't clear that the "boolean type" was actually called "boolean". Add tip about "casting" booleans using CASE. Spell check whole file.
* Format <structname>, <structfield>, and <type> mono-spaced.Peter Eisentraut2001-02-14
|
* Hmm, so referencing a CSS stylesheet when there isn't one doesn't workPeter Eisentraut2001-02-13
| | | | everywhere.
* Fix markup.Peter Eisentraut2001-02-13
|
* Didn't work when Makefile.custom is missing.Peter Eisentraut2001-02-13
|
* Custom DSSSL stylesheet. Style changes included here:Peter Eisentraut2001-02-13
| | | | | | | | | | | | 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
* Fix tag.Peter Eisentraut2001-02-13
|
* User ManualBruce Momjian2001-02-12
| | | | | | | | | | | | | | 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
* New release format, Peter E style.Bruce Momjian2001-02-12
|
* Move release date into release heading.Bruce Momjian2001-02-11
|
* Clean up HISTORY file, add dates to releases.Bruce Momjian2001-02-11
|
* Repair markup.Peter Eisentraut2001-02-11
|
* Document that NetBSD's libedit can be used instead of readline.Peter Eisentraut2001-02-10
|
* Add note about the availability of contrib/mac for the macaddr data type.Peter Eisentraut2001-02-10
|
* Back out addition. Seems grammar doesn't handle CONSTRAINT as optional.Bruce Momjian2001-02-10
|
* Add mention of CONSTRAINT in ADD CONSTRAINT section.Bruce Momjian2001-02-10
|
* Minor improvements and copy-editing.Tom Lane2001-02-10
|
* Fix example of syntactic ambiguity between prefix/infix/postfix operatorsTom Lane2001-02-10
| | | | | --- Postgres now accepts the example we claimed it wouldn't. Miscellaneous copy-editing as well.
* Fix documentation of EXECUTE, add documentation of FOR ... EXECUTE.Tom Lane2001-02-10
|
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
| | | | | | | | | | | are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions.
* Update section about how to start server from boot scripts.Peter Eisentraut2001-02-10
|
* Avoid a particular <simplelist>. jadetex has formatting problems,Peter Eisentraut2001-02-09
| | | | apparently when the content is long enough to require line breaks.
* Large object manual updates.Bruce Momjian2001-02-09
|
* Mention NetBSDBruce Momjian2001-02-09
|
* Remove pg_service mention.Bruce Momjian2001-02-09
|
* Add -g as synonmym for --globals-only in pg_dumpall. Add info aboutBruce Momjian2001-02-09
| | | | -c,--clean option to manual page.
* Document PL/TclU language variant, and do some minor copy-editing.Tom Lane2001-02-09
|
* Restructure discussion of PL installation to emphasize createlang as theTom Lane2001-02-09
| | | | recommended install procedure, rather than mentioning it as an afterthought.
* Make -w the default for shut down, add -W option to specify no wait.Peter Eisentraut2001-02-08
| | | | | | | Add -l option to name log file. Set umask to 077. Proper file descriptor redirection to allow postmaster to detach from shell's process group. Add -s option to turn off informational messages.
* Minor copy-editing.Tom Lane2001-02-07
|
* Update FAQ.Bruce Momjian2001-02-07
|
* Update FAQ.Bruce Momjian2001-02-07
|