| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1999-05-13 | Rip out QueryTreeList structure, root and branch. Querytree | Tom 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-12 | Minor wording change. | Thomas G. Lockhart | |
| 1999-05-12 | Include 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-10 | Update man page for select | Bruce Momjian | |
| 1999-05-10 | libpq++ uses fe_setauthsvc which is deprecated and results in an error | Bruce 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-04 | Fix up examples of sh/ksh PATH environment variable definition. | Thomas G. Lockhart | |
| 1999-05-04 | Clean up markup for first useful version. | Thomas G. Lockhart | |
| 1999-05-04 | Include new introductory chapter on SQL from Stefan S. | Thomas G. Lockhart | |
| Should this be in the tutorial instead? | |||
| 1999-05-04 | Indent markup using emacs. | Thomas G. Lockhart | |
| 1999-05-04 | Include specific info on available timezones. | Thomas G. Lockhart | |
| Document date/time input parsing procedure. | |||
| 1999-05-04 | Include chapters on security and an intro to SQL. | Thomas G. Lockhart | |
| 1999-05-04 | First 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-04 | Include chapter on security. | Thomas G. Lockhart | |
| 1999-04-30 | Prevent priority inversion in locking by checking for existing locks | Bruce Momjian | |
| before going into queue behind person with higher piority. | |||
| 1999-04-23 | Rename explain's "size" to "rows". | Bruce Momjian | |
| 1999-04-17 | Add res checking to libpq examples, from Dan Merillat. | Bruce Momjian | |
| 1999-04-15 | Replaced <literal></literal> with "" in ProgramListing sections | Peter Mount | |
| 1999-04-15 | Correct documentation of CREATE OPERATOR. | Tom Lane | |
| 1999-04-13 | Add -E option | Tatsuo Ishii | |
| 1999-04-08 | Add section from Tom Lane on hashjoin characteristics of operators. | Thomas G. Lockhart | |
| Add emacs editor hints to bottom of file. | |||
| 1999-04-08 | Add emacs editor hints to bottom of file. | Thomas G. Lockhart | |
| 1999-04-06 | Fix markup to include all closing tags. | Thomas G. Lockhart | |
| Required by newest versions of DocBook and style sheets. | |||
| 1999-04-06 | Start indenting markup. No text changes. | Thomas G. Lockhart | |
| 1999-04-06 | Fix XREF markup and typo. | Thomas G. Lockhart | |
| 1999-03-30 | Fix up small markup problems. Force omit-tags to nil so we have tag | Thomas G. Lockhart | |
| completion as required by the newest DocBook conventions. | |||
| 1999-03-30 | Repair cut-and-paste typo which described createdb rather than destroydb. | Thomas G. Lockhart | |
| 1999-03-30 | Include libpq+.sgml in the doc set. | Thomas G. Lockhart | |
| Had been omitted from the integrated doc for no good reason. | |||
| 1999-03-30 | Updates from Vince Vielhaber are the first since 1997. | Thomas G. Lockhart | |
| 1999-03-30 | Markup fixes from Vince Vielhaber. | Thomas G. Lockhart | |
| 1999-03-24 | *** empty log message *** | Michael Meskes | |
| 1999-03-20 | Fix &g. | Bruce Momjian | |
| 1999-03-19 | Add EXCEPT/INTERSECT doc changes. | Bruce Momjian | |
| 1999-03-17 | grammar cleanup | Bruce Momjian | |
| 1999-03-17 | INET/CIDR doc cleanup | Bruce Momjian | |
| 1999-03-17 | Add docs about left-associativity of operators. | Bruce Momjian | |
| 1999-03-17 | Add documentation change for %'s precidence. | Bruce Momjian | |
| 1999-03-16 | Update sgml for 6.4.* release changes. | Bruce Momjian | |
| 1999-03-15 | bool uses one byte | Bruce Momjian | |
| 1999-03-14 | Patches for the SGML documentation relating | Bruce 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-07 | geqo now at 11 tables | Bruce Momjian | |
| 1999-02-21 | Document configure's --with-maxbackends switch. | Tom Lane | |
| Fix a few small typos. | |||
| 1999-02-19 | Fix parens typo reported by wmt@thi.com (Bill Tonkin). | Thomas G. Lockhart | |
| 1999-02-19 | Fix SGML markup from last content changes. | Thomas G. Lockhart | |
| 1999-02-18 | Enable bushy and right-hand queries by default. | Bruce Momjian | |
| 1999-02-18 | Enable bushy plans by default. | Bruce Momjian | |
| 1999-02-14 | Optimizer rename. | Bruce Momjian | |
| 1999-02-13 | Re-enable arch-dev.sgml now that it has new information from Stefan's | Thomas G. Lockhart | |
| Master's Thesis. | |||
| 1999-02-13 | Require complete tagging in emacs hints at bottom of file. | Thomas G. Lockhart | |
| 1999-02-13 | Include 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-13 | Describe 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. | |||
