summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2002-01-25Overhaul plperl documentation.Tom Lane
2002-01-25Fix +/- mixup pointed out by Rod Taylor.Bruce Momjian
2002-01-24Fix documentation misstatement: OLD is not valid in ON SELECT.Tom Lane
2002-01-23Overhaul PL/Tcl documentation.Tom Lane
2002-01-22Update FAQ.Bruce Momjian
2002-01-20Spell-check and markup policePeter Eisentraut
2002-01-20Mention that 'make distclean' is a good idea when changing configureTom Lane
options. Document --with-pam and --enable-depend, do some minor copy-editing.
2002-01-18Add missing literal endtag.Bruce Momjian
2002-01-18Improve non-thread-safe mention of libpq's crypt.Bruce Momjian
2002-01-18Improve description of autocommit behavior in ecpg manual pages.Bruce Momjian
2002-01-18Explain privileges required for LOCK. Minor wordsmithing too.Tom Lane
2002-01-18Point out that superusers bypass privilege checking. Minor wordsmithing.Tom Lane
2002-01-15pg_upgrade doesn't live here anymore. Remove dangling references.Tom Lane
2002-01-14Move pg_upgrade to /contrib. Still need to make Peter's portabilityBruce Momjian
changes.
2002-01-13Wow, it actually worked for the regression database. More testing needed.Bruce Momjian
2002-01-11More man pages improvements; also needed to test sgml build.Bruce Momjian
2002-01-11Sync up.Bruce Momjian
2002-01-11More cleanups.Bruce Momjian
2002-01-11Handle int4-int8 sequence migration without full data dump.Bruce Momjian
2002-01-10Update FAQ.Bruce Momjian
2002-01-10Update FAQ.Bruce Momjian
2002-01-10Update FAQ.Bruce Momjian
2002-01-10Update FAQ.Bruce Momjian
2002-01-10Update FAQ.Bruce Momjian
2002-01-10Update FAQ.Bruce Momjian
2002-01-10Temporary workaround for links within bibliography references fouling upPeter Eisentraut
footnote count.
2002-01-10More pg_upgrade improvements. Almost done, except for max transactionBruce Momjian
setting.
2002-01-09Describe type casts under the heading of Value Expressions, and explainTom Lane
the difference between a run-time type cast and casting a literal string to a specific type. Minor editorial work in same area.
2002-01-09Update with new features. Still disabled.Bruce Momjian
2002-01-09Make spelling of operating system names match official version closely.Peter Eisentraut
And listing QNX 6 as both supported and unsupported is probably not helpful.
2002-01-08Adjust spelling of article titles to match the originals, add some links.Peter Eisentraut
2002-01-08Update Thomas Lockhart's email address to lockhart@fourpalms.org.Bruce Momjian
2002-01-08Repair the GEQO bibliography. It was marked up all wrong. Move some ofPeter Eisentraut
the info to the main bibliography.
2002-01-08Point to main CPAN site, and reword a little.Peter Eisentraut
2002-01-08Minor wordsmithing.Tom Lane
2002-01-08Make FreeBSD URL point to the right chapter again.Peter Eisentraut
2002-01-08Email address no longer valid.Bruce Momjian
2002-01-08Update bad URL's with good ones.Bruce Momjian
2002-01-07Editorial reviewPeter Eisentraut
2002-01-06Fix ecpg wording to be consistent.Bruce Momjian
2002-01-06Remove ecpg TODO section:Bruce Momjian
> Looking at this I also found an ecpg TODO list in the docs: > > http://candle.pha.pa.us/main/writings/pgsql/sgml/ecpg-develop.html > > Seems that TODO section should be removed. Some items are done, others > are on the main TODO list. That's correct. I did not fix the docs for quite some time. Michael -- Michael Meskes
2002-01-06Fix copy-and-paste brain damage. (These commands do not create aTom Lane
database.)
2002-01-04ecpg.sgml manual page updated to ON.Bruce Momjian
--------------------------------------------------------------------------- When you run 'ecpg --help' you get the following: -t turn on autocommit of transactions amongst the other options... Shouldn't this be OFF as per the documentation? Best regards, Lee. -- Lee Kindness, Senior Software Engineer, lkindness@csl.co.uk
2002-01-04Add more complete details on date/time keywords and parsing rules.Thomas G. Lockhart
Move some tabular information on these from the chapter on data types to the appendix on dates and times.
2002-01-04Update FAQ.Bruce Momjian
2002-01-03Update FAQ_DEV.Bruce Momjian
2002-01-03Update FAQ_DEV.Bruce Momjian
2002-01-03Add mention of index on foreign key for frequently updated primary keyBruce Momjian
tables.
2002-01-03droplang had same problem as createlang; default are backwards and didBruce Momjian
not work. Fixed to match createlang.
2002-01-03Add mention of PRIMARY in ALTER TABLE ... [ UNIQUE | PRIMARY ]Bruce Momjian