aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
...
* Add documentation about the inability of plpsql to use parameter namesBruce Momjian2005-12-08
| | | | that are the same as column names used in the function.
* Fix incorrect SPI example, per Yoshihisa Nakano.Tom Lane2005-12-07
|
* Improve lazy vacuum wording.Bruce Momjian2005-12-07
|
* Clarify vacuum lazy can shrink a file under certain circumstances.Bruce Momjian2005-12-07
|
* Update iconv wording, per Peter.Bruce Momjian2005-12-06
|
* Highlight diff idea for iconv.Bruce Momjian2005-12-06
|
* iconv uses UTF-8, not UTF8.Bruce Momjian2005-12-06
|
* Document method of removing invalid UTF8 escape sequences from dumpBruce Momjian2005-12-06
| | | | | | file. Backpatch to 8.1.X. Paul Lindner
* Since my name has a non-ascii-letter in it, it's often spelled wrong. InBruce Momjian2005-12-06
| | | | | | | | | the latest release notes there is a latin1 character that shouldn't be there so I made a patch to fix that. This patch also fixes some old entries that uses o instead of ö (which is also wrong but not as bad as including a latin1 character in the sgml file). Dennis Bj?rklund
* Allow to_char(interval) and to_char(time) to use AM/PM specifications.Bruce Momjian2005-12-03
| | | | | | | | | | | Map them to a single day, so '30 hours' is 'AM'. Have to_char(interval) and to_char(time) use "HH", "HH12" as 12-hour intervals, rather than bypass and print the full interval hours. This is neeeded because to_char(time) is mapped to interval in this function. Intervals should use "HH24", and document suggestion. Allow "D" format specifiers for interval/time.
* Fix obsolete description of -h option, per Andreas Schmidt.Tom Lane2005-12-02
|
* Fix typo in PL/PgSQL documentation, per Chris KL.Neil Conway2005-12-01
|
* Improve documentation for COALESCE and NULLIF. Add references for NVLBruce Momjian2005-11-28
| | | | | | and IFNULL. Backpatch to 8.1.X.
* Update Japanese FAQ.Bruce Momjian2005-11-18
| | | | J.Kuwamura
* Properly document return value of strpos().Bruce Momjian2005-11-16
|
* Update FAQ for most recent release as 8.1.Bruce Momjian2005-11-05
|
* Yet another supported-platforms update.Tom Lane2005-11-05
|
* Editorial review for partitioning/constraint exclusion documentation.Tom Lane2005-11-04
|
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
|
* Update release notes for 8.1.Bruce Momjian2005-11-04
|
* Update supported-platforms list.Tom Lane2005-11-04
|
* Avoid referring to a specific version of the SQL standard except whereTom Lane2005-11-04
| | | | | | necessary, and be careful to refer to the right version where it is useful to do so. This partially reverts an ill-considered search and replace from a few months ago.
* Some minor improvements to the CE docs. Also fix a bit of SGML markupNeil Conway2005-11-03
| | | | elsewhere.
* Add Tomoaki Sato to pgbench changes in release notes.Bruce Momjian2005-11-02
|
* Add some documentation for constraint exclusion and basic partitioning.Neil Conway2005-11-01
| | | | From Simon Riggs; cleanup and editorialization by Neil Conway.
* Make an editorial pass over the reference pages.Tom Lane2005-11-01
|
* Update supported-platforms entry for Tru64.Tom Lane2005-10-31
|
* Mention in the docs that temporary/non-temp tables can not shareBruce Momjian2005-10-31
| | | | referential integrity relationships.
* Update supported-platforms list.Tom Lane2005-10-30
|
* Fix psql ref typo.Bruce Momjian2005-10-30
| | | | Andreas Seltenreich
* Update supported-platforms list.Tom Lane2005-10-28
|
* Fix broken markup.Tom Lane2005-10-28
|
* Remove mention that \x doesn't affect backslash commands.Bruce Momjian2005-10-28
|
* Update:Bruce Momjian2005-10-27
| | | | | < o Allow ALTER TABLE RENAME CONSTRAINT > o Add ALTER TABLE RENAME CONSTRAINT, update index name also
* Add:Bruce Momjian2005-10-27
| | | | | > o Have ALTER INDEX update the name of a constraint using that index > o Allow ALTER TABLE RENAME CONSTRAINT
* Add mention that .pgpass localhost matches tcp and unix domain sockets.Bruce Momjian2005-10-27
|
* Add mention of errfinish.Bruce Momjian2005-10-27
|
* Disable expanded mode only for \d tablename, not for all backslashBruce Momjian2005-10-27
| | | | commands. Per complaint that \df+ is clearer in expanded mode.
* Add items from Tom:Bruce Momjian2005-10-27
| | | | | | | | | | | | | | | | | | | < o Add a GUC variable to allow output of interval values in ISO8601 < format 212a211,223 > o Add a GUC variable to allow output of interval values in ISO8601 > format > o Improve timestamptz subtraction to be DST-aware > > Currently, subtracting one date from another that crosses a > daylight savings time adjustment can return '1 day 1 hour', but > adding that back to the first date returns a time one hour in > the future. This is caused by the adjustment of '25 hours' to > '1 day 1 hour', and '1 day' is the same time the next day, even > if daylight savings adjustments are involved. > > o Fix interval display to support values exceeding 2^31 hours > o Add overflow checking to timestamp and interval arithmetic
* Add info about using rsync to make base backups. Per report fromTom Lane2005-10-26
| | | | Jeff Frost, it may be necessary to ignore specific exit codes.
* Adjust parser so that POSTQUEL-style implicit RTEs are stored withTom Lane2005-10-26
| | | | | | inFromCl true, meaning that they will list out as explicit RTEs if they are in a view or rule. Update comments about inFromCl to reflect the way it's now actually used. Per recent discussion.
* Rename config section headings.Bruce Momjian2005-10-26
| | | | Simon Riggs
* Add:Bruce Momjian2005-10-25
| | | | | | | | > > o Add auto-expanded mode so expanded output is used if the row > length is wider than the screen width. > > Consider using auto-expanded mode for backslash commands like \df+.
* Convert explanation of interval change into something resembling grammaticalTom Lane2005-10-25
| | | | English, and fix the incorrect example.
* Small grammar correction.Tom Lane2005-10-25
|
* Update 24 hours/1 day distinction in release notes.Bruce Momjian2005-10-25
|
* Update the URL for "The Hitch-Hiker's Guide to Evolutionary Computation".Bruce Momjian2005-10-25
| | | | Sergey E. Koposov
* Add:Bruce Momjian2005-10-24
| | | | | > * Allow user-defined functions retuning a domain value to enforce domain > constraints
* More forcefully recommend MD5 over crypt authentication.Bruce Momjian2005-10-24
|
* Fix incorrect wording about function failure time on unsafe ops - theseAndrew Dunstan2005-10-24
| | | | | are now caught by the validator. And a small visit from the perl style police: check the return value from open().