Commit Graph

10969 Commits (fda0594fc2f4c98ee50ea02fa196ca51db81ea70)

Author SHA1 Message Date
Bruce Momjian 0f3351aacf Adjust pg_test_timing to show shortest test durations first, place 14 years ago
Bruce Momjian 5ea6c9d798 Update doc mention of how to compute bigint advisory lock value, per Tom 14 years ago
Bruce Momjian bf849af7f3 Document how to create advisory lock "bigint" values in SQL. 14 years ago
Tom Lane 7417a8e3dd Improve a couple of 9.2 release note entries. 14 years ago
Tom Lane 8770328784 Add section IDs to subsections of syntax.sgml that lacked them. 14 years ago
Bruce Momjian 483c2c1071 Document the lack of reading the PGDATABASE environment variable in 14 years ago
Bruce Momjian 7a42dff47e Update FreeBSD kernel configuration documentation. 14 years ago
Bruce Momjian de87d47044 Clarify documentation that primary key and unique constraints are copied 14 years ago
Bruce Momjian f6752ee59a Document clearly that psql \! parameter interpretation limitations are 14 years ago
Peter Eisentraut 7514208fbb Some spelling adjustments in release notes 14 years ago
Peter Eisentraut 8606e47e11 Normalize some British spellings 14 years ago
Peter Eisentraut 406473b152 Put options on man page and in help output in slightly better order 14 years ago
Heikki Linnakangas 8b6b50a34d Fix typo in example. 14 years ago
Peter Eisentraut 26a6267226 Add instructions for setting up documentation tool chain on Mac OS X 14 years ago
Tom Lane 6e2e12c947 Remove overly-pessimistic statement about constraint exclusion. 14 years ago
Tom Lane b33f611682 Make a cut at a major-features list for 9.2. 14 years ago
Tom Lane 979f8f0431 Make an editorial pass over the 9.2 release notes. 14 years ago
Tom Lane 932a271956 Fix erroneous documentation of synchronous_commit = remote_write. 14 years ago
Bruce Momjian 03af60c010 Fix typo. 14 years ago
Bruce Momjian 7dff5b8edd Document that pg_reload_conf() is also an easy way to reload the 14 years ago
Tom Lane 0830cc9fe0 Update 9.2 release notes to reflect commits to date. 14 years ago
Robert Haas 82ef3d3008 Add a note to the MVCC chapter that some things aren't transactional. 14 years ago
Tom Lane 18226849ea Copy-editing for recent window-functions documentation rewrite. 14 years ago
Bruce Momjian 305557984d Update 'int' protocol documentation mention to be "signed", per request 14 years ago
Bruce Momjian 1037f2f646 Document that tab completation can interfere with some SQL commands. 14 years ago
Bruce Momjian c99016f1d0 Add warning about pg_ctl restart and the use of relative paths on the command-line. 14 years ago
Bruce Momjian c6ce4c1322 In docs, clarify that, without ORDER BY, the window frame is all rows in 14 years ago
Bruce Momjian 5c1b2f5daa Revert: In docs, change a few cases of "not important" to 14 years ago
Bruce Momjian d5816d11af Rewrite window function reference section to more clearly explain 14 years ago
Bruce Momjian 7c97f6a0cb In docs, change a few cases of "not important" to "unimportant". 14 years ago
Bruce Momjian de3773d951 Fix SGML markup; missing tag. 14 years ago
Bruce Momjian 077908aed7 Document that PGDATA has to point to the configuration files, rather 14 years ago
Bruce Momjian 6ff55ebe3d Document that pg_ctl -w allows for the entry of an SSL passphase on 14 years ago
Bruce Momjian 16d508ccbc Add CREATE FOREIGN TABLE doc reference to CREATE SERVER. 14 years ago
Bruce Momjian 0729271adf Properly document that NEW is unassigned in plpgsql for DELETE (not 14 years ago
Bruce Momjian 083b9133aa On second thought, explain why date_trunc("week") on interval values is 14 years ago
Bruce Momjian 74f4881d7c Document why you can't use date_trunc("week") on intervals. 14 years ago
Bruce Momjian fc5f20057f Document that foreign "version" and "type" values are only useful to 14 years ago
Bruce Momjian a973296598 Properly escape usernames in initdb, so names with single-quotes are 14 years ago
Bruce Momjian 864de654c8 Add more limited large object trigger example. 14 years ago
Bruce Momjian 9e84cccff2 Add doc example of restricting large object trigger firing to only 14 years ago
Tom Lane e45ae40181 Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20. 14 years ago
Tom Lane adc97d03b9 Prevent access to external files/URLs via contrib/xml2's xslt_process(). 14 years ago
Bruce Momjian 1d96cf9404 In documentation, change "recommendable" to "recommended", per 14 years ago
Tom Lane 83af58f6b5 Add link from COPY ref page to psql \copy. 14 years ago
Tom Lane c9b0cbe98b Support having multiple Unix-domain sockets per postmaster. 14 years ago
Magnus Hagander b3055ab4fb Fix upper limit of superuser_reserved_connections, add limit for wal_senders 14 years ago
Robert Haas be690e291d Make psql -1 < file behave as expected. 14 years ago
Simon Riggs 42020a89c7 Doc correction to point out that 9.2+ can overwrite pg_xlog files. 14 years ago
Tom Lane 5ebaaa4944 Implement SQL-standard LATERAL subqueries. 14 years ago