Commit Graph

33529 Commits (52aa334fcd5a9d230be7e8fb964d94c6c4e63dc7)
 

Author SHA1 Message Date
Peter Eisentraut 52aa334fcd PL/Python: Fix crash in functions returning SETOF and using SPI 14 years ago
Peter Eisentraut e9605a039b Even more duplicate word removal, in the spirit of the season 14 years ago
Robert Haas 0038110421 Avoid repeated CLOG access from heap_hot_search_buffer. 14 years ago
Robert Haas 1b4998fd44 Further corrections from the department of redundancy department. 14 years ago
Robert Haas e01e66f808 More duplicate word removal. 14 years ago
Heikki Linnakangas f291ccd43e Remove duplicate words in comments. 14 years ago
Tom Lane 50c2d6a1a6 Kill some remaining references to SVR4 and univel. 14 years ago
Robert Haas 9b7a84f2a4 Tweak psql to print row counts when \x auto chooses non-expanded output. 14 years ago
Peter Eisentraut f2f9439fbf Remove dead ports 14 years ago
Peter Eisentraut 4266509c57 Improve markup of cmdsynopsis elements 14 years ago
Peter Eisentraut 61c84b4761 Fix display of <command> elements on man pages 14 years ago
Tom Lane 809e7e21af Converge all SQL-level statistics timing values to float8 milliseconds. 14 years ago
Peter Eisentraut 26471a51fc Mark ReThrowError() with attribute noreturn 14 years ago
Robert Haas 0d2235a25b Remove duplicate word in comment. 14 years ago
Bruce Momjian f33fe47a91 Add comments suggesting usage of git_changelog to generate release notes. 14 years ago
Tom Lane 1dd89eadcd Rename I/O timing statistics columns to blk_read_time and blk_write_time. 14 years ago
Tom Lane 309c64745e Rename track_iotiming GUC to track_io_timing. 14 years ago
Tom Lane 5f2b089387 Further editorialization on the new documentation for statistics views. 14 years ago
Peter Eisentraut 81107282a5 Change return type of ExceptionalCondition to void and mark it noreturn 14 years ago
Peter Eisentraut 2227bb9c94 Simplify makefile rule 14 years ago
Tom Lane aebe989477 Make a copy-editing pass over the new documentation for statistics views. 14 years ago
Tom Lane 93f94e356d Adjust timing units in pg_stat_statements. 14 years ago
Tom Lane cdbad241f4 Clear I/O timing counters after sending them to the stats collector. 14 years ago
Peter Eisentraut 05dd9fb18d PL/Python: Update list of supported environment variables 14 years ago
Tom Lane d6f7d4fdc5 Fix printing of whole-row Vars at top level of a SELECT targetlist. 14 years ago
Bruce Momjian 993ce4e6c9 Add options to git_changelog for use in major release note creation: 14 years ago
Tom Lane 537b266953 Fix syslogger's rotation disable/re-enable logic. 14 years ago
Robert Haas 3424bff90f Prevent index-only scans from returning wrong answers under Hot Standby. 14 years ago
Tom Lane 92df220343 Improve documentation around historical calendar rules. 14 years ago
Tom Lane 7c85aa39fc Fix oversight in recent parameterized-path patch. 14 years ago
Peter Eisentraut ba3e4157a7 PL/Python: Accept strings in functions returning composite types 14 years ago
Peter Eisentraut cc71ceab57 psql: Tab completion updates 14 years ago
Tom Lane d6d5f67b5b Modify create_index regression test to avoid intermittent failures. 14 years ago
Tom Lane 9fa82c9809 Fix planner's handling of RETURNING lists in writable CTEs. 14 years ago
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