Age | Commit message (Expand) | Author |
2004-11-23 | Clean files generated by htmlhelp target. | Peter Eisentraut |
2004-11-23 | Add htmlhelp stylesheet and build target. | Peter Eisentraut |
2004-11-22 | Fix typo in release notes. Michael Fuhr. | Neil Conway |
2004-11-22 | Update release notes for recent changes; also minor editorialization. | Tom Lane |
2004-11-21 | Fix plperl and pltcl error handling per my previous proposal. SPI | Tom Lane |
2004-11-20 | Fix typo. | Bruce Momjian |
2004-11-20 | Fix typo, per Bruno Wolff. | Tom Lane |
2004-11-19 | Fix incorrect documentation of plperl's method for accessing the number | Tom Lane |
2004-11-17 | Some further editorial adjustment of PITR recovery procedure description. | Tom Lane |
2004-11-17 | Document a limitation of COPY's new CSV mode. Doc patch from Andrew | Neil Conway |
2004-11-16 | Trivial wording improvement. | Tom Lane |
2004-11-16 | Add index entries for all GUC configuration parameters. | Neil Conway |
2004-11-15 | Replace "--" and "---" with "—" as appropriate, for better-looking | Neil Conway |
2004-11-15 | Fix typo, other minor improvements. | Neil Conway |
2004-11-14 | Remove replicaiton FAQ item. | Bruce Momjian |
2004-11-14 | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane |
2004-11-14 | Improvements to the PITR docs. Initial patch from Gavin Sherry, additional | Neil Conway |
2004-11-12 | Add some real documentation about the overall filesystem layout used by | Tom Lane |
2004-11-11 | Fix a handful of typos in the release notes introduced by Bruce's recent | Neil Conway |
2004-11-10 | Add character set declaration to HTML files, so they have a chance to | Peter Eisentraut |
2004-11-10 | Fix some spacing problems. | Peter Eisentraut |
2004-11-10 | Add SGML markup to 8.0 release notes. | Bruce Momjian |
2004-11-10 | Fix sgml markup tags. | Bruce Momjian |
2004-11-10 | Update release notes to match CVS. | Bruce Momjian |
2004-11-08 | Recommend that archive_command be coded to not overwrite existing files. | Tom Lane |
2004-11-08 | Use correct function name in example | Peter Eisentraut |
2004-11-06 | Reduce formatting entropy | Peter Eisentraut |
2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
2004-11-04 | Minor documentation updates from Simon Riggs. | Tom Lane |
2004-10-30 | Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. | Tom Lane |
2004-10-30 | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane |
2004-10-29 | Fix broken example for PREPARE. | Tom Lane |
2004-10-29 | Improvements to the CREATE DATABASE reference page's description of the | Neil Conway |
2004-10-29 | Minor improvements to the tablespace documentation. | Neil Conway |
2004-10-27 | Update German FAQ. | Bruce Momjian |
2004-10-26 | Document IS DISTINCT FROM in a more obvious place, and add some more | Tom Lane |
2004-10-26 | Update Russian FAQ. | Bruce Momjian |
2004-10-25 | Update copyright information in documentation. Also, add a note | Neil Conway |
2004-10-24 | Update for 8.0: pg_tablespace is now also a shared catalog. | Tom Lane |
2004-10-24 | Add note that REINDEX takes a weaker lock than it used to. | Tom Lane |
2004-10-22 | In ALTER COLUMN TYPE, strip any implicit coercion operations appearing | Tom Lane |
2004-10-22 | Fix documentation typo. | Neil Conway |
2004-10-22 | Update release history for releases 7.4.6, 7.3.8, 7.2.6. | Tom Lane |
2004-10-21 | Update obsolete comments about COPY vs INSERT options, per Uwe Schroeder. | Tom Lane |
2004-10-21 | Disallow referential integrity actions from being deferred; only the | Tom Lane |
2004-10-18 | Add PQprepare/PQsendPrepared functions to libpq to support preparing | Tom Lane |
2004-10-18 | Updated SQL key words table | Peter Eisentraut |
2004-10-18 | Update Japanese FAQ. | Bruce Momjian |
2004-10-17 | Allow background writing to be shut down by setting limit values to zero. | Tom Lane |
2004-10-15 | This patch clarifies the usage of references in PL/Perl :) | Bruce Momjian |