aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
...
* Update FAQ.Bruce Momjian2002-02-14
|
* Point out that --adduser actually makes the new user a superuser. ThisTom Lane2002-02-13
| | | | | was mentioned on the man page for the underlying CREATE USER command, but it should be explained here too.
* Fix tutorial for references problem, from rainer.tammer@spg.schulergroup.comBruce Momjian2002-02-12
|
* Modify COPY TO to emit carriage returns and newlines as backslash escapesTom Lane2002-02-12
| | | | | | | | (backslash-r, backslash-n) for protection against newline-conversion munging. In future we will also tweak COPY FROM, but this part of the change should be backwards-compatible. Per pghackers discussion. Also, update COPY reference page to describe the backslash conversions more completely and accurately.
* Update FAQ.Bruce Momjian2002-02-12
|
* Update FAQ.Bruce Momjian2002-02-12
|
* Update wal files computation documentation.Bruce Momjian2002-02-11
|
* pg_dump and pg_restore man pages need to mention that one should restoreTom Lane2002-02-11
| | | | | into a virgin database, ie, one created from template0, if there are any site-local additions in template1.
* Update FAQ.Bruce Momjian2002-02-02
|
* Update FAQ.Bruce Momjian2002-02-02
|
* Update for 7.2:Bruce Momjian2002-02-02
| | | | | | | | This fixes references to 7.1.3 (I think). It also modifies the japanese FAQ, so I'm not sure if that's done correctly. Chris
* Update FAQ_DEV.Bruce Momjian2002-02-01
|
* Consistend spelling for PL/pgSQLBruce Momjian2002-01-31
|
* Update HISTORY/release.sgml for Monday release.Bruce Momjian2002-01-31
|
* Don't put empty paragraphs around tables. This messed up JadeTeX somehow,Peter Eisentraut2002-01-30
| | | | and doesn't make sense strictly speaking.
* Remove Jade/TeX hack, now that OpenJade 1.3.1 has it fixed.Peter Eisentraut2002-01-30
|
* Fix copy-and-paste bug in print style.Peter Eisentraut2002-01-30
|
* Overhaul plperl documentation.Tom Lane2002-01-25
|
* Fix +/- mixup pointed out by Rod Taylor.Bruce Momjian2002-01-25
|
* Fix documentation misstatement: OLD is not valid in ON SELECT.Tom Lane2002-01-24
|
* Overhaul PL/Tcl documentation.Tom Lane2002-01-23
|
* Update FAQ.Bruce Momjian2002-01-22
|
* Spell-check and markup policePeter Eisentraut2002-01-20
|
* Mention that 'make distclean' is a good idea when changing configureTom Lane2002-01-20
| | | | | options. Document --with-pam and --enable-depend, do some minor copy-editing.
* Add missing literal endtag.Bruce Momjian2002-01-18
|
* Improve non-thread-safe mention of libpq's crypt.Bruce Momjian2002-01-18
|
* Improve description of autocommit behavior in ecpg manual pages.Bruce Momjian2002-01-18
|
* Explain privileges required for LOCK. Minor wordsmithing too.Tom Lane2002-01-18
|
* Point out that superusers bypass privilege checking. Minor wordsmithing.Tom Lane2002-01-18
|
* pg_upgrade doesn't live here anymore. Remove dangling references.Tom Lane2002-01-15
|
* Move pg_upgrade to /contrib. Still need to make Peter's portabilityBruce Momjian2002-01-14
| | | | changes.
* Wow, it actually worked for the regression database. More testing needed.Bruce Momjian2002-01-13
|
* More man pages improvements; also needed to test sgml build.Bruce Momjian2002-01-11
|
* Sync up.Bruce Momjian2002-01-11
|
* More cleanups.Bruce Momjian2002-01-11
|
* Handle int4-int8 sequence migration without full data dump.Bruce Momjian2002-01-11
|
* Update FAQ.Bruce Momjian2002-01-10
|
* Update FAQ.Bruce Momjian2002-01-10
|
* Update FAQ.Bruce Momjian2002-01-10
|
* Update FAQ.Bruce Momjian2002-01-10
|
* Update FAQ.Bruce Momjian2002-01-10
|
* Update FAQ.Bruce Momjian2002-01-10
|
* Temporary workaround for links within bibliography references fouling upPeter Eisentraut2002-01-10
| | | | footnote count.
* More pg_upgrade improvements. Almost done, except for max transactionBruce Momjian2002-01-10
| | | | setting.
* Describe type casts under the heading of Value Expressions, and explainTom Lane2002-01-09
| | | | | the difference between a run-time type cast and casting a literal string to a specific type. Minor editorial work in same area.
* Update with new features. Still disabled.Bruce Momjian2002-01-09
|
* Make spelling of operating system names match official version closely.Peter Eisentraut2002-01-09
| | | | And listing QNX 6 as both supported and unsupported is probably not helpful.
* Adjust spelling of article titles to match the originals, add some links.Peter Eisentraut2002-01-08
|
* Update Thomas Lockhart's email address to lockhart@fourpalms.org.Bruce Momjian2002-01-08
|
* Repair the GEQO bibliography. It was marked up all wrong. Move some ofPeter Eisentraut2002-01-08
| | | | the info to the main bibliography.