summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
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
2004-10-15Have log_duration only output when log_statement has printed the query.Bruce Momjian
2004-10-15Update wording.Bruce Momjian
2004-10-15New wording on the three standards.Bruce Momjian
2004-10-14Update mingw faq.Bruce Momjian
2004-10-14Update Win32 fAQ.Bruce Momjian
2004-10-14Typo cleanup.Bruce Momjian
2004-10-14Update standards names.Bruce Momjian
2004-10-14Update 2003 as an official standard.Bruce Momjian
2004-10-14Add "draft".Bruce Momjian
2004-10-14Reorder links.Bruce Momjian
2004-10-14More URL updates.Bruce Momjian
2004-10-14Update markup.Bruce Momjian
2004-10-14New urls.Bruce Momjian
2004-10-14Working improvement.Bruce Momjian
2004-10-14Fix markup.Bruce Momjian
2004-10-14Add standards URL's.Bruce Momjian
2004-10-11Fix pg_indexes view so that it shows the index's tablespace not theTom Lane
2004-10-09Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane
2004-10-08Add MinGW FAQ.Bruce Momjian
2004-10-08Include schema name in pg_restore -l output, per request from Phil Endecott.Tom Lane
2004-10-08Whack some sense into the configuration-file-location patch.Tom Lane
2004-10-06Suppress psql \s help display for platforms like Win32 that don'tBruce Momjian
2004-10-06please find attached an alternate submission which addresses open itemBruce Momjian
2004-10-04Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane
2004-10-04Add CVS URL for docs.Bruce Momjian
2004-10-04Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane
2004-10-04Fix error in setseed() docs: "int32" is not a (SQL) type, but "integer" is.Neil Conway
2004-10-04Document that the semicolon following the final "END" in a function bodyNeil Conway
2004-10-01Don't assume PQdb() will return a valid result from a failed connection.Tom Lane
2004-10-01Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane
2004-10-01Remove more traces of libpgtcl from the source tree. Also, make someNeil Conway