Commit Graph

10947 Commits (084a29c94f94b5a08aec9f68f3cfaf252f4fa17c)

Author SHA1 Message Date
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
Bruce Momjian ac78c4178b Fix to_char(), to_date(), and to_timestamp() to handle negative/BC 14 years ago
Robert Haas b112df8421 Typo fixes for previous commit. 14 years ago
Robert Haas 95282d3522 Warn more vigorously about the non-transactional behavior of sequences. 14 years ago
Bruce Momjian 4639432597 Reword documentation for concurrent index rebuilds to be clearer. 14 years ago
Bruce Momjian 95e750520c Add link to synchronous_commit variables in high availability docs. 14 years ago
Bruce Momjian 9fb5952cdf Document that trying to exceed temp_file_limit causes a query cancel. 14 years ago
Bruce Momjian 7b8c798362 Document that, for psql -c, only the result of the last command is 14 years ago
Tom Lane 7719ed04bc Update release notes for libpq feature change. 14 years ago
Tom Lane 41b9c8452b Replace libpq's "row processor" API with a "single row" mode. 14 years ago
Tom Lane 7c0fecdaef Add documentation cross-reference for JSON functions. 14 years ago
Alvaro Herrera 2f29f011c8 pg_basebackup: stylistic adjustments 14 years ago
Bruce Momjian 04d2956f0d Now that the diskchecker.pl author has updated the download link on his 14 years ago
Bruce Momjian c9a2532c83 Update doc mention of diskchecker.pl to add URL for script; retain URL 14 years ago
Bruce Momjian 69451b0968 Document that the pg_upgrade user of rsync might want to skip some 14 years ago
Peter Eisentraut 08d715a2d4 Document that pg_basebackup will create its output directory 14 years ago
Alvaro Herrera d7b47e5155 Change syntax of new CHECK NO INHERIT constraints 14 years ago
Robert Haas 46b2b7e0ff Make pgbench vacuum before building indexes. 14 years ago
Robert Haas 3a0e4d36eb Make new event trigger facility actually do something. 14 years ago
Robert Haas 3855968f32 Syntax support and documentation for event triggers. 14 years ago
Peter Eisentraut d6ce58c010 Show step titles in the pg_upgrade man page 14 years ago
Peter Eisentraut 8e708e5e36 Add link to PEP 394 regarding python2 vs python3 naming 14 years ago
Tom Lane b966dd6c42 Add fsync capability to initdb, and use sync_file_range() if available. 14 years ago