Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Allow 'psql -f -' to read from standard input. | Peter Eisentraut | 2001-05-06 | |
| | ||||
* | Make prompt customization work with changeable Unix socket location. | Peter Eisentraut | 2001-05-06 | |
| | ||||
* | UPdate for release tomorrow. | Bruce Momjian | 2001-05-05 | |
| | ||||
* | COMMIT_DELAY and COMMIT_SIBLINGS were missing from the list of WAL | Tom Lane | 2001-05-04 | |
| | | | | configuration parameters in chapter 3. | |||
* | Add missing tag. | Bruce Momjian | 2001-05-04 | |
| | ||||
* | BTW it does not add encodign it just patches existing one (KOI8) to | Bruce Momjian | 2001-05-03 | |
| | | | | | | | support two - KOI8-R and KOI8-U (latter is superset of the former if not to take to the account pseudographics) Andy Rysin | |||
* | pg_dump can dump 7.0 databases. | Bruce Momjian | 2001-05-03 | |
| | ||||
* | Describe handling of multiply-inherited fields correctly. | Tom Lane | 2001-05-03 | |
| | ||||
* | Update shared memory docs. | Bruce Momjian | 2001-05-03 | |
| | ||||
* | Final stamp for 7.1.1. All done. | Bruce Momjian | 2001-05-03 | |
| | ||||
* | Some updates for 7.1.1. | Bruce Momjian | 2001-05-03 | |
| | ||||
* | In the outputs section the NOTICE reads: | Bruce Momjian | 2001-05-02 | |
| | | | | | | | | aggregate 'agg' for 'type' does not exist. Mismatch with synopsis, agg must be name here. Frank Wegmann | |||
* | Added mention of SHMALL and removed BSD/OS-specific table. | Bruce Momjian | 2001-05-02 | |
| | ||||
* | description of the command line option echo should read: | Bruce Momjian | 2001-05-02 | |
| | | | | | | | Echo the queries that createuser generates and sends to the backend. ^^^^^^^^^^ Frank Wegmann | |||
* | Bump version to 7.1.1. Now run over to hub to rebuild documentation | Peter Eisentraut | 2001-05-01 | |
| | | | | before release... | |||
* | More markup fixes | Peter Eisentraut | 2001-05-01 | |
| | ||||
* | Fix slightly confused description of debug options. | Tom Lane | 2001-05-01 | |
| | ||||
* | 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 | 2001-04-30 | |
| | | | | libpq and libpq++ reorganized. | |||
* | Add mention of libpgtcl's options to manual, libpq++ markup fixes. | Bruce Momjian | 2001-04-30 | |
| | ||||
* | In create_function there is a remark concerning SQL/PSM not | Bruce Momjian | 2001-04-28 | |
| | | | | | | | | | | 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 | |||
* | A small patch for a small option (for rel. 7.1). | Bruce Momjian | 2001-04-27 | |
| | | | | Jimmy Olgeni | |||
* | Update FAQ. | Bruce Momjian | 2001-04-27 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2001-04-27 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2001-04-27 | |
| | ||||
* | Final markup for 7.1 hardcopy release. Mostly typo and table-fitting | Thomas G. Lockhart | 2001-04-20 | |
| | | | | | | 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. | |||
* | Add option --refentry to change \keepn (keep with next paragraph) to | Thomas G. Lockhart | 2001-04-20 | |
| | | | | | | \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". | |||
* | Update Japanese FAQ's. | Bruce Momjian | 2001-04-16 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2001-04-09 | |
| | ||||
* | Update FAQ. | Bruce Momjian | 2001-04-08 | |
| | ||||
* | Revert wrong SCO OpenServer report, update comments and improve formatting | Peter Eisentraut | 2001-04-06 | |
| | | | | a bit. Regenerate INSTALL. | |||
* | Utility to add the stylesheet "s0" definition to an RTF file. | Thomas G. Lockhart | 2001-04-06 | |
| | | | | | 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. | |||
* | Final (?) platform update for the 7.1 release. Includes new platform | Thomas G. Lockhart | 2001-04-06 | |
| | | | | | NetBSD/PPC from Henry Hotz, several other platform updates, and move QNX to the unsupported list for now. | |||
* | Remove last-updated date stamp for 7.1. | Bruce Momjian | 2001-04-03 | |
| | ||||
* | 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 | 2001-04-02 | |
| | | | | NetBSD/arm, NetBSD/VAX, OpenBSD/Sparc, Solaris, Ultrix. | |||
* | small fixes | Peter Eisentraut | 2001-03-29 | |
| | ||||
* | Correct erroneous description of MVCC Read Committed semantics. | Tom Lane | 2001-03-28 | |
| | ||||
* | > Kinda looks like Ian broke the compile-in-source-dir case while | Bruce Momjian | 2001-03-27 | |
| | | | | | | | | > making the compile-in-separate-dir case work. Tut tut. Yes. My apologies. This patch is one way to fix things. Ian | |||
* | The regexp pattern characters ^ and $ should be explained as matching | Tom Lane | 2001-03-25 | |
| | | | | | | 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. | |||
* | spell fix | Peter Eisentraut | 2001-03-25 | |
| | ||||
* | Allow building documentation outside source tree. | Peter Eisentraut | 2001-03-25 | |
| | | | | from Ian Lance Taylor | |||
* | 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 | 2001-03-24 | |
| | | | | Still need some tested for the 7.1 release. | |||
* | Fix up wording slightly. No change in content. | Thomas G. Lockhart | 2001-03-24 | |
| | ||||
* | Miscellaneous updates and minor copy-editing. | Tom Lane | 2001-03-24 | |
| | ||||
* | Doc update from Roberto Mello: improved versions of instr() examples. | Tom Lane | 2001-03-23 | |
| |