| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1999-06-08 | MVCC updation. | Vadim B. Mikheev | |
| 1999-06-08 | Fix for duplicate LC_COLLATE | Bruce Momjian | |
| 1999-06-08 | Add mention of new pg_dump feature. | Bruce Momjian | |
| 1999-06-07 | Update TODO. | Bruce Momjian | |
| 1999-06-05 | Update FAQ's for release. | Bruce Momjian | |
| 1999-06-05 | Update with more TODO items. | Bruce Momjian | |
| 1999-06-04 | Add blurb on new docs in release notes. | Thomas G. Lockhart | |
| Make minor info and markup changes for v6.5 release. | |||
| 1999-06-04 | Add input parameters for LOCK TABLE. Still needs explanation from Vadim. | Thomas G. Lockhart | |
| Fix markup. | |||
| 1999-06-04 | May as well keep an ApplixWare version of this file too. | Thomas G. Lockhart | |
| 1999-06-04 | Add mention of SHARE ROW EXCLUSIVE mode. | Bruce Momjian | |
| 1999-06-04 | man page cleanup for vadim. | Bruce Momjian | |
| 1999-06-04 | Add description for SET TRANSACTION. | Bruce Momjian | |
| 1999-06-03 | cleanup | Bruce Momjian | |
| 1999-06-03 | SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; | Bruce Momjian | |
| SET TRANSACTION ISOLATION LEVEL READ COMMITTED; ^^^^ required Also note that SET TRANSACTION ISOLATION LEVEL change isolevel for _current_ transaction, in accordance with standard, not for session (ALTER SESSION is used in Oracle, but it's not implemented currently). And I would don't mention SET XACTISOLEVEL TO ... form at all. Please update set.sgml - I failed to understand all these SET TIME ZONE { '<REPLACEABLE CLASS="PARAMETER"> now. for Vadim | |||
| 1999-06-03 | Thanks for this, but SET TRANSACTION ISOLATION LEVEL | Bruce Momjian | |
| should be described like SET TIME ZONE: TO is not allowed, as well as DEFAULT option. There are only two forms: for Vadim. | |||
| 1999-06-03 | Update of release notes with new items. | Bruce Momjian | |
| 1999-06-03 | Add mention of FOR UPDATE and LIMIT/OFFSET> | Bruce Momjian | |
| 1999-06-03 | Update lock sgml/man/psql help pages. | Bruce Momjian | |
| 1999-06-03 | Add SET TRANSACTION ISOLATION LEVEL and SET NAMES mention. | Bruce Momjian | |
| 1999-06-03 | Update SET commands for psql \h, man pages, and sgml. | Bruce Momjian | |
| 1999-06-03 | Minor markup fixes. | Thomas G. Lockhart | |
| 1999-06-03 | Make separate subsection for Vadim's MVCC notes. | Thomas G. Lockhart | |
| Add timing info for v6.5 on my linux box. | |||
| 1999-06-03 | Fix markup and formatting. | Thomas G. Lockhart | |
| 1999-06-03 | Notes in Migration to v6.5 section. | Vadim B. Mikheev | |
| 1999-06-03 | Markup changes for v6.5 release. | Thomas G. Lockhart | |
| Clean out duplicate stuff in odbc.sgml resulting from a faulty patch. | |||
| 1999-06-03 | CGM format from Hannu. Seem to have lost the .ag original :( | Thomas G. Lockhart | |
| 1999-06-01 | Make sure that only one intro is included in the integrated doc. | Thomas G. Lockhart | |
| Multiple intros cause trouble since they have some section elements (e.g. "y2k.sgml") in common leading to duplicate labels. Include emacs formatting hints in the intro*.sgml sources. | |||
| 1999-05-28 | Clean up mention of gmake vs. make. | Bruce Momjian | |
| 1999-05-27 | Make pg_dump dump ACL's by default, print warning on use of -z, and add | Bruce Momjian | |
| new -x option to skip acl dump. | |||
| 1999-05-27 | Markup fixes. | Thomas G. Lockhart | |
| 1999-05-27 | Markup fixes. | Thomas G. Lockhart | |
| Update for v6.5 release. | |||
| 1999-05-27 | Significant updates from Vince Vielhaber. | Thomas G. Lockhart | |
| 1999-05-27 | Remove disclaimer about exact numeric types. They work now! | Thomas G. Lockhart | |
| 1999-05-27 | Refresh FreeBSD info. | Thomas G. Lockhart | |
| 1999-05-27 | Significant update from Vince Vielhaber. | Thomas G. Lockhart | |
| 1999-05-27 | Update release notes for 6.5. | Bruce Momjian | |
| 1999-05-27 | Clean up release sgml file. | Bruce Momjian | |
| 1999-05-26 | Add chapters on CVS access, MVCC, SQL theory to the docs. | Thomas G. Lockhart | |
| Add an appendix with more details on date/time attributes and handling. Update most references to Postgres version numbers to 6.5, *except* for the porting list which will require a report from a successful installation to be updated. | |||
| 1999-05-26 | Chapter on multi-version concurrency control from Vadim. | Thomas G. Lockhart | |
| Some wording changes from Vadim's original text doc. Processes cleanly, but may need fixup. | |||
| 1999-05-26 | Add new reference pages for postmaster and postgres. | Thomas G. Lockhart | |
| Normalize markup for vacuumdb; content is the same. | |||
| 1999-05-26 | First copy from the man pages. | Thomas G. Lockhart | |
| postgres-ref.sgml is not yet marked up. | |||
| 1999-05-22 | Finish initial markup of cvs.sgml, and include it in the programmer's guide | Thomas G. Lockhart | |
| and the integrated doc. Clean up other markup. | |||
| 1999-05-21 | Add material about postmaster startup failure messages; | Tom Lane | |
| update material about client connection failure messages. | |||
| 1999-05-21 | Added a long section about proper use of the optimizer-hint | Tom Lane | |
| clauses in CREATE OPERATOR. Needs markup work. | |||
| 1999-05-21 | Minor updates to libpq documentation. | Tom Lane | |
| 1999-05-20 | Add reference pages on user interface applications. | Thomas G. Lockhart | |
| 1999-05-20 | Rearrange and consolidate the Admin Guide. | Thomas G. Lockhart | |
| Add reference pages for utilities and remove standalone chapters for same. Add material for an appendix on date/time properties, but not yet integrated with the User's Guide. Break up the former chapter on pg_options into Admin and Programmer's Guides. | |||
| 1999-05-20 | Very minor improvements in CREATE OPERATOR docs. | Tom Lane | |
| 1999-05-20 | Update CREATE FUNCTION docs: mention use of AS clause with | Tom Lane | |
| INTERNAL functions, add a warning about trying to overload function names for dynamically loaded C functions (from old man page). | |||
| 1999-05-20 | Update SGML docs with some changes I made to test/regress/README | Tom Lane | |
| many moons ago, but forgot to put here. | |||
