summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2012-08-30Document how to prevent PostgreSQL itself from exhausting memory.Robert Haas
2012-08-30Document that COPY OUT requires an absolute pathname.Robert Haas
2012-08-30Remove old documentation warnings about the use of bigint.Bruce Momjian
2012-08-30Document that xslt-related RPMs may be needed to build docs.Robert Haas
2012-08-30Document that NOTIFY events are visible to all users.Bruce Momjian
2012-08-28Adjust pg_test_timing to show shortest test durations first, placeBruce Momjian
2012-08-28Update doc mention of how to compute bigint advisory lock value, per TomBruce Momjian
2012-08-28Document how to create advisory lock "bigint" values in SQL.Bruce Momjian
2012-08-28Improve a couple of 9.2 release note entries.Tom Lane
2012-08-28Add section IDs to subsections of syntax.sgml that lacked them.Tom Lane
2012-08-27Document the lack of reading the PGDATABASE environment variable inBruce Momjian
2012-08-27Update FreeBSD kernel configuration documentation.Bruce Momjian
2012-08-26Clarify documentation that primary key and unique constraints are copiedBruce Momjian
2012-08-25Document clearly that psql \! parameter interpretation limitations areBruce Momjian
2012-08-25Some spelling adjustments in release notesPeter Eisentraut
2012-08-25Normalize some British spellingsPeter Eisentraut
2012-08-24Put options on man page and in help output in slightly better orderPeter Eisentraut
2012-08-23Fix typo in example.Heikki Linnakangas
2012-08-23Add instructions for setting up documentation tool chain on Mac OS XPeter Eisentraut
2012-08-23Remove overly-pessimistic statement about constraint exclusion.Tom Lane
2012-08-22Make a cut at a major-features list for 9.2.Tom Lane
2012-08-22Make an editorial pass over the 9.2 release notes.Tom Lane
2012-08-22Fix erroneous documentation of synchronous_commit = remote_write.Tom Lane
2012-08-22Fix typo.Bruce Momjian
2012-08-22Document that pg_reload_conf() is also an easy way to reload theBruce Momjian
2012-08-22Update 9.2 release notes to reflect commits to date.Tom Lane
2012-08-21Add a note to the MVCC chapter that some things aren't transactional.Robert Haas
2012-08-17Copy-editing for recent window-functions documentation rewrite.Tom Lane
2012-08-17Update 'int' protocol documentation mention to be "signed", per requestBruce Momjian
2012-08-16Document that tab completation can interfere with some SQL commands.Bruce Momjian
2012-08-16Add warning about pg_ctl restart and the use of relative paths on the command...Bruce Momjian
2012-08-16In docs, clarify that, without ORDER BY, the window frame is all rows inBruce Momjian
2012-08-16Revert: In docs, change a few cases of "not important" toBruce Momjian
2012-08-16Rewrite window function reference section to more clearly explainBruce Momjian
2012-08-16In docs, change a few cases of "not important" to "unimportant".Bruce Momjian
2012-08-16Fix SGML markup; missing tag.Bruce Momjian
2012-08-16Document that PGDATA has to point to the configuration files, ratherBruce Momjian
2012-08-16Document that pg_ctl -w allows for the entry of an SSL passphase onBruce Momjian
2012-08-16Add CREATE FOREIGN TABLE doc reference to CREATE SERVER.Bruce Momjian
2012-08-16Properly document that NEW is unassigned in plpgsql for DELETE (notBruce Momjian
2012-08-15On second thought, explain why date_trunc("week") on interval values isBruce Momjian
2012-08-15Document why you can't use date_trunc("week") on intervals.Bruce Momjian
2012-08-15Document that foreign "version" and "type" values are only useful toBruce Momjian
2012-08-15Properly escape usernames in initdb, so names with single-quotes areBruce Momjian
2012-08-15Add more limited large object trigger example.Bruce Momjian
2012-08-15Add doc example of restricting large object trigger firing to onlyBruce Momjian
2012-08-14Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20.Tom Lane
2012-08-14Prevent access to external files/URLs via contrib/xml2's xslt_process().Tom Lane
2012-08-14In documentation, change "recommendable" to "recommended", perBruce Momjian
2012-08-11Add link from COPY ref page to psql \copy.Tom Lane