summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Suppress psql \s help display for platforms like Win32 that don'tBruce Momjian2004-10-061-2/+2
* please find attached an alternate submission which addresses open itemBruce Momjian2004-10-061-13/+4
* Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane2004-10-041-1/+21
* Add CVS URL for docs.Bruce Momjian2004-10-042-8/+10
* Detect overflow in integer arithmetic operators (integer, smallint, andTom Lane2004-10-041-1/+14
* Fix error in setseed() docs: "int32" is not a (SQL) type, but "integer" is.Neil Conway2004-10-041-2/+2
* Document that the semicolon following the final "END" in a function bodyNeil Conway2004-10-041-2/+3
* Update Farsi FAQ in ASCII.Bruce Momjian2004-10-021-1623/+796
* Don't assume PQdb() will return a valid result from a failed connection.Tom Lane2004-10-011-7/+7
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-012-3/+8
* Remove more traces of libpgtcl from the source tree. Also, make someNeil Conway2004-10-014-139/+41
* Add a note suggesting that users should use the newer version of pg_dumpNeil Conway2004-09-301-8/+12
* Add more index entries for reference pages related to prepare queries.Neil Conway2004-09-304-4/+29
* Update Brazilian FAQ.Bruce Momjian2004-09-302-52/+56
* Add an index entry for tablespaces. From Kris Jurka.Neil Conway2004-09-301-1/+5
* Add Farsi version of FAQ.Bruce Momjian2004-09-292-0/+3215
* Minor documentation improvement.Neil Conway2004-09-291-14/+13
* Fix typo in docs.Neil Conway2004-09-281-2/+2
* Update docs for Borland CC build.Bruce Momjian2004-09-271-17/+28
* Add:Bruce Momjian2004-09-271-1/+6
* Remove completed items:Bruce Momjian2004-09-271-73/+2
* Addition to documentation about cvsup. From Andrew Dunstan, minor SGMLNeil Conway2004-09-271-1/+18
* Fix misstatement in docs: CREATE TABLE AS is now part of the standard.Neil Conway2004-09-262-8/+7
* Fix multiple breakages in our support for SSL certificates.Tom Lane2004-09-262-24/+54
* Refresh for recent changes.Bruce Momjian2004-09-261-2/+3
* Fix slightly misleading description of PERFORM syntax.Tom Lane2004-09-241-5/+7
* Minor improvements to the release notes.Neil Conway2004-09-241-20/+25
* Improve description of Execute message behavior, per Oliver Jowett.Tom Lane2004-09-231-2/+2
* This patch attempts to outline the supported level of SSL within libpq.Bruce Momjian2004-09-231-1/+10
* This patch attempts to note the use of the root.crt file in the server.Bruce Momjian2004-09-231-1/+19
* Update CREATE TABLE AS docs to reflect the fact that CREATE TABLE AS wasNeil Conway2004-09-231-6/+29
* Update installation docs for PL/Python to note that distutils is nowNeil Conway2004-09-231-19/+24
* This patch from Alvaro Herrera adds transaction ID to the list ofNeil Conway2004-09-221-1/+6
* Clarify TODO item: we ought to implement updatable views per SQL99, notNeil Conway2004-09-211-1/+1
* Some editorializing on the docs for the dollar-quoting feature: fixTom Lane2004-09-206-142/+194
* Fix some shortcomings in psql's autocommit-off mode concerning detectionTom Lane2004-09-201-2/+3
* Now that I look, table 8-1 has some other marginal misstatements in it.Tom Lane2004-09-201-11/+11
* Minor documentation cleanup and improvement.Neil Conway2004-09-2010-26/+56
* Put the brackets in the right places in timestamp entries in table 8-1.Tom Lane2004-09-181-3/+3
* Improve documentation of log rotation options, per Ed L.Tom Lane2004-09-171-11/+30
* Allow WIN1250 as server encoding.Peter Eisentraut2004-09-171-17/+27
* Hyperlink a reference to DROP CAST in the CREATE CAST reference page.Neil Conway2004-09-171-2/+3
* Minor doc tweak: mention that function names can be optionally schema-Neil Conway2004-09-161-2/+2
* Mark as done:Bruce Momjian2004-09-141-4/+4
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-135-93/+523
* Done:Bruce Momjian2004-09-101-2/+2
* Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane2004-09-102-18/+39
* Add:Bruce Momjian2004-09-101-1/+3
* Add:Bruce Momjian2004-09-101-1/+2
* Clarify description of SET CONSTRAINTS. Point out that it is stillTom Lane2004-09-081-17/+37