summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2001-05-01Bump version to 7.1.1. Now run over to hub to rebuild documentationPeter Eisentraut
before release...
2001-05-01More markup fixesPeter Eisentraut
2001-05-01Fix slightly confused description of debug options.Tom Lane
2001-04-30Document pltcl's return_null command.Tom Lane
2001-04-30Repair freshly-broken markup.Tom Lane
2001-04-30Break up PQexec() result functions into subsections to be clearer. BothBruce Momjian
libpq and libpq++ reorganized.
2001-04-30Add mention of libpgtcl's options to manual, libpq++ markup fixes.Bruce Momjian
2001-04-28In create_function there is a remark concerning SQL/PSM notBruce Momjian
being ratified as yet. This is certainly no longer true, it wasn't even true in Q2/1998 when I did a little research for Date's book. SQL/PSM had been published on 1996-12-15 as ISO/IEC 9075:4. So you might want to update that section. Frank Wegmann
2001-04-27A small patch for a small option (for rel. 7.1).Bruce Momjian
Jimmy Olgeni
2001-04-27Update FAQ.Bruce Momjian
2001-04-27Update FAQ.Bruce Momjian
2001-04-27Update FAQ.Bruce Momjian
2001-04-20Final markup for 7.1 hardcopy release. Mostly typo and table-fittingThomas G. Lockhart
adjustments. Note that many tables are being abused with *really* long description columns. Should probably shrink those columns to be more concise, and move some of the info to follow-on reference notes.
2001-04-20Add option --refentry to change \keepn (keep with next paragraph) toThomas G. Lockhart
\keep (keep current paragraph together). This fixes most troubles with reference pages marked up with <refentry> tags. Use on reference.rtf, generated by "make reference.rtf".
2001-04-16Update Japanese FAQ's.Bruce Momjian
2001-04-09Update FAQ.Bruce Momjian
2001-04-08Update FAQ.Bruce Momjian
2001-04-06Revert wrong SCO OpenServer report, update comments and improve formattingPeter Eisentraut
a bit. Regenerate INSTALL.
2001-04-06Utility to add the stylesheet "s0" definition to an RTF file.Thomas G. Lockhart
This stylesheet must be present for Applixware to be happy generating a ToC. M$Word does not seem to care one way or the other.
2001-04-06Final (?) platform update for the 7.1 release. Includes new platformThomas G. Lockhart
NetBSD/PPC from Henry Hotz, several other platform updates, and move QNX to the unsupported list for now.
2001-04-03Remove last-updated date stamp for 7.1.Bruce Momjian
2001-04-02Update HISTORY/release.sgml to current.Bruce Momjian
2001-04-02Update info for platforms BeOS, Tru64, Linux/MIPS, Linux/x86, NetBSD/Alpha,Thomas G. Lockhart
NetBSD/arm, NetBSD/VAX, OpenBSD/Sparc, Solaris, Ultrix.
2001-03-29small fixesPeter Eisentraut
2001-03-28Correct erroneous description of MVCC Read Committed semantics.Tom Lane
2001-03-27> Kinda looks like Ian broke the compile-in-source-dir case whileBruce Momjian
> making the compile-in-separate-dir case work. Tut tut. Yes. My apologies. This patch is one way to fix things. Ian
2001-03-25The regexp pattern characters ^ and $ should be explained as matchingTom Lane
at the beginning and end of the input string, not the beginning and end of "a line", since Postgres does not allow them to match at newline characters in the data.
2001-03-25spell fixPeter Eisentraut
2001-03-25Allow building documentation outside source tree.Peter Eisentraut
from Ian Lance Taylor
2001-03-24minor copy editingPeter Eisentraut
2001-03-24Disable pg_upgrade.Peter Eisentraut
2001-03-24Update info about mailing lists, make a few other minor improvements.Tom Lane
2001-03-24Update to the current state of platform support.Thomas G. Lockhart
Still need some tested for the 7.1 release.
2001-03-24Fix up wording slightly. No change in content.Thomas G. Lockhart
2001-03-24Miscellaneous updates and minor copy-editing.Tom Lane
2001-03-23Doc update from Roberto Mello: improved versions of instr() examples.Tom Lane
2001-03-23Fix SPI example to reflect new-style calling convention for textout().Tom Lane
2001-03-21correctionPeter Eisentraut
2001-03-20Update Japanese FAQ.Bruce Momjian
2001-03-20Recommend CREATE TABLE AS in preference to SELECT INTO. Remove theTom Lane
(inadequate anyway) mention of SELECT INTO from the main SELECT ref page. Point out that SELECT INTO means something else in plpgsql and ecpg.
2001-03-20Discuss LOCALE differences as a reason for regression test failure.Tom Lane
2001-03-19Add missing TO.Peter Eisentraut
2001-03-19Add note about saving large objects during upgrade.Peter Eisentraut
2001-03-17Repair.Peter Eisentraut
2001-03-17Tuning for docbook2man.Peter Eisentraut
2001-03-17New updates from Roberto Mello sent privately today due to email troubles.Thomas G. Lockhart
2001-03-16Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane
O_SYNC, or O_DSYNC (as available on a given platform). Add GUC parameter to control sync method. Also, add defense to XLogWrite to prevent it from going nuts if passed a target write position that's past the end of the buffers so far filled by XLogInsert.
2001-03-15Update sample error messages to agree with current code.Tom Lane
2001-03-15Improve description of to_char templates.Tom Lane
2001-03-14Fix markup.Peter Eisentraut