aboutsummaryrefslogtreecommitdiff
path: root/doc/src
Commit message (Collapse)AuthorAge
...
* Updates about NLSPeter Eisentraut2001-11-18
|
* Mention the option to submit bug reports via a web-form. MinorTom Lane2001-11-18
| | | | copy editing.
* Fix obsolete claim that only btree indexes support multiple columns;Tom Lane2001-11-18
| | | | | GiST does now, too. (Someone needs to write a description of GiST to add to this chapter. I don't know enough about it ...)
* Clean up treatment of creating/dropping databases in User's Guide andTom Lane2001-11-18
| | | | | | Admin Guide. Move discussion of template databases out of footnotes in CREATE DATABASE ref page and into a section of the Admin Guide. Clean up various obsolete claims, do some copy-editing.
* Copy-editing.Tom Lane2001-11-17
|
* Expand documentation for sequence functions (nextval and friends).Tom Lane2001-11-17
| | | | | Place it in the expected place in the User's Guide, rather than hiding it in the command reference page for CREATE SEQUENCE.
* Update key words for recent grammar changesPeter Eisentraut2001-11-17
|
* Update Japanese FAQ's.Bruce Momjian2001-11-17
|
* Use -f for rm.Peter Eisentraut2001-11-16
|
* Fix silly error in plpgsql example.Tom Lane2001-11-16
|
* Add documentation for new plpgsql cursor operations. Also, anotherTom Lane2001-11-15
| | | | round of editorial effort.
* Significant editorial overhaul of plpgsql documentation.Tom Lane2001-11-15
|
* Add changes for multibyte support in 7.2.Tatsuo Ishii2001-11-15
|
* Overhaul SPI documentation: bring it into some semblance of agreementTom Lane2001-11-14
| | | | with reality, and add doco for Jan's recent round of enhancements.
* Try to be a little less terse about dealing with variable-length structsTom Lane2001-11-14
| | | | | in C, but recommend that newbies who don't recognize this trick should do some studying ...
* Gnu -> GNU in docs.Bruce Momjian2001-11-14
|
* Tweak parser so that there is a defined representation for datatypesTom Lane2001-11-12
| | | | | | | | | | | | bpchar, bit, numeric with typmod -1. Alter format_type so that this representation is printed when the typmod is -1. This ensures that tables having such columns can be pg_dump'd and reloaded correctly. Also, remove the rather useless and non-SQL-compliant default precision and scale for type NUMERIC. A numeric column declared as such (with no precision/scale) will now have typmod -1 which means that numeric values of any precision/scale can be stored in it, without conversion to a uniform scale. This seems significantly more useful than the former behavior. Part of response to bug #513.
* Add some more index entries.Peter Eisentraut2001-11-12
|
* Update FAQ.Bruce Momjian2001-11-12
|
* Add more MD5 documentation now that odbc/jdbc support it.Bruce Momjian2001-11-12
|
* Fix typo pointed out by bruno@wolff.toBruce Momjian2001-11-11
|
* Repair erroneous ALTER DROP CONSTRAINT example.Tom Lane2001-11-10
|
* Support for images in jadetex and pdfjadetex. Formatting improvements forPeter Eisentraut2001-11-08
| | | | lists, bibliography, index, page numbering. Add comments.
* Use <sect1> rather than <section> to simplify formatting.Peter Eisentraut2001-11-08
|
* Add missing spacesPeter Eisentraut2001-11-08
|
* Fix indextermsPeter Eisentraut2001-11-08
|
* Move the indexterms around so they don't affect formattingPeter Eisentraut2001-11-08
|
* Use <important> rather than <caution> when the condition isn't hazardous,Peter Eisentraut2001-11-08
| | | | because the result looks to "scary" otherwise.
* Small tuningPeter Eisentraut2001-11-08
|
* Spacing improvementsPeter Eisentraut2001-11-08
|
* Don't use dot in id attribute, which confuses the index generation code inPeter Eisentraut2001-11-08
| | | | this particular instance.
* Cleanup of bibliographyPeter Eisentraut2001-11-08
|
* Add some notes about conditional rules used with views.Tom Lane2001-11-06
|
* Fix coredump in plpgsql when trying to return a rowtype result.Tom Lane2001-11-05
| | | | Need to return a TupleTableSlot, not just a bare tuple.
* Clean up wrong, misleading, or obsolete documentation about array types,Tom Lane2001-11-03
| | | | | particularly in the CREATE TYPE reference page. Fix some other errors in the CREATE TYPE page, too.
* Update keyword list for 7.2 release.Peter Eisentraut2001-11-02
|
* Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane2001-11-02
| | | | | | | postmaster children before client auth step. Postmaster now rereads pg_pwd on receipt of SIGHUP, the same way that pg_hba.conf is handled. No cycles need be expended to validate password cache validity during connection startup.
* Fix broken markup.Tom Lane2001-11-01
|
* Copy-editing.Tom Lane2001-11-01
|
* A little reformatting for better print appearance.Peter Eisentraut2001-10-31
|
* More information about partial indexes, and some tips about examiningPeter Eisentraut2001-10-31
| | | | index usage.
* Reformat some non-sensical markup.Peter Eisentraut2001-10-31
|
* Empty ulinks show the url string as hot text; no need to repeat the url asPeter Eisentraut2001-10-31
| | | | element content.
* Attached is a small patch for the Reference Manual which addsBruce Momjian2001-10-31
| | | | | | | | | | | | information about nulls and sort order. This is based on information obtained from Peter Eisentraut and Tom Lane on pgsql-hackers. Please check my English and Docbook markup, as both are a second language to me. Rene Pijlman
* Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian2001-10-31
| | | | | | Add space between slash for ALTER TABLE / ADD .... Regression and *.po updates to follow.
* Grammatical corrections.Tom Lane2001-10-30
|
* Update WAL configuration discussion to reflect post-7.1 tweaking.Tom Lane2001-10-26
| | | | Minor copy-editing.
* More cleanup of CREATE FUNCTION examples.Tom Lane2001-10-26
|
* Editorial work on xfunc chapter --- better explanations about SQLTom Lane2001-10-26
| | | | functions handling composite types and sets, various minor cleanups.
* updates to jdbc documentation for 7.2Barry Lind2001-10-25
|