summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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-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-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
2004-09-30Add a note suggesting that users should use the newer version of pg_dumpNeil Conway
2004-09-30Add more index entries for reference pages related to prepare queries.Neil Conway
2004-09-30Add an index entry for tablespaces. From Kris Jurka.Neil Conway
2004-09-29Minor documentation improvement.Neil Conway
2004-09-28Fix typo in docs.Neil Conway
2004-09-27Update docs for Borland CC build.Bruce Momjian
2004-09-27Addition to documentation about cvsup. From Andrew Dunstan, minor SGMLNeil Conway
2004-09-26Fix misstatement in docs: CREATE TABLE AS is now part of the standard.Neil Conway
2004-09-26Fix multiple breakages in our support for SSL certificates.Tom Lane
2004-09-24Fix slightly misleading description of PERFORM syntax.Tom Lane
2004-09-24Minor improvements to the release notes.Neil Conway
2004-09-23Improve description of Execute message behavior, per Oliver Jowett.Tom Lane
2004-09-23This patch attempts to outline the supported level of SSL within libpq.Bruce Momjian
2004-09-23This patch attempts to note the use of the root.crt file in the server.Bruce Momjian
2004-09-23Update CREATE TABLE AS docs to reflect the fact that CREATE TABLE AS wasNeil Conway
2004-09-23Update installation docs for PL/Python to note that distutils is nowNeil Conway
2004-09-22This patch from Alvaro Herrera adds transaction ID to the list ofNeil Conway
2004-09-20Some editorializing on the docs for the dollar-quoting feature: fixTom Lane
2004-09-20Fix some shortcomings in psql's autocommit-off mode concerning detectionTom Lane
2004-09-20Now that I look, table 8-1 has some other marginal misstatements in it.Tom Lane
2004-09-20Minor documentation cleanup and improvement.Neil Conway
2004-09-18Put the brackets in the right places in timestamp entries in table 8-1.Tom Lane
2004-09-17Improve documentation of log rotation options, per Ed L.Tom Lane
2004-09-17Allow WIN1250 as server encoding.Peter Eisentraut
2004-09-17Hyperlink a reference to DROP CAST in the CREATE CAST reference page.Neil Conway
2004-09-16Minor doc tweak: mention that function names can be optionally schema-Neil Conway
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-09-10Fire non-deferred AFTER triggers immediately upon query completion,Tom Lane
2004-09-08Clarify description of SET CONSTRAINTS. Point out that it is stillTom Lane
2004-09-01Remove a stray reference to sequences as having tablespaces.Tom Lane
2004-09-01Add a note about the difference between Postgres' treatment of the rightsTom Lane
2004-08-31Replace log_filename_prefix with more general log_filename parameter,Tom Lane
2004-08-30Avoid ambiguity, as per suggestion from Peter Stricker.Tom Lane
2004-08-30Rather than referring to src/tutorial/README, put the build instructionsTom Lane
2004-08-30Add note that contrib/rserv is gone.Tom Lane
2004-08-30Add explicit note that empty-string array element values now have toTom Lane
2004-08-29Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane