summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
1999-05-13Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane
lists are now plain old garden-variety Lists, allocated with palloc, rather than specialized expansible-array data allocated with malloc. This substantially simplifies their handling and eliminates several sources of memory leakage. Several basic types of erroneous queries (syntax error, attempt to insert a duplicate key into a unique index) now demonstrably leak zero bytes per query.
1999-05-12Minor wording change.Thomas G. Lockhart
1999-05-12Include mention of CASE, COALESCE, and IFNULL.Thomas G. Lockhart
Add date/time parsing procedure (perhaps should be in appendix). Add time zone information (ditto). Update keyword list.
1999-05-10Update man page for selectBruce Momjian
1999-05-10 libpq++ uses fe_setauthsvc which is deprecated and results in an errorBruce Momjian
on connection. This patch changes it to use PQconnectdb rather than {fe_setauthsvc,PQsetdb}. This still isn't the complete solution, as there is no provision for user,password in class PgEnv, but it does get rid of the error message. Tested with gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release) under NetBSD-1.3K/i386. Cheers, Patrick Welche
1999-05-04Fix up examples of sh/ksh PATH environment variable definition.Thomas G. Lockhart
1999-05-04Clean up markup for first useful version.Thomas G. Lockhart
1999-05-04Include new introductory chapter on SQL from Stefan S.Thomas G. Lockhart
Should this be in the tutorial instead?
1999-05-04Indent markup using emacs.Thomas G. Lockhart
1999-05-04Include specific info on available timezones.Thomas G. Lockhart
Document date/time input parsing procedure.
1999-05-04Include chapters on security and an intro to SQL.Thomas G. Lockhart
1999-05-04First version of markup which can run through jade for html.Thomas G. Lockhart
Probably not acceptable yet. Need to check some math symbols and markup.
1999-05-04Include chapter on security.Thomas G. Lockhart
1999-04-30Prevent priority inversion in locking by checking for existing locksBruce Momjian
before going into queue behind person with higher piority.
1999-04-23Rename explain's "size" to "rows".Bruce Momjian
1999-04-17Add res checking to libpq examples, from Dan Merillat.Bruce Momjian
1999-04-15Replaced <literal></literal> with "" in ProgramListing sectionsPeter Mount
1999-04-15Correct documentation of CREATE OPERATOR.Tom Lane
1999-04-13Add -E optionTatsuo Ishii
1999-04-08Add section from Tom Lane on hashjoin characteristics of operators.Thomas G. Lockhart
Add emacs editor hints to bottom of file.
1999-04-08Add emacs editor hints to bottom of file.Thomas G. Lockhart
1999-04-06Fix markup to include all closing tags.Thomas G. Lockhart
Required by newest versions of DocBook and style sheets.
1999-04-06Start indenting markup. No text changes.Thomas G. Lockhart
1999-04-06Fix XREF markup and typo.Thomas G. Lockhart
1999-03-30Fix up small markup problems. Force omit-tags to nil so we have tagThomas G. Lockhart
completion as required by the newest DocBook conventions.
1999-03-30Repair cut-and-paste typo which described createdb rather than destroydb.Thomas G. Lockhart
1999-03-30Include libpq+.sgml in the doc set.Thomas G. Lockhart
Had been omitted from the integrated doc for no good reason.
1999-03-30Updates from Vince Vielhaber are the first since 1997.Thomas G. Lockhart
1999-03-30Markup fixes from Vince Vielhaber.Thomas G. Lockhart
1999-03-24*** empty log message ***Michael Meskes
1999-03-20Fix &g.Bruce Momjian
1999-03-19Add EXCEPT/INTERSECT doc changes.Bruce Momjian
1999-03-17grammar cleanupBruce Momjian
1999-03-17INET/CIDR doc cleanupBruce Momjian
1999-03-17Add docs about left-associativity of operators.Bruce Momjian
1999-03-17Add documentation change for %'s precidence.Bruce Momjian
1999-03-16Update sgml for 6.4.* release changes.Bruce Momjian
1999-03-15bool uses one byteBruce Momjian
1999-03-14Patches for the SGML documentation relatingBruce Momjian
to the tutorial code changes. NOTE: I couldn't get ngsmls to find the document type so that the changes could be checked. However, the changes were very minor: Best, Clark
1999-03-07geqo now at 11 tablesBruce Momjian
1999-02-21Document configure's --with-maxbackends switch.Tom Lane
Fix a few small typos.
1999-02-19Fix parens typo reported by wmt@thi.com (Bill Tonkin).Thomas G. Lockhart
1999-02-19Fix SGML markup from last content changes.Thomas G. Lockhart
1999-02-18Enable bushy and right-hand queries by default.Bruce Momjian
1999-02-18Enable bushy plans by default.Bruce Momjian
1999-02-14Optimizer rename.Bruce Momjian
1999-02-13Re-enable arch-dev.sgml now that it has new information from Stefan'sThomas G. Lockhart
Master's Thesis.
1999-02-13Require complete tagging in emacs hints at bottom of file.Thomas G. Lockhart
1999-02-13Include chapter on SQL language elements (keywords, etc).Thomas G. Lockhart
Should merge with or complement Stefan's Master's Thesis intro to SQL.
1999-02-13Describe the date/time parsing rules.Thomas G. Lockhart
Include specific information on the supported time zones. It's a really big table, so maybe it should go into an appendix instead.