summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
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
2002-01-03In createlang, make dbname optional, not langname, or rather, makeBruce Momjian
existing code of dbname optional actually work.
2002-01-02Fix incorrect description of rowtype variable declarations. EventuallyTom Lane
(IMHO) the code should be fixed to do what the documentation formerly claimed, and then revert this change.
2001-12-30Repair example, per note in interactive docs.Tom Lane
2001-12-30Update FAQ_DEV.Bruce Momjian
2001-12-29Add missing <varlistentry>; shown in build logs.Bruce Momjian
2001-12-29Document the precision arguments for date/time types per SQL9x.Thomas G. Lockhart
Update the list of recognized time zones. Document the range of arguments allowed for SET TIME ZONE. Still need to add info on other date/time symbols (e.g. "AM", "T") and to freshen the docs on the date/time parsing rules.
2001-12-29Update FAQ_DEV.Bruce Momjian
2001-12-29Update FAQ_DEV.Bruce Momjian
2001-12-29Update FAQ_DEV.Bruce Momjian
2001-12-28Add more Christof Petig ecpg items.Bruce Momjian
2001-12-28Add mention of Christof Petig for ecpg items.Bruce Momjian