aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
...
* Point to main CPAN site, and reword a little.Peter Eisentraut2002-01-08
|
* Minor wordsmithing.Tom Lane2002-01-08
|
* Make FreeBSD URL point to the right chapter again.Peter Eisentraut2002-01-08
|
* Email address no longer valid.Bruce Momjian2002-01-08
|
* Update bad URL's with good ones.Bruce Momjian2002-01-08
|
* Editorial reviewPeter Eisentraut2002-01-07
|
* Fix ecpg wording to be consistent.Bruce Momjian2002-01-06
|
* Remove ecpg TODO section:Bruce Momjian2002-01-06
| | | | | | | | | | | | | | | | | > 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
* Fix copy-and-paste brain damage. (These commands do not create aTom Lane2002-01-06
| | | | database.)
* ecpg.sgml manual page updated to ON.Bruce Momjian2002-01-04
| | | | | | | | | | | | | | | | --------------------------------------------------------------------------- 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
* Add more complete details on date/time keywords and parsing rules.Thomas G. Lockhart2002-01-04
| | | | | Move some tabular information on these from the chapter on data types to the appendix on dates and times.
* Update FAQ.Bruce Momjian2002-01-04
|
* Update FAQ_DEV.Bruce Momjian2002-01-03
|
* Update FAQ_DEV.Bruce Momjian2002-01-03
|
* Add mention of index on foreign key for frequently updated primary keyBruce Momjian2002-01-03
| | | | tables.
* droplang had same problem as createlang; default are backwards and didBruce Momjian2002-01-03
| | | | not work. Fixed to match createlang.
* Add mention of PRIMARY in ALTER TABLE ... [ UNIQUE | PRIMARY ]Bruce Momjian2002-01-03
|
* In createlang, make dbname optional, not langname, or rather, makeBruce Momjian2002-01-03
| | | | existing code of dbname optional actually work.
* Fix incorrect description of rowtype variable declarations. EventuallyTom Lane2002-01-02
| | | | | (IMHO) the code should be fixed to do what the documentation formerly claimed, and then revert this change.
* Repair example, per note in interactive docs.Tom Lane2001-12-30
|
* Update FAQ_DEV.Bruce Momjian2001-12-30
|
* Add missing <varlistentry>; shown in build logs.Bruce Momjian2001-12-29
|
* Document the precision arguments for date/time types per SQL9x.Thomas G. Lockhart2001-12-29
| | | | | | | 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.
* Update FAQ_DEV.Bruce Momjian2001-12-29
|
* Update FAQ_DEV.Bruce Momjian2001-12-29
|
* Update FAQ_DEV.Bruce Momjian2001-12-29
|
* Add more Christof Petig ecpg items.Bruce Momjian2001-12-28
|
* Add mention of Christof Petig for ecpg items.Bruce Momjian2001-12-28
|
* Expand on description of when to use or not use TRUST auth method.Tom Lane2001-12-27
|
* Document obj_description and col_description functions; expandTom Lane2001-12-27
| | | | description of COMMENT command.
* Small fixesPeter Eisentraut2001-12-27
|
* Mention datatype() casting change.Bruce Momjian2001-12-27
|
* Update for new timestamp behavior.Bruce Momjian2001-12-27
|
* Fix directions for a client-only install, per comments from Alexey BorzovTom Lane2001-12-23
| | | | and Vivek Khera.
* Update description of CURRENT_TIMESTAMP and friends.Tom Lane2001-12-23
|
* Type interval takes a precision, too.Tom Lane2001-12-23
|
* Lots of content and formatting improvements in release notes. HISTORYPeter Eisentraut2001-12-23
| | | | now generated from DocBook sources.
* Add missing id attribute.Peter Eisentraut2001-12-23
|
* Spiff up discussion of precision on date/time data types.Thomas G. Lockhart2001-12-21
| | | | Add a NetBSD/alpha and update info on a few other platforms.
* Allow location of index creation perl script be be specified inThomas G. Lockhart2001-12-21
| | | | Makefile.custom, to allow finding it on Mandrake systems (at least).
* Some tuningPeter Eisentraut2001-12-19
|
* Revert breakagePeter Eisentraut2001-12-10
|
* Add new Japanese FAQ versions.Bruce Momjian2001-12-10
|
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
| | | | between Postgres and PostgreSQL.
* Update list of currently supported platforms.Thomas G. Lockhart2001-12-08
| | | | | | Mention SQL9x precision syntax for date/time types. Use PostgreSQL consistantly throughout docs. Before, usage was split evenly between Postgres and PostgreSQL.
* Update FAQ.Bruce Momjian2001-12-05
|
* Update FAQ.Bruce Momjian2001-12-05
|
* Update FAQ.Bruce Momjian2001-12-05
|
* Enforce restriction that COPY DELIMITERS string must be exactly oneTom Lane2001-12-04
| | | | | character; replace strchr() search with simple comparison to speed up COPY IN. Per discussion in pghackers.
* Update FAQ_DEV.Bruce Momjian2001-12-04
|