summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-07-03Remove SGML tab.Bruce Momjian
2010-07-03Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensibleTom Lane
2010-07-03Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane
2010-07-03Document more clearly on XML namespaces inside xpath functionBruce Momjian
2010-07-03Fix assorted misstatements and poor wording in the descriptions of the I/OTom Lane
2010-07-03Additional cross-references to window functions documentation.Robert Haas
2010-07-02Remove hstore % text[] operator; use slice() function instead.Robert Haas
2010-07-01Update 9.0 release notes so streaming replication and hot standby is notBruce Momjian
2010-06-30Correct missing/misspelled surname.Andrew Dunstan
2010-06-30Document that /bin/true on Windows is implemented by 'REM'.Bruce Momjian
2010-06-29In documentation, use "lower case"/"upper case" consistently (use spaceBruce Momjian
2010-06-29Document that shared_preload_libraries and local_preload_librariesBruce Momjian
2010-06-29Add compatibility note warning that plpgsql is now stricter about the columnTom Lane
2010-06-29Add note clarifying that XML fragments don't accept DTDsPeter Eisentraut
2010-06-28Fix doc double-wording in non-durable patch.Bruce Momjian
2010-06-28Add new Non-Durable Settings documentation section.Bruce Momjian
2010-06-28Add guidelines for formatting errcontext stringsPeter Eisentraut
2010-06-28Remove tab from SGML.Bruce Momjian
2010-06-25Rewrite docs for new libpq keepalive parameters.Robert Haas
2010-06-25Make AIX suggestions about disabling ipv6 more version-sensitive.Robert Haas
2010-06-25Fix log_temp_files docs and comments to say bytes not kilobytes.Simon Riggs
2010-06-24Some copy-editing of the Hot Standby documentation.Robert Haas
2010-06-24Further 9.0 release notes updates.Robert Haas
2010-06-24Mention that when alter rewrites a table, indexes are also rebuilt.Bruce Momjian
2010-06-23Add TCP keepalive support to libpq.Robert Haas
2010-06-22Update pg_ctl docs to explain server output behavior differences onBruce Momjian
2010-06-22Deprecate the use of => as an operator name.Robert Haas
2010-06-22Minor markup improvements for Hot Standby documentation.Robert Haas
2010-06-18Rename hstore => text[] operator to %Robert Haas
2010-06-17Add missing close brackets in old-style COPY syntax diagram.Tom Lane
2010-06-17Fix typo, init => int, per KOIZUMI Satoru.Tom Lane
2010-06-17Document that receive location can rewind if replication restarts.Robert Haas
2010-06-16Update doc description for 9.0 release note item:Bruce Momjian
2010-06-169.0 release notes updates.Bruce Momjian
2010-06-16Remove perl symbol table additions for plperl functions, and mention of itAndrew Dunstan
2010-06-16Add notes that CREATE/DROP CONVERSION is similar to CREATE/DROPPeter Eisentraut
2010-06-15Change the interpretation of the primary_key_attnums parameter ofTom Lane
2010-06-15Clarify SELECT FOR UPDATE behavior in docs.Bruce Momjian
2010-06-15Remove hstore's text[] => text[] operator.Robert Haas
2010-06-15Document new 9.0 behavior of ANALYZE on inheritance hierarchies.Robert Haas
2010-06-15Add new GUC categories corresponding to sections in docs, and moveItagaki Takahiro
2010-06-14Fix doc plperl doc with is -> are change.Bruce Momjian
2010-06-14Docs for pg_archivecleanupSimon Riggs
2010-06-14Fix misplaced modifier.Robert Haas
2010-06-14Fix typo.Robert Haas
2010-06-12postgres.txt should get cleaned by 'make clean'.Tom Lane
2010-06-12Remove lynx -stdin flag for postgres.text.Bruce Momjian
2010-06-12Add SGML Makefile rule for single-page text, postgres.txt.Bruce Momjian
2010-06-12Add space between after ">" in ">$@" in SGML Makefile, for clarity.Bruce Momjian