Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Update FAQ_DEV. | Bruce Momjian | 2001-11-27 | |
| | ||||
* | Update FAQ_DEV. | Bruce Momjian | 2001-11-27 | |
| | ||||
* | Update FAQ_DEV. | Bruce Momjian | 2001-11-27 | |
| | ||||
* | formating and spelling fixes to my last doc update | Barry Lind | 2001-11-27 | |
| | ||||
* | Fix confusion about -f switch: it's output not input. | Tom Lane | 2001-11-26 | |
| | ||||
* | Rename make_keywords.README to make_keywords. | Bruce Momjian | 2001-11-26 | |
| | ||||
* | Update FAQ_DEV. | Bruce Momjian | 2001-11-26 | |
| | ||||
* | Rename find_baddefs to find_badmacros | Bruce Momjian | 2001-11-26 | |
| | ||||
* | Update for all priviledge items. | Bruce Momjian | 2001-11-26 | |
| | ||||
* | Add mention of UPDATE permissions. | Bruce Momjian | 2001-11-26 | |
| | ||||
* | Add documentation about "--" not working on Free/OpenBSD. | Bruce Momjian | 2001-11-26 | |
| | ||||
* | More tag cleanups. | Bruce Momjian | 2001-11-26 | |
| | ||||
* | Fix SGML tag misspelling. | Bruce Momjian | 2001-11-26 | |
| | ||||
* | Updates to JDBC doc: | Barry Lind | 2001-11-26 | |
| | | | | | | | Editing pass over entire chapter Rewrote section dealing with Large Objects to also talk about bytea support Removed secion on Serialize functionality a we intend to remove it in the next release | |||
* | Fix comment | Peter Eisentraut | 2001-11-25 | |
| | ||||
* | Further work on postmaster and postgres reference pages. | Tom Lane | 2001-11-25 | |
| | ||||
* | Fix markup error I introduced. | Bruce Momjian | 2001-11-25 | |
| | ||||
* | Add cross-reference to standalone-backend ref page. | Tom Lane | 2001-11-25 | |
| | ||||
* | Mention -c also allows -- GNU long option format, all platforms. | Bruce Momjian | 2001-11-25 | |
| | ||||
* | Tweak int8in to accept -9223372036854775808, per recent discussion in | Tom Lane | 2001-11-24 | |
| | | | | pgsql-patches. | |||
* | Copy-editing. | Tom Lane | 2001-11-23 | |
| | ||||
* | Copy-editing. | Tom Lane | 2001-11-23 | |
| | ||||
* | Improve wording. | Bruce Momjian | 2001-11-23 | |
| | ||||
* | Document index entries are built first. | Bruce Momjian | 2001-11-23 | |
| | ||||
* | Add mention that ALTER TABLE RENAME affects indexes and sequences too. | Bruce Momjian | 2001-11-22 | |
| | ||||
* | Add description of SSL request protocol. Miscellaneous copy-editing. | Tom Lane | 2001-11-22 | |
| | ||||
* | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane | 2001-11-21 | |
| | ||||
* | Add documentation for pg_get_ruledef and friends. | Tom Lane | 2001-11-21 | |
| | ||||
* | Spelling and grammatical corrections. | Tom Lane | 2001-11-21 | |
| | ||||
* | Deprecate 'current' date/time constant. | Thomas G. Lockhart | 2001-11-21 | |
| | | | | Purge "Postgres" in favor of "PostgreSQL" in docs. ref/ not yet done. | |||
* | Deprecate 'current' for date/time input. | Thomas G. Lockhart | 2001-11-21 | |
| | | | | | Fix up references to "PostgreSQL" rather than "Postgres". Was roughly evenly split between the two before. ref/ files not yet done. | |||
* | Update for first platforms reported as working | Thomas G. Lockhart | 2001-11-21 | |
| | | | | for the upcoming 7.2 release. | |||
* | Peter Eisentraut wrote: | Bruce Momjian | 2001-11-21 | |
| | | | | | | | | | | | | | | | | | | | | | > So I would base this discussion on the premise "bytea stores binary data" > (insert examples). > > Some stylistic issues: > > bytea => <type>bytea</type> > > NULLs => zero bytes/bytes of value zero ("NULL" is too overloaded) > > 'non-printable' => <quote>nonprintable</quote> > > MUST => <emphasis>must</emphasis> > Here's a patch against *CVS tip* to address Peter's comments. Please let me know what you think! Joe Conway | |||
* | Added a few paragraphs to explain current restricted execution environment, | Bruce Momjian | 2001-11-20 | |
| | | | | | | and error handling behavior. Bradley McLean | |||
* | Here's a patch adding documentation for the PQescapeBytea function to | Bruce Momjian | 2001-11-20 | |
| | | | | | | | | | | | libpq.sgml I was trying (but gave up) to cross-reference back to the input escape table in the User's Guide, but could not get the documentation to compile with a cross-book xref (missing IDREF error). Can a cross-book xref be done? Joe Conway | |||
* | I've created a new section to func.sgml, "Binary String Functions and | Bruce Momjian | 2001-11-20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Operators", plagiarized shamelessly from the "String Functions and Operators" section. There were enough differences that it made sense (at least to me) to give this its own section instead of cramming it in with normal string functions. This way I could also make the examples relevant, which is particularly important for bytea. One thing I think worth mentioning: while documenting the trim() function I realized that I never implemented the bytea equivalent of rtrim and ltrim. Therefore, the 'leading' and 'trailing' forms of trim, available with text, are not available with bytea (I'd be happy to correct this, but since it would require an initdb, I guess not until 7.3) -- the submitted doc accurately reflects this. I will look for other areas of the docs that need mention of bytea, but any guidance would be much appreciated. -- Here's a second bytea documentation patch. This one significantly expands the "Binary Data" section added by Bruce recently. Joe Conway | |||
* | Expand discussion of logfile management a little bit. | Tom Lane | 2001-11-20 | |
| | ||||
* | Expand description of how to use REINDEX. | Tom Lane | 2001-11-20 | |
| | ||||
* | Fill in empty tutorial section about transactions. | Tom Lane | 2001-11-19 | |
| | ||||
* | Try to be a little bit clearer about the implications of GRANT TO PUBLIC | Tom Lane | 2001-11-19 | |
| | | | | | and REVOKE FROM PUBLIC: the latter is not the same as 'revoke from all users', but the ref page blurred the difference. | |||
* | Grammatical and spelling fixes. | Tom Lane | 2001-11-19 | |
| | ||||
* | Fix a few typos, grammatical problems, etc in new tutorial material. | Tom Lane | 2001-11-19 | |
| | | | | Overall a really nice job here, Peter ... | |||
* | A bunch of small doco updates motivated by scanning the comments on | Tom Lane | 2001-11-19 | |
| | | | | the interactive docs. | |||
* | Add example of using 'sameuser' followed by 'all' pg_hba records to | Tom Lane | 2001-11-18 | |
| | | | | | enforce a limit on who can connect to databases other than their own. From a recent discussion in pg-admin. | |||
* | Fix some typos. | Tom Lane | 2001-11-18 | |
| | ||||
* | Update various obsolete remarks about VACUUM. | Tom Lane | 2001-11-18 | |
| | ||||
* | utils/geo-decls.h should be utils/geo_decls.h, per report from | Tom Lane | 2001-11-18 | |
| | | | | StÃ…phane Raimbault. | |||
* | Mention that LIKE ... ESCAPE '' is allowed to specify no | Tom Lane | 2001-11-18 | |
| | | | | escape character. | |||
* | Point out that TRUNCATE can't be used inside a transaction block. | Tom Lane | 2001-11-18 | |
| | ||||
* | Initial round of tweakage for man pages | Peter Eisentraut | 2001-11-18 | |
| |