summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2004-03-26More cross-reference work, other minor SGML fixes and improvements.Neil Conway
2004-03-25Convert some GUC variable references to links.Tom Lane
2004-03-24Replace max_expr_depth parameter with a max_stack_depth parameter thatTom Lane
2004-03-24Make a cross-reference in the ALTER TABLE ref page into a <xref>.Neil Conway
2004-03-24Fix a minor typo in the log_line_prefix docs and make a couple otherNeil Conway
2004-03-24Add thread locking to SSL and Kerberos connections.Bruce Momjian
2004-03-24Document fallback to tcp/ip localhost connection from psql on portsBruce Momjian
2004-03-23PQresult should be PGresult.Tom Lane
2004-03-23Fix small typo.Tom Lane
2004-03-23Repair misleading description of MOVE's command tag result.Tom Lane
2004-03-23Use dollar-quoting for function bodies, unless disabled withTom Lane
2004-03-23Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, andTom Lane
2004-03-23Minor SGML improvements.Neil Conway
2004-03-23Fix typo in postmaster reference page: from Tom.Neil Conway
2004-03-23Improve the locale and character set docs, add some <xref>s pointingNeil Conway
2004-03-23Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane
2004-03-22Clean up rather poor description of the difference between INHERITS andTom Lane
2004-03-22I just noticed that \dp outputs "Table" to indicate relations (tables,Bruce Momjian
2004-03-21Revise syntax-error reporting behavior to give pleasant results forTom Lane
2004-03-19Add a usage example for has_function_privilege().Tom Lane
2004-03-17Document SPI_push() and SPI_pop().Bruce Momjian
2004-03-15log_statement was not removed by the previous patch. It only updatedBruce Momjian
2004-03-15Update random regression test text to be clearer.Bruce Momjian
2004-03-15Update random test description because it fails less frequently now.Bruce Momjian
2004-03-15Remove GUC log_statement, log_pid, log_timestamp, log_source_port.Bruce Momjian
2004-03-15Fix typo.Bruce Momjian
2004-03-15Mention Linux syslog will sync lines to disk, and describe how toBruce Momjian
2004-03-12Fix a typo in the documentation for geqo_effort.Neil Conway
2004-03-12Improve documentation for the newly-added NOWAIT clause of LOCK TABLE.Neil Conway
2004-03-12Allow 'Infinity' and '-Infinity' as input to the float4 and float8Neil Conway
2004-03-11Document the SSL and Kerberos are not thread-safe.Bruce Momjian
2004-03-11Add NOWAIT option to LOCK commandTatsuo Ishii
2004-03-10Fix a typo.Neil Conway
2004-03-09Tweak some text to avoid using <command>SET</command> as a verb, perNeil Conway
2004-03-09Remove blank line in Makefile.Bruce Momjian
2004-03-09Add HISTORY/INSTALL clean target to 7.4.X.Bruce Momjian
2004-03-09Add documentation for the recent 'ALSO' patch for CREATE RULE. AlongNeil Conway
2004-03-09Refer to GUC variables using <xref> tags rather than <varname> tags,Neil Conway
2004-03-09Add ALSO keyword to CREATE RULE.Bruce Momjian
2004-03-09Add:Bruce Momjian
2004-03-08Have SGML make clean remove text files output as wellBruce Momjian
2004-03-07Some editorial work on 7.4.2 release notes.Tom Lane
2004-03-07Improve discussion of using OIDs for identifying rows, fix an instance ofNeil Conway
2004-03-07Explicitely mention that some GUC variables cannot be changed atNeil Conway
2004-03-07Editorialization of some text discussing 'IS NULL' vs. '= NULL'.Neil Conway
2004-03-06Use lynx -stdin and regenerate HISTORYBruce Momjian
2004-03-05Improve documentation of virtual_host parameter: old text failed toTom Lane
2004-03-05First update of release notes for 7.4.2. Still needs work.Bruce Momjian
2004-03-05Oops, '-' doesn't work for my lynx either.Bruce Momjian
2004-03-05Use '-' for stdin on lynx, my lynx version doesn't support -stdin.Bruce Momjian