Commit Graph

34057 Commits (5c45d2f87835ccd3ffac338845ec79cab1b31a11)
 

Author SHA1 Message Date
Peter Eisentraut 5c45d2f878 Mark DateTimeParseError() noreturn 13 years ago
Tom Lane 0830cc9fe0 Update 9.2 release notes to reflect commits to date. 13 years ago
Tom Lane 10685ec082 Avoid somewhat-theoretical overflow risks in RecordIsValid(). 13 years ago
Tom Lane 0f524ea0cf Fix dumping of security_barrier views with circular dependencies. 13 years ago
Robert Haas 4b373e42d1 Improve C comments in GetSnapshotData. 13 years ago
Robert Haas 82ef3d3008 Add a note to the MVCC chapter that some things aren't transactional. 13 years ago
Peter Eisentraut 71450d7fd6 Teach compiler that ereport(>=ERROR) does not return 13 years ago
Peter Eisentraut ffdd5a0ee3 Remove external PID file on postmaster exit 13 years ago
Robert Haas 029722ac8e Improved tab completion for CLUSTER VERBOSE. 13 years ago
Robert Haas 68386fc15b Tab complete "TABLE whatever DROP CONSTRAINT" with a constraint name. 13 years ago
Tom Lane b2a01b9ad1 Fix bugs in contrib/pg_trgm's LIKE pattern analysis code. 13 years ago
Heikki Linnakangas 51fed14d73 Don't get confused if a WAL partial record header has xl_tot_len == 0. 13 years ago
Tom Lane 9b2a237cee Fix typo in comment. 13 years ago
Tom Lane a91f885f11 Remove obsolete comment. 13 years ago
Tom Lane 092d7ded29 Allow OLD and NEW in multi-row VALUES within rules. 13 years ago
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