Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Updates about NLS | Peter Eisentraut | 2001-11-18 | |
| | ||||
* | Mention the option to submit bug reports via a web-form. Minor | Tom Lane | 2001-11-18 | |
| | | | | copy editing. | |||
* | Fix obsolete claim that only btree indexes support multiple columns; | Tom Lane | 2001-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 and | Tom Lane | 2001-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 Lane | 2001-11-17 | |
| | ||||
* | Expand documentation for sequence functions (nextval and friends). | Tom Lane | 2001-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 changes | Peter Eisentraut | 2001-11-17 | |
| | ||||
* | Update Japanese FAQ's. | Bruce Momjian | 2001-11-17 | |
| | ||||
* | Use -f for rm. | Peter Eisentraut | 2001-11-16 | |
| | ||||
* | Fix silly error in plpgsql example. | Tom Lane | 2001-11-16 | |
| | ||||
* | Add documentation for new plpgsql cursor operations. Also, another | Tom Lane | 2001-11-15 | |
| | | | | round of editorial effort. | |||
* | Significant editorial overhaul of plpgsql documentation. | Tom Lane | 2001-11-15 | |
| | ||||
* | Add changes for multibyte support in 7.2. | Tatsuo Ishii | 2001-11-15 | |
| | ||||
* | Overhaul SPI documentation: bring it into some semblance of agreement | Tom Lane | 2001-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 structs | Tom Lane | 2001-11-14 | |
| | | | | | in C, but recommend that newbies who don't recognize this trick should do some studying ... | |||
* | Gnu -> GNU in docs. | Bruce Momjian | 2001-11-14 | |
| | ||||
* | Tweak parser so that there is a defined representation for datatypes | Tom Lane | 2001-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 Eisentraut | 2001-11-12 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2001-11-12 | |
| | ||||
* | Add more MD5 documentation now that odbc/jdbc support it. | Bruce Momjian | 2001-11-12 | |
| | ||||
* | Fix typo pointed out by bruno@wolff.to | Bruce Momjian | 2001-11-11 | |
| | ||||
* | Repair erroneous ALTER DROP CONSTRAINT example. | Tom Lane | 2001-11-10 | |
| | ||||
* | Support for images in jadetex and pdfjadetex. Formatting improvements for | Peter Eisentraut | 2001-11-08 | |
| | | | | lists, bibliography, index, page numbering. Add comments. | |||
* | Use <sect1> rather than <section> to simplify formatting. | Peter Eisentraut | 2001-11-08 | |
| | ||||
* | Add missing spaces | Peter Eisentraut | 2001-11-08 | |
| | ||||
* | Fix indexterms | Peter Eisentraut | 2001-11-08 | |
| | ||||
* | Move the indexterms around so they don't affect formatting | Peter Eisentraut | 2001-11-08 | |
| | ||||
* | Use <important> rather than <caution> when the condition isn't hazardous, | Peter Eisentraut | 2001-11-08 | |
| | | | | because the result looks to "scary" otherwise. | |||
* | Small tuning | Peter Eisentraut | 2001-11-08 | |
| | ||||
* | Spacing improvements | Peter Eisentraut | 2001-11-08 | |
| | ||||
* | Don't use dot in id attribute, which confuses the index generation code in | Peter Eisentraut | 2001-11-08 | |
| | | | | this particular instance. | |||
* | Cleanup of bibliography | Peter Eisentraut | 2001-11-08 | |
| | ||||
* | Add some notes about conditional rules used with views. | Tom Lane | 2001-11-06 | |
| | ||||
* | Fix coredump in plpgsql when trying to return a rowtype result. | Tom Lane | 2001-11-05 | |
| | | | | Need to return a TupleTableSlot, not just a bare tuple. | |||
* | Clean up wrong, misleading, or obsolete documentation about array types, | Tom Lane | 2001-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 Eisentraut | 2001-11-02 | |
| | ||||
* | Fix pg_pwd caching mechanism, which was broken by changes to fork | Tom Lane | 2001-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 Lane | 2001-11-01 | |
| | ||||
* | Copy-editing. | Tom Lane | 2001-11-01 | |
| | ||||
* | A little reformatting for better print appearance. | Peter Eisentraut | 2001-10-31 | |
| | ||||
* | More information about partial indexes, and some tips about examining | Peter Eisentraut | 2001-10-31 | |
| | | | | index usage. | |||
* | Reformat some non-sensical markup. | Peter Eisentraut | 2001-10-31 | |
| | ||||
* | Empty ulinks show the url string as hot text; no need to repeat the url as | Peter Eisentraut | 2001-10-31 | |
| | | | | element content. | |||
* | Attached is a small patch for the Reference Manual which adds | Bruce Momjian | 2001-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 Momjian | 2001-10-31 | |
| | | | | | | Add space between slash for ALTER TABLE / ADD .... Regression and *.po updates to follow. | |||
* | Grammatical corrections. | Tom Lane | 2001-10-30 | |
| | ||||
* | Update WAL configuration discussion to reflect post-7.1 tweaking. | Tom Lane | 2001-10-26 | |
| | | | | Minor copy-editing. | |||
* | More cleanup of CREATE FUNCTION examples. | Tom Lane | 2001-10-26 | |
| | ||||
* | Editorial work on xfunc chapter --- better explanations about SQL | Tom Lane | 2001-10-26 | |
| | | | | functions handling composite types and sets, various minor cleanups. | |||
* | updates to jdbc documentation for 7.2 | Barry Lind | 2001-10-25 | |
| |