| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane | |
| 2005-11-05 | Update FAQ for most recent release as 8.1. | Bruce Momjian | |
| 2005-11-05 | Yet another supported-platforms update. | Tom Lane | |
| 2005-11-04 | Editorial review for partitioning/constraint exclusion documentation. | Tom Lane | |
| 2005-11-04 | Spellchecking run, final cleanups | Peter Eisentraut | |
| 2005-11-04 | Update release notes for 8.1. | Bruce Momjian | |
| 2005-11-04 | Update supported-platforms list. | Tom Lane | |
| 2005-11-04 | Avoid referring to a specific version of the SQL standard except where | Tom Lane | |
| necessary, and be careful to refer to the right version where it is useful to do so. This partially reverts an ill-considered search and replace from a few months ago. | |||
| 2005-11-03 | Some minor improvements to the CE docs. Also fix a bit of SGML markup | Neil Conway | |
| elsewhere. | |||
| 2005-11-02 | Add Tomoaki Sato to pgbench changes in release notes. | Bruce Momjian | |
| 2005-11-01 | Add some documentation for constraint exclusion and basic partitioning. | Neil Conway | |
| From Simon Riggs; cleanup and editorialization by Neil Conway. | |||
| 2005-11-01 | Make an editorial pass over the reference pages. | Tom Lane | |
| 2005-10-31 | Update supported-platforms entry for Tru64. | Tom Lane | |
| 2005-10-31 | Mention in the docs that temporary/non-temp tables can not share | Bruce Momjian | |
| referential integrity relationships. | |||
| 2005-10-30 | Update supported-platforms list. | Tom Lane | |
| 2005-10-30 | Fix psql ref typo. | Bruce Momjian | |
| Andreas Seltenreich | |||
| 2005-10-28 | Update supported-platforms list. | Tom Lane | |
| 2005-10-28 | Fix broken markup. | Tom Lane | |
| 2005-10-28 | Remove mention that \x doesn't affect backslash commands. | Bruce Momjian | |
| 2005-10-27 | Update: | Bruce Momjian | |
| < o Allow ALTER TABLE RENAME CONSTRAINT > o Add ALTER TABLE RENAME CONSTRAINT, update index name also | |||
| 2005-10-27 | Add: | Bruce Momjian | |
| > o Have ALTER INDEX update the name of a constraint using that index > o Allow ALTER TABLE RENAME CONSTRAINT | |||
| 2005-10-27 | Add mention that .pgpass localhost matches tcp and unix domain sockets. | Bruce Momjian | |
| 2005-10-27 | Add mention of errfinish. | Bruce Momjian | |
| 2005-10-27 | Disable expanded mode only for \d tablename, not for all backslash | Bruce Momjian | |
| commands. Per complaint that \df+ is clearer in expanded mode. | |||
| 2005-10-27 | Add items from Tom: | Bruce Momjian | |
| < o Add a GUC variable to allow output of interval values in ISO8601 < format 212a211,223 > o Add a GUC variable to allow output of interval values in ISO8601 > format > o Improve timestamptz subtraction to be DST-aware > > Currently, subtracting one date from another that crosses a > daylight savings time adjustment can return '1 day 1 hour', but > adding that back to the first date returns a time one hour in > the future. This is caused by the adjustment of '25 hours' to > '1 day 1 hour', and '1 day' is the same time the next day, even > if daylight savings adjustments are involved. > > o Fix interval display to support values exceeding 2^31 hours > o Add overflow checking to timestamp and interval arithmetic | |||
| 2005-10-26 | Add info about using rsync to make base backups. Per report from | Tom Lane | |
| Jeff Frost, it may be necessary to ignore specific exit codes. | |||
| 2005-10-26 | Adjust parser so that POSTQUEL-style implicit RTEs are stored with | Tom Lane | |
| inFromCl true, meaning that they will list out as explicit RTEs if they are in a view or rule. Update comments about inFromCl to reflect the way it's now actually used. Per recent discussion. | |||
| 2005-10-26 | Rename config section headings. | Bruce Momjian | |
| Simon Riggs | |||
| 2005-10-25 | Add: | Bruce Momjian | |
| > > o Add auto-expanded mode so expanded output is used if the row > length is wider than the screen width. > > Consider using auto-expanded mode for backslash commands like \df+. | |||
| 2005-10-25 | Convert explanation of interval change into something resembling grammatical | Tom Lane | |
| English, and fix the incorrect example. | |||
| 2005-10-25 | Small grammar correction. | Tom Lane | |
| 2005-10-25 | Update 24 hours/1 day distinction in release notes. | Bruce Momjian | |
| 2005-10-25 | Update the URL for "The Hitch-Hiker's Guide to Evolutionary Computation". | Bruce Momjian | |
| Sergey E. Koposov | |||
| 2005-10-24 | Add: | Bruce Momjian | |
| > * Allow user-defined functions retuning a domain value to enforce domain > constraints | |||
| 2005-10-24 | More forcefully recommend MD5 over crypt authentication. | Bruce Momjian | |
| 2005-10-24 | Fix incorrect wording about function failure time on unsafe ops - these | Andrew Dunstan | |
| are now caught by the validator. And a small visit from the perl style police: check the return value from open(). | |||
| 2005-10-24 | I have applied the following patch to document PQinitSSL() and | Bruce Momjian | |
| PQregisterThreadLock(). I also remove the crypt() mention in the libpq threading section and added a single sentence in the client-auth manual page under crypt(). Crypt authentication is so old now that a separate paragraph about it seemed unwise. I also added a comment about our use of locking around pqGetpwuid(). | |||
| 2005-10-23 | A bit of minor copy-editing. | Tom Lane | |
| 2005-10-23 | I've confirmed 8.1beta4 passes regression tests on all hardware platforms | Tom Lane | |
| of RHEL 4. Update supported-platforms list accordingly. | |||
| 2005-10-22 | Add a note about GNU tar's propensity to complain if a file changes | Tom Lane | |
| while tar is copying it. This behavior is unhelpful when taking a base backup. Per gripe from Pallav Kalva back in April. | |||
| 2005-10-22 | Copy-editing for recent documentation changes relevant to WAL, | Tom Lane | |
| full_page_writes, etc. | |||
| 2005-10-22 | Fix documentation to specify the correct range of timezone offsets for | Tom Lane | |
| type time with time zone, ie, +/- 13:59 not +/- 12:00. Also some minor wording improvements. | |||
| 2005-10-22 | Fix typo. | Alvaro Herrera | |
| 2005-10-21 | Clean up autovacuum documentation, which was a bit out of sync with what | Tom Lane | |
| the code actually does, and needed copy-editing anyway. Also take the opportunity to expand the section on routine reindexing. | |||
| 2005-10-21 | Update obsolete URL, per Chris. | Tom Lane | |
| 2005-10-21 | Minor PL/PgSQL doc tweak: use current_timestamp rather than now() in | Neil Conway | |
| an example function. | |||
| 2005-10-21 | Clean up some obsolete statements about GiST indexes, and add a section | Tom Lane | |
| documenting GiST crash recovery procedures, as requested some time ago by Teodor. (The GiST chapter doesn't seem quite the right place for the latter, but I'm not sure what else to do with it.) | |||
| 2005-10-20 | Improve testlibpq3.c's example of PQexecParams() usage to include sending | Tom Lane | |
| a parameter in binary format. Also, add a TIP explaining how to use casts in the query text to avoid needing to specify parameter types by OID. Also fix bogus spacing --- apparently somebody expanded the tabs in the example programs to 8 spaces instead of 4 when transposing them into SGML. | |||
| 2005-10-20 | Minor tweak to libpq documentation: make "PREPARE" and "DEALLOCATE" xrefs. | Neil Conway | |
| 2005-10-20 | Document the behavior of GRANT/REVOKE in cases where the privilege is | Tom Lane | |
| held by means of role membership, rather than directly. Per discussion and bug fix of a couple weeks ago. | |||
