Commit Graph

34042 Commits (c246eb5aafe66d5537b468d6da2116c462775faf)
 

Author SHA1 Message Date
Tom Lane c246eb5aaf Make use of LATERAL in information_schema.sequences view. 13 years ago
Tom Lane 084a29c94f Another round of planner fixes for LATERAL. 13 years ago
Tom Lane 18226849ea Copy-editing for recent window-functions documentation rewrite. 13 years ago
Tom Lane 470d0b9789 Check LIBXML_VERSION instead of testing in configure script. 13 years ago
Bruce Momjian 305557984d Update 'int' protocol documentation mention to be "signed", per request 13 years ago
Bruce Momjian 3325957656 Delete inaccurate C comment about FSM and adding pages, per Robert Haas. 13 years ago
Bruce Momjian 86d0d16f8a Add URL for include file visualization tool. 13 years ago
Bruce Momjian 1037f2f646 Document that tab completation can interfere with some SQL commands. 13 years ago
Bruce Momjian c99016f1d0 Add warning about pg_ctl restart and the use of relative paths on the command-line. 13 years ago
Tom Lane f5983923d8 Allow create_index_paths() to consider multiple join bitmapscan paths. 13 years ago
Tom Lane 56ba337e6f Suppress possibly-uninitialized-variable warning. 13 years ago
Bruce Momjian c04b9c1f3d Add possible alternate tool for pgrminclude, from Peter Geoghegan 13 years ago
Bruce Momjian c6ce4c1322 In docs, clarify that, without ORDER BY, the window frame is all rows in 13 years ago
Bruce Momjian 5c1b2f5daa Revert: In docs, change a few cases of "not important" to 13 years ago
Bruce Momjian d5816d11af Rewrite window function reference section to more clearly explain 13 years ago
Bruce Momjian 7c97f6a0cb In docs, change a few cases of "not important" to "unimportant". 13 years ago
Heikki Linnakangas 317dd55a9c Add SP-GiST support for range types. 13 years ago
Heikki Linnakangas 89911b3ab8 Fix GiST buffering build bug, which caused "failed to re-find parent" errors. 13 years ago
Bruce Momjian de3773d951 Fix SGML markup; missing tag. 13 years ago
Bruce Momjian 077908aed7 Document that PGDATA has to point to the configuration files, rather 13 years ago
Bruce Momjian 6ff55ebe3d Document that pg_ctl -w allows for the entry of an SSL passphase on 13 years ago
Bruce Momjian 16d508ccbc Add CREATE FOREIGN TABLE doc reference to CREATE SERVER. 13 years ago
Bruce Momjian 0729271adf Properly document that NEW is unassigned in plpgsql for DELETE (not 13 years ago
Bruce Momjian d55f1b852d Add C comment about new \c parameter requirement for crashed connections. 13 years ago
Bruce Momjian 41fa3dfb0a Update C comment to NOTICE to reflect previous commit changing the error 13 years ago
Bruce Momjian fe21fcaf8d In psql, if the is no connection object, e.g. due to a server crash, 13 years ago
Tom Lane 4c5316931f Fix rescan logic in nodeCtescan. 13 years ago
Bruce Momjian 083b9133aa On second thought, explain why date_trunc("week") on interval values is 13 years ago
Bruce Momjian 74f4881d7c Document why you can't use date_trunc("week") on intervals. 13 years ago
Bruce Momjian 1d9a6ae855 Add C comment that '=' is not documented for plpgsql assignment. 13 years ago
Bruce Momjian fc5f20057f Document that foreign "version" and "type" values are only useful to 13 years ago
Tom Lane 4d642b5941 Disallow extensions from owning the schema they are assigned to. 13 years ago
Bruce Momjian a973296598 Properly escape usernames in initdb, so names with single-quotes are 13 years ago
Tom Lane eb919e8fde Resurrect the "last ditch" code path in join_search_one_level(). 13 years ago
Bruce Momjian 864de654c8 Add more limited large object trigger example. 13 years ago
Bruce Momjian 9e84cccff2 Add doc example of restricting large object trigger firing to only 13 years ago
Tom Lane e45ae40181 Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20. 13 years ago
Tom Lane adc97d03b9 Prevent access to external files/URLs via contrib/xml2's xslt_process(). 13 years ago
Tom Lane 17351fce4e Prevent access to external files/URLs via XML entity references. 13 years ago
Bruce Momjian 03bda4535e Revert "commit_delay" change; just add comment that we don't have 13 years ago
Bruce Momjian e74727440c Add pg_settings units display for "commit_delay" (ms). 13 years ago
Bruce Momjian 1d96cf9404 In documentation, change "recommendable" to "recommended", per 13 years ago
Tom Lane 51fd748e54 Update time zone data files to tzdata release 2012e. 13 years ago
Heikki Linnakangas f86e6ba40c Add runtime checks for number of query parameters passed to libpq functions. 13 years ago
Tom Lane c1774d2c81 More fixes for planner's handling of LATERAL. 13 years ago
Tom Lane e76af54137 Fix some issues with LATERAL(SELECT UNION ALL SELECT). 13 years ago
Tom Lane 83af58f6b5 Add link from COPY ref page to psql \copy. 13 years ago
Tom Lane b53800355f Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX. 13 years ago
Tom Lane a67d6d9a78 Update overlooked comment. 13 years ago
Tom Lane c9b0cbe98b Support having multiple Unix-domain sockets per postmaster. 13 years ago