Commit Graph

33495 Commits (c62b8eaae11aaa69a2b71bc63f9f78ca72eb412c)
 

Author SHA1 Message Date
Tom Lane c62b8eaae1 Fix edge-case behavior of pg_next_dst_boundary(). 14 years ago
Robert Haas ca1e1a8da1 Remove prototype for nonexistent function. 14 years ago
Tom Lane 9873001e6d Another trivial comment-typo fix. 14 years ago
Peter Eisentraut 65ca8e68b7 PL/Python: Improve error messages 14 years ago
Peter Eisentraut 2856c51c86 Standardize indentation of XSL files 14 years ago
Peter Eisentraut 8bd44677df entab: Improve makefile 14 years ago
Peter Eisentraut 225d9c0638 Fix minor stylistic issue 14 years ago
Robert Haas 3ce7f18e92 Casts to or from a domain type are ignored; warn and document. 14 years ago
Robert Haas e4f06b70c9 Another typographical correction. 14 years ago
Robert Haas 5d4b60f2f2 Lots of doc corrections. 14 years ago
Robert Haas 7ab9b2f3b7 Rearrange lazy_scan_heap to avoid visibility map race conditions. 14 years ago
Robert Haas 85efd5f065 Reduce hash size for compute_array_stats, compute_tsvector_stats. 14 years ago
Robert Haas 9d435d57e1 Minor improvements for CHECK NO INHERIT documentation. 14 years ago
Peter Eisentraut 48658a1b81 Fix some typos 14 years ago
Tom Lane 33e99153e9 Use fuzzy not exact cost comparison for the final tie-breaker in add_path. 14 years ago
Alvaro Herrera 09ff76fcdb Recast "ONLY" column CHECK constraints as NO INHERIT 14 years ago
Tom Lane 1f03630011 Adjust join_search_one_level's handling of clauseless joins. 14 years ago
Tom Lane 5b7b5518d0 Revise parameterized-path mechanism to fix assorted issues. 14 years ago
Peter Eisentraut cd1f4db4ae Untabify DSSSL and XSL files and add to check-tabs target 14 years ago
Robert Haas 293ec33c32 Remove bogus comment from HeapTupleSatisfiesNow. 14 years ago
Robert Haas 4a6fab03f2 Finish rename of FastPathStrongLocks to FastPathStrongRelationLocks. 14 years ago
Robert Haas 53c5b869b4 Tighten up error recovery for fast-path locking. 14 years ago
Robert Haas ab77b2da8b Fix incorrect comment in SetBufferCommitInfoNeedsSave(). 14 years ago
Robert Haas e93c0b820f After PageSetAllVisible, use MarkBufferDirty. 14 years ago
Robert Haas b5eccaef2c Fix copyfuncs/equalfuncs support for ReassignOwnedStmt. 14 years ago
Robert Haas 53bbc681ca Fix various infelicities in node functions. 14 years ago
Robert Haas 37e666b8b5 Doc clarification for synchronous_commit. 14 years ago
Peter Eisentraut 1fd832ddff psql: Add tab completion for CREATE/ALTER ROLE name WITH 14 years ago
Andrew Dunstan 1b37a8c3cc Don't override arguments set via options with positional arguments. 14 years ago
Heikki Linnakangas fe546f3da6 Don't wait for the commit record to be replicated if we wrote no WAL. 14 years ago
Peter Eisentraut cf714c8108 Add compatibility information for prepared transaction commands 14 years ago
Peter Eisentraut a33fcd7e79 Fix typo 14 years ago
Heikki Linnakangas 49440fff08 Install plpgsql.h to to include/server at "make install". 14 years ago
Peter Eisentraut 0f48e06751 PL/Python: Improve documentation of nrows() method 14 years ago
Peter Eisentraut c03523ed3f PL/Python: Fix crash when colnames() etc. called without result set 14 years ago
Tatsuo Ishii 4efbb7d04f Add missing descriptions about '--timeout' and '--mode' to help 14 years ago
Robert Haas ea6a2d8d47 Rename synchronous_commit='write' to 'remote_write'. 14 years ago
Robert Haas 4a2d7ad76f pg_size_pretty(numeric) 14 years ago
Tatsuo Ishii d4db16d303 Add description of long options for '-c', '-D', '-l' and '-s'. Per 14 years ago
Peter Eisentraut 48ea558313 Update contrib/README 14 years ago
Peter Eisentraut aacc50d175 Document that VALUES can be used in WITH 14 years ago
Peter Eisentraut f3a3aac845 Fix typo 14 years ago
Robert Haas cd93425cd1 Add Peter Geoghegan as additional author of pg_stat_statements. 14 years ago
Tom Lane e54b10a62d Remove the "last ditch" code path in join_search_one_level(). 14 years ago
Tom Lane e3ffd05b02 Weaken the planner's tests for relevant joinclauses. 14 years ago
Peter Eisentraut c0cc526e8b Rename bytea_agg to string_agg and add delimiter argument 14 years ago
Peter Eisentraut 64e1309c76 Consistently quote encoding and locale names in messages 14 years ago
Robert Haas 7167fcd21b Grammar corrections. 14 years ago
Robert Haas 61167bfaf2 Fix typo in comment. 14 years ago
Robert Haas 5630eddf1e Update lazy_scan_heap header comment. 14 years ago