summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
1999-06-08MVCC updation.Vadim B. Mikheev
1999-06-08Fix for duplicate LC_COLLATEBruce Momjian
1999-06-08Add mention of new pg_dump feature.Bruce Momjian
1999-06-07Update TODO.Bruce Momjian
1999-06-05Update FAQ's for release.Bruce Momjian
1999-06-05Update with more TODO items.Bruce Momjian
1999-06-04Add blurb on new docs in release notes.Thomas G. Lockhart
Make minor info and markup changes for v6.5 release.
1999-06-04Add input parameters for LOCK TABLE. Still needs explanation from Vadim.Thomas G. Lockhart
Fix markup.
1999-06-04May as well keep an ApplixWare version of this file too.Thomas G. Lockhart
1999-06-04Add mention of SHARE ROW EXCLUSIVE mode.Bruce Momjian
1999-06-04man page cleanup for vadim.Bruce Momjian
1999-06-04Add description for SET TRANSACTION.Bruce Momjian
1999-06-03cleanupBruce Momjian
1999-06-03SET 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-03Thanks for this, but SET TRANSACTION ISOLATION LEVELBruce 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-03Update of release notes with new items.Bruce Momjian
1999-06-03Add mention of FOR UPDATE and LIMIT/OFFSET>Bruce Momjian
1999-06-03Update lock sgml/man/psql help pages.Bruce Momjian
1999-06-03Add SET TRANSACTION ISOLATION LEVEL and SET NAMES mention.Bruce Momjian
1999-06-03Update SET commands for psql \h, man pages, and sgml.Bruce Momjian
1999-06-03Minor markup fixes.Thomas G. Lockhart
1999-06-03Make separate subsection for Vadim's MVCC notes.Thomas G. Lockhart
Add timing info for v6.5 on my linux box.
1999-06-03Fix markup and formatting.Thomas G. Lockhart
1999-06-03Notes in Migration to v6.5 section.Vadim B. Mikheev
1999-06-03Markup changes for v6.5 release.Thomas G. Lockhart
Clean out duplicate stuff in odbc.sgml resulting from a faulty patch.
1999-06-03CGM format from Hannu. Seem to have lost the .ag original :(Thomas G. Lockhart
1999-06-01Make 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-28Clean up mention of gmake vs. make.Bruce Momjian
1999-05-27Make pg_dump dump ACL's by default, print warning on use of -z, and addBruce Momjian
new -x option to skip acl dump.
1999-05-27Markup fixes.Thomas G. Lockhart
1999-05-27Markup fixes.Thomas G. Lockhart
Update for v6.5 release.
1999-05-27Significant updates from Vince Vielhaber.Thomas G. Lockhart
1999-05-27Remove disclaimer about exact numeric types. They work now!Thomas G. Lockhart
1999-05-27Refresh FreeBSD info.Thomas G. Lockhart
1999-05-27Significant update from Vince Vielhaber.Thomas G. Lockhart
1999-05-27Update release notes for 6.5.Bruce Momjian
1999-05-27Clean up release sgml file.Bruce Momjian
1999-05-26Add 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-26Chapter 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-26Add new reference pages for postmaster and postgres.Thomas G. Lockhart
Normalize markup for vacuumdb; content is the same.
1999-05-26First copy from the man pages.Thomas G. Lockhart
postgres-ref.sgml is not yet marked up.
1999-05-22Finish initial markup of cvs.sgml, and include it in the programmer's guideThomas G. Lockhart
and the integrated doc. Clean up other markup.
1999-05-21Add material about postmaster startup failure messages;Tom Lane
update material about client connection failure messages.
1999-05-21Added a long section about proper use of the optimizer-hintTom Lane
clauses in CREATE OPERATOR. Needs markup work.
1999-05-21Minor updates to libpq documentation.Tom Lane
1999-05-20Add reference pages on user interface applications.Thomas G. Lockhart
1999-05-20Rearrange 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-20Very minor improvements in CREATE OPERATOR docs.Tom Lane
1999-05-20Update CREATE FUNCTION docs: mention use of AS clause withTom Lane
INTERNAL functions, add a warning about trying to overload function names for dynamically loaded C functions (from old man page).
1999-05-20Update SGML docs with some changes I made to test/regress/READMETom Lane
many moons ago, but forgot to put here.