summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
1998-10-14Add some id tags to allow cross-references from the datatype chapter.Thomas G. Lockhart
1998-10-14Add 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-14Chapter 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-14New PGQUERY_LIMIT environment variable, and doc changes.Bruce Momjian
1998-10-14New QUERY_LIMIT set command.Bruce Momjian
1998-10-10Add 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-10Clean 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-10shared library instructions.Bruce Momjian
1998-10-09New shared library mentions.Bruce Momjian
1998-10-09Recommend ldconfig on any ELF.Bruce Momjian
1998-10-08libpgtcl.sgml still needs work, but at least there areTom Lane
fewer errors than there were.
1998-10-08Grammar, my boy, grammar :-(Tom Lane
1998-10-08Link unlisten.sgml into what I hope are the right places.Tom Lane
1998-10-08And some UNLISTEN doco too!Tom Lane
1998-10-08LISTEN/NOTIFY doc improvements.Tom Lane
1998-10-07Update 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 withBruce 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-05Many updates...Tom Lane
1998-10-05Add 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-04Add note explaining that NoticeResponse messages canTom Lane
arrive even while idle.
1998-09-30Clean 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-30Add new SQL reference page and the first utility/app reference pageThomas G. Lockhart
converted from the man page.
1998-09-25Cleanup markup and minor editing to prepare for first release.Thomas G. Lockhart
1998-09-25Include the graphics directory in build lookup path.Thomas G. Lockhart
1998-09-22Editing and markup cleanup.Thomas G. Lockhart
1998-09-21From: Michael Meskes <meskes@usa.net>Marc G. Fournier
docs improvement for ecpg..
1998-09-16Update entries for MkLinux and Linux/ix86 for Postgres v6.4.Thomas G. Lockhart
1998-09-16Add Unix-specific installation and configuration info for psqlodbc.Thomas G. Lockhart
1998-09-16Markup and editing adjustments...Thomas G. Lockhart
1998-09-07Very minor formatting fixup in the refentry id field to removeThomas G. Lockhart
the trailing "-1". This makes a cleaner html output file name. Clean up a few refpurpose fields.
1998-09-07Fix Postgres to support SQL92 syntax. Old syntax still works too.Thomas G. Lockhart
1998-09-07Minor wording and formatting cleanups.Thomas G. Lockhart
1998-09-07Add new reference pages. This completes the first cut at a full setThomas G. Lockhart
for SQL commands.
1998-09-05Add new reference pages adapted from Jose'.Thomas G. Lockhart
1998-09-05Minor fix to add paragraph break.Thomas G. Lockhart
1998-09-02Add more new pages.Thomas G. Lockhart
1998-09-01Add new files from Oliver and Thomas.Thomas G. Lockhart
1998-09-01Remove mention of the migration directory since this info has alreadyThomas G. Lockhart
been integrated into here.
1998-09-01Put in explicit reference to the ref/ subdirectory to help emacs.Thomas G. Lockhart
1998-09-01Initial information for Linux/Unix installation.Thomas G. Lockhart
1998-08-25Make new section header.Thomas G. Lockhart
1998-08-17Make small sentence cleanups. Add missing formatting for program example.Thomas G. Lockhart
1998-08-17Rename Id tags to eliminate the trailing "-1" field. This propagatesThomas G. Lockhart
into cleaner html output file names.
1998-08-17Move SQL reference pages up into the User's Guide.Thomas G. Lockhart
1998-08-17Small sentence cleanups. Add tags for acronyms and products.Thomas G. Lockhart
1998-08-17Bring 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-17Enhanced the allowed constraint syntax, so remove mention of the problem.Thomas G. Lockhart
1998-08-17Update Id fields in header tags. Rename the TUTORIAL tag to avoidThomas G. Lockhart
conflicting with the tutorial.sgml container document.
1998-08-17Fix small typo.Thomas G. Lockhart
1998-08-15Make minor formatting improvements to statement synopses.Thomas G. Lockhart
Make sure all files end with a newline.