| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 1998-10-14 | Add some id tags to allow cross-references from the datatype chapter. | Thomas G. Lockhart | |
| 1998-10-14 | Add mention of the SERIAL data type. | Thomas G. Lockhart | |
| Change claim of "no limit" on maximum date for datetime type to more realistic 1465001 AD. Thanks Tatsuo for pointing this out :) Clean up markup. | |||
| 1998-10-14 | Chapter on indices intended for the User's Guide. | Thomas G. Lockhart | |
| Currently not included in the UG, and this now only has a discussion of partial indices by Paul Aoki culled from the mailing lists. But, didn't want to loose it... | |||
| 1998-10-14 | New PGQUERY_LIMIT environment variable, and doc changes. | Bruce Momjian | |
| 1998-10-14 | New QUERY_LIMIT set command. | Bruce Momjian | |
| 1998-10-10 | Add new "-n" flag to pg_dump. | Thomas G. Lockhart | |
| Update UNLISTEN to not require double-quotes around the wildcard argument. Clean up markup. | |||
| 1998-10-10 | Clean up markup. | Thomas G. Lockhart | |
| Add new bibliographic references from Paul Aoki. Include libpq++ docs from the old man page in the Programmer's Guide. Update Unix installation info for ODBC. | |||
| 1998-10-10 | shared library instructions. | Bruce Momjian | |
| 1998-10-09 | New shared library mentions. | Bruce Momjian | |
| 1998-10-09 | Recommend ldconfig on any ELF. | Bruce Momjian | |
| 1998-10-08 | libpgtcl.sgml still needs work, but at least there are | Tom Lane | |
| fewer errors than there were. | |||
| 1998-10-08 | Grammar, my boy, grammar :-( | Tom Lane | |
| 1998-10-08 | Link unlisten.sgml into what I hope are the right places. | Tom Lane | |
| 1998-10-08 | And some UNLISTEN doco too! | Tom Lane | |
| 1998-10-08 | LISTEN/NOTIFY doc improvements. | Tom Lane | |
| 1998-10-07 | Update pg_dump sgml and manuals to remove rule restriction. | Bruce Momjian | |
| 1998-10-06 | > > There is a bug in check_foreign_key of refint.c which is bundled with | Bruce Momjian | |
| > > the standard distribution. It occurs when a trigger calling this > > function recursively fires another trigger which calls the same > > function. The calling check_foreign_key loses its plan informantion and > > when it tries to use it the backend closes its channel. You can check it > > with the sql script I am attaching below. > > The solution to this is to do a find_plan again before executing it at > > line 483 of refint.c. > > Therefore two more lines should be added before line 483: Anand Surelia | |||
| 1998-10-05 | Many updates... | Tom Lane | |
| 1998-10-05 | Add new information for utility commands. | Thomas G. Lockhart | |
| Haven't yet done cleardbdir, ipcclean, pg_passwd, and pg_upgrade. Add reference info for the SQL VACUUM command (oops, forgot it earlier). | |||
| 1998-10-04 | Add note explaining that NoticeResponse messages can | Tom Lane | |
| arrive even while idle. | |||
| 1998-09-30 | Clean up pages. Add information for operator precedence. | Thomas G. Lockhart | |
| Split introduction sections into separate files to allow the legal notice and notation sections appear in all documents without having the history show up everplace too. Add full list of reserved and non-reserved key words in syntax.sgml. Add a separate chapter to the admin guide on security. | |||
| 1998-09-30 | Add new SQL reference page and the first utility/app reference page | Thomas G. Lockhart | |
| converted from the man page. | |||
| 1998-09-25 | Cleanup markup and minor editing to prepare for first release. | Thomas G. Lockhart | |
| 1998-09-25 | Include the graphics directory in build lookup path. | Thomas G. Lockhart | |
| 1998-09-22 | Editing and markup cleanup. | Thomas G. Lockhart | |
| 1998-09-21 | From: Michael Meskes <meskes@usa.net> | Marc G. Fournier | |
| docs improvement for ecpg.. | |||
| 1998-09-16 | Update entries for MkLinux and Linux/ix86 for Postgres v6.4. | Thomas G. Lockhart | |
| 1998-09-16 | Add Unix-specific installation and configuration info for psqlodbc. | Thomas G. Lockhart | |
| 1998-09-16 | Markup and editing adjustments... | Thomas G. Lockhart | |
| 1998-09-07 | Very minor formatting fixup in the refentry id field to remove | Thomas G. Lockhart | |
| the trailing "-1". This makes a cleaner html output file name. Clean up a few refpurpose fields. | |||
| 1998-09-07 | Fix Postgres to support SQL92 syntax. Old syntax still works too. | Thomas G. Lockhart | |
| 1998-09-07 | Minor wording and formatting cleanups. | Thomas G. Lockhart | |
| 1998-09-07 | Add new reference pages. This completes the first cut at a full set | Thomas G. Lockhart | |
| for SQL commands. | |||
| 1998-09-05 | Add new reference pages adapted from Jose'. | Thomas G. Lockhart | |
| 1998-09-05 | Minor fix to add paragraph break. | Thomas G. Lockhart | |
| 1998-09-02 | Add more new pages. | Thomas G. Lockhart | |
| 1998-09-01 | Add new files from Oliver and Thomas. | Thomas G. Lockhart | |
| 1998-09-01 | Remove mention of the migration directory since this info has already | Thomas G. Lockhart | |
| been integrated into here. | |||
| 1998-09-01 | Put in explicit reference to the ref/ subdirectory to help emacs. | Thomas G. Lockhart | |
| 1998-09-01 | Initial information for Linux/Unix installation. | Thomas G. Lockhart | |
| 1998-08-25 | Make new section header. | Thomas G. Lockhart | |
| 1998-08-17 | Make small sentence cleanups. Add missing formatting for program example. | Thomas G. Lockhart | |
| 1998-08-17 | Rename Id tags to eliminate the trailing "-1" field. This propagates | Thomas G. Lockhart | |
| into cleaner html output file names. | |||
| 1998-08-17 | Move SQL reference pages up into the User's Guide. | Thomas G. Lockhart | |
| 1998-08-17 | Small sentence cleanups. Add tags for acronyms and products. | Thomas G. Lockhart | |
| 1998-08-17 | Bring document list closer to up to day. | Thomas G. Lockhart | |
| Add a note on sgml-tools that they are now working with jade and so may become the toolset of choice in the future. | |||
| 1998-08-17 | Enhanced the allowed constraint syntax, so remove mention of the problem. | Thomas G. Lockhart | |
| 1998-08-17 | Update Id fields in header tags. Rename the TUTORIAL tag to avoid | Thomas G. Lockhart | |
| conflicting with the tutorial.sgml container document. | |||
| 1998-08-17 | Fix small typo. | Thomas G. Lockhart | |
| 1998-08-15 | Make minor formatting improvements to statement synopses. | Thomas G. Lockhart | |
| Make sure all files end with a newline. | |||
