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