| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane | |
| 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 | Add mention that .pgpass localhost matches tcp and unix domain sockets. | 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-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 | 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 | 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. | |||
| 2005-10-18 | replace use of predefined perl vars $a and $b with $x and $y - per Greg ↵ | Andrew Dunstan | |
| Sabino Mullane | |||
| 2005-10-18 | Add an entry to the discussion of regression test failures about the | Tom Lane | |
| possibility of a failure due to stack overflow when max_stack_depth is not set properly for the platform. | |||
| 2005-10-18 | Code review for regexp_replace patch. Improve documentation and comments, | Tom Lane | |
| fix problems with replacement-string backslashes that aren't followed by one of the expected characters, avoid giving the impression that replace_text_regexp() is meant to be called directly as a SQL function, etc. | |||
| 2005-10-17 | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | |
| exported routines of ip.c, md5.c, and fe-auth.c to begin with 'pg_'. Also get rid of the vestigial fe_setauthsvc/fe_getauthsvc routines altogether. | |||
| 2005-10-16 | Add note that some versions of OS X require SHMMAX to be an exact multiple | Tom Lane | |
| of 4096. Also add comment explaining why we don't suggest using /etc/sysctl.conf to avoid needing to edit /etc/rc. | |||
| 2005-10-15 | Remove a long comment from cvs.sgml -- AFAICS this is no longer useful, | Neil Conway | |
| or at any rate doesn't belong as a comment in a random SGML file. | |||
| 2005-10-15 | Fix assorted typos in the documentation, and use American spelling | Neil Conway | |
| rather than British. Patch from Michael Fuhr. | |||
