| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-11-25 | Fix language. | Peter Eisentraut | |
| 2003-11-24 | Upgrade to DocBook V4.2 SGML. | Peter Eisentraut | |
| 2003-11-24 | Fix markup. | Peter Eisentraut | |
| 2003-11-24 | Use --with-docdir to choose installation location of documentation; put | Peter Eisentraut | |
| back --infodir, which several automatic build environments expect to exist. Add --without-docdir to prevent installation of documentation, which is helpful for things like RPM that have their own method of installing documentation. | |||
| 2003-11-24 | Repair missed renamings of show_statement_stats and show_executor_stats. | Tom Lane | |
| 2003-11-21 | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | |
| large objects. Dump all these in pg_dump; also add code to pg_dump user-defined conversions. Make psql's large object code rely on the backend for inserting/deleting LOB comments, instead of trying to hack pg_description directly. Documentation and regression tests added. Christopher Kings-Lynne, code reviewed by Tom | |||
| 2003-11-19 | SERIAL no longer creates an index by default, as of 7.3. | Bruce Momjian | |
| 2003-11-17 | Change "IN/NOT IN" to "IN / NOT IN" for clarity, both branches. | Bruce Momjian | |
| 2003-11-16 | Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, | Tom Lane | |
| which had been unintentionally broken by recent changes to tighten up the DateStyle rules for all-numeric date input. Add documentation and regression tests for this, too. | |||
| 2003-11-16 | Sync HEAD with update committed only in 7.4 branch. | Tom Lane | |
| 2003-11-16 | Another try at fixing the Linux overcommit docs, per Andrew Dunstan. | Tom Lane | |
| 2003-11-16 | pgadmin III released. | Bruce Momjian | |
| 2003-11-16 | Update info about SysV configuration procedures on OS X 10.3. | Tom Lane | |
| 2003-11-16 | Some editorializing on the Linux memory overcommit docs, from Neil Conway. | Tom Lane | |
| 2003-11-16 | More release-notes copy editing, from Neil Conway. | Tom Lane | |
| 2003-11-15 | A little bit more copy-editing... | Tom Lane | |
| 2003-11-15 | Minor wording improvement suggested by a comment in the interactive docs. | Tom Lane | |
| 2003-11-15 | Correct names of people with funny characters. | Peter Eisentraut | |
| 2003-11-14 | Repair error in syntax documentation for CREATE TABLE: one does not put | Tom Lane | |
| a comma between multiple column_constraint's for a single column. Per report from Tomislaw Kitynski. | |||
| 2003-11-14 | Add release date for 7.4. | Bruce Momjian | |
| 2003-11-14 | Fix misstatement about the required value of SEMVMX. Given our current | Tom Lane | |
| usage of PGSemaMagic, the minimum required value is actually 537, but say 1000 just to use a round number. 255 is *not* good enough. | |||
| 2003-11-14 | Beat some sense into the release notes. | Peter Eisentraut | |
| 2003-11-13 | Add final port reports. | Peter Eisentraut | |
| 2003-11-12 | Documentation cleanup | Peter Eisentraut | |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | |
| pghackers proposal of 8-Nov. All the existing cross-type comparison operators (int2/int4/int8 and float4/float8) have appropriate support. The original proposal of storing the right-hand-side datatype as part of the primary key for pg_amop and pg_amproc got modified a bit in the event; it is easier to store zero as the 'default' case and only store a nonzero when the operator is actually cross-type. Along the way, remove the long-since-defunct bigbox_ops operator class. | |||
| 2003-11-12 | Here's a patch that adds some text mentioning that | Bruce Momjian | |
| RESTRICT is not deferrable to the create table reference page. Stephan Szabo | |||
| 2003-11-10 | Update freenode mention. | Bruce Momjian | |
| 2003-11-10 | Update release notes for polymorphic functions. | Bruce Momjian | |
| 2003-11-10 | Update IRC to mention freenet instead of openprojects. | Bruce Momjian | |
| 2003-11-08 | Adjust file so psql help picks it up properly. | Peter Eisentraut | |
| patch by Kris Jurka | |||
| 2003-11-07 | Typo fix. | Bruce Momjian | |
| 2003-11-06 | Minor copy-editing. | Tom Lane | |
| 2003-11-06 | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | |
| like the next higher one. | |||
| 2003-11-05 | Check off UnixWare. | Peter Eisentraut | |
| 2003-11-05 | Minor copy-editing. | Tom Lane | |
| 2003-11-04 | Some copy-editing for 7.4 release notes. | Tom Lane | |
| 2003-11-04 | Give the full syntax rules for subscripting and field selection in the | Tom Lane | |
| proper place, namely the syntax discussion of value expressions. | |||
| 2003-11-04 | Update keywords table. | Peter Eisentraut | |
| 2003-11-04 | Remove unused graphics files. | Peter Eisentraut | |
| 2003-11-04 | Add report about HP-UX 11.00. | Peter Eisentraut | |
| 2003-11-04 | Random copy-editing. | Peter Eisentraut | |
| 2003-11-04 | Copy-editing. | Tom Lane | |
| 2003-11-03 | fix typo. (role_columns_grants -> role_column_grants) | Tatsuo Ishii | |
| 2003-11-02 | Provide a way to run the parallel regression tests with a user-specified | Tom Lane | |
| limit on the number of simultaneous connections. Andrew Dunstan, with review by Tom Lane. | |||
| 2003-11-02 | Fix language. | Peter Eisentraut | |
| 2003-11-02 | Make spelling consistent. | Peter Eisentraut | |
| 2003-11-02 | pg_dumpall doesn't use psql anymore. | Peter Eisentraut | |
| 2003-11-02 | Put --describe-config in the right place. | Peter Eisentraut | |
| 2003-11-02 | Fix name in supported platforms list. | Peter Eisentraut | |
| 2003-11-02 | Complete options help and put it in less random order. | Peter Eisentraut | |
