| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-05-08 | Remove LISP manual reference. Added to web "interfaces" page. | Bruce Momjian | |
| 2001-05-08 | drop_function.sgml: | Bruce Momjian | |
| =================== In Notes: Refer to CREATE FUNCTION for information on creating aggregate functions. ^^^^^^^^^^^^^^^^^^^ I assume it must read C function instead. In Compatibility SQL/PSM: SQL/PSM is a proposed standard. We had that before: remove proposed. drop_index.sgml: ================ <REFNAME>: Removes existing indexes from a database as far as I can see index should be singular. The command description is written as if only one index can be removed at a time. Interestingly enough, in v7.0.2 it was in fact singular. Am I mistaken here? drop_operator.sgml: =================== In Outputs the arguments are referred to as type and type2, but the synopsis and Inputs section these are left_type and right_type, respectively. Also, oper is used in Outputs versus id in Inputs/Synopsis. In the translation I follow the replaceables used in the Inputs/Synopsis part. Frank Wegmann | |||
| 2001-05-08 | drop_function.sgml: | Bruce Momjian | |
| =================== In Notes: Refer to CREATE FUNCTION for information on creating aggregate functions. ^^^^^^^^^^^^^^^^^^^ I assume it must read C function instead. Frank Wegmann | |||
| 2001-05-08 | Further cleanup of RAISE discussion; in particular, remove example | Tom Lane | |
| that doesn't actually work. | |||
| 2001-05-08 | Fix raise mention that %% output as %. | Bruce Momjian | |
| 2001-05-08 | Update RAISE manual concerning % format symbols. | Bruce Momjian | |
| 2001-05-08 | Update RAISE mention in manual to take string/variable not format/identifier. | Bruce Momjian | |
| 2001-05-07 | Add mention of functional indexes for case-insensitive comparisons. | Bruce Momjian | |
| 2001-05-07 | Add \cd command to psql. | Peter Eisentraut | |
| 2001-05-07 | Solaris startup cleanup from Justin Clift | Bruce Momjian | |
| 2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane | |
| a separate statement (though it can still be invoked as part of VACUUM, too). pg_statistic redesigned to be more flexible about what statistics are stored. ANALYZE now collects a list of several of the most common values, not just one, plus a histogram (not just the min and max values). Random sampling is used to make the process reasonably fast even on very large tables. The number of values and histogram bins collected is now user-settable via an ALTER TABLE command. There is more still to do; the new stats are not being used everywhere they could be in the planner. But the remaining changes for this project should be localized, and the behavior is already better than before. A not-very-related change is that sorting now makes use of btree comparison routines if it can find one, rather than invoking '<' twice. | |||
| 2001-05-06 | 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-05 | UPdate for release tomorrow. | Bruce Momjian | |
| 2001-05-04 | COMMIT_DELAY and COMMIT_SIBLINGS were missing from the list of WAL | Tom Lane | |
| configuration parameters in chapter 3. | |||
| 2001-05-04 | Add missing tag. | Bruce Momjian | |
| 2001-05-03 | BTW it does not add encodign it just patches existing one (KOI8) to | Bruce Momjian | |
| support two - KOI8-R and KOI8-U (latter is superset of the former if not to take to the account pseudographics) Andy Rysin | |||
| 2001-05-03 | 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-02 | In the outputs section the NOTICE reads: | Bruce Momjian | |
| aggregate 'agg' for 'type' does not exist. Mismatch with synopsis, agg must be name here. Frank Wegmann | |||
| 2001-05-02 | 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 | |
| Echo the queries that createuser generates and sends to the backend. ^^^^^^^^^^ Frank Wegmann | |||
| 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 | |
