Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-01 | Bump version to 7.1.1. Now run over to hub to rebuild documentation | Peter Eisentraut | |
before release... | |||
2001-05-01 | More markup fixes | Peter Eisentraut | |
2001-05-01 | Fix slightly confused description of debug options. | Tom Lane | |
2001-04-30 | Document pltcl's return_null command. | Tom Lane | |
2001-04-30 | Repair freshly-broken markup. | Tom Lane | |
2001-04-30 | Break up PQexec() result functions into subsections to be clearer. Both | Bruce Momjian | |
libpq and libpq++ reorganized. | |||
2001-04-30 | Add mention of libpgtcl's options to manual, libpq++ markup fixes. | Bruce Momjian | |
2001-04-28 | In create_function there is a remark concerning SQL/PSM not | Bruce 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-27 | A small patch for a small option (for rel. 7.1). | Bruce Momjian | |
Jimmy Olgeni | |||
2001-04-27 | Update FAQ. | Bruce Momjian | |
2001-04-27 | Update FAQ. | Bruce Momjian | |
2001-04-27 | Update FAQ. | Bruce Momjian | |
2001-04-20 | Final markup for 7.1 hardcopy release. Mostly typo and table-fitting | Thomas 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-20 | Add option --refentry to change \keepn (keep with next paragraph) to | Thomas 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-16 | Update Japanese FAQ's. | Bruce Momjian | |
2001-04-09 | Update FAQ. | Bruce Momjian | |
2001-04-08 | Update FAQ. | Bruce Momjian | |
2001-04-06 | Revert wrong SCO OpenServer report, update comments and improve formatting | Peter Eisentraut | |
a bit. Regenerate INSTALL. | |||
2001-04-06 | Utility 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-06 | Final (?) platform update for the 7.1 release. Includes new platform | Thomas G. Lockhart | |
NetBSD/PPC from Henry Hotz, several other platform updates, and move QNX to the unsupported list for now. | |||
2001-04-03 | Remove last-updated date stamp for 7.1. | Bruce Momjian | |
2001-04-02 | Update HISTORY/release.sgml to current. | Bruce Momjian | |
2001-04-02 | Update info for platforms BeOS, Tru64, Linux/MIPS, Linux/x86, NetBSD/Alpha, | Thomas G. Lockhart | |
NetBSD/arm, NetBSD/VAX, OpenBSD/Sparc, Solaris, Ultrix. | |||
2001-03-29 | small fixes | Peter Eisentraut | |
2001-03-28 | Correct erroneous description of MVCC Read Committed semantics. | Tom Lane | |
2001-03-27 | > Kinda looks like Ian broke the compile-in-source-dir case while | Bruce 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-25 | The regexp pattern characters ^ and $ should be explained as matching | Tom 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-25 | spell fix | Peter Eisentraut | |
2001-03-25 | Allow building documentation outside source tree. | Peter Eisentraut | |
from Ian Lance Taylor | |||
2001-03-24 | minor copy editing | Peter Eisentraut | |
2001-03-24 | Disable pg_upgrade. | Peter Eisentraut | |
2001-03-24 | Update info about mailing lists, make a few other minor improvements. | Tom Lane | |
2001-03-24 | Update to the current state of platform support. | Thomas G. Lockhart | |
Still need some tested for the 7.1 release. | |||
2001-03-24 | Fix up wording slightly. No change in content. | Thomas G. Lockhart | |
2001-03-24 | Miscellaneous updates and minor copy-editing. | Tom Lane | |
2001-03-23 | Doc update from Roberto Mello: improved versions of instr() examples. | Tom Lane | |
2001-03-23 | Fix SPI example to reflect new-style calling convention for textout(). | Tom Lane | |
2001-03-21 | correction | Peter Eisentraut | |
2001-03-20 | Update Japanese FAQ. | Bruce Momjian | |
2001-03-20 | Recommend CREATE TABLE AS in preference to SELECT INTO. Remove the | Tom 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-20 | Discuss LOCALE differences as a reason for regression test failure. | Tom Lane | |
2001-03-19 | Add missing TO. | Peter Eisentraut | |
2001-03-19 | Add note about saving large objects during upgrade. | Peter Eisentraut | |
2001-03-17 | Repair. | Peter Eisentraut | |
2001-03-17 | Tuning for docbook2man. | Peter Eisentraut | |
2001-03-17 | New updates from Roberto Mello sent privately today due to email troubles. | Thomas G. Lockhart | |
2001-03-16 | Support 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-15 | Update sample error messages to agree with current code. | Tom Lane | |
2001-03-15 | Improve description of to_char templates. | Tom Lane | |
2001-03-14 | Fix markup. | Peter Eisentraut | |