Commit Graph

33675 Commits (d3b97d1488ba868f6bab12eeaf0b9ae75fad2566)
 

Author SHA1 Message Date
Tom Lane d3b97d1488 Fix string truncation to be multibyte-aware in text_name and bpchar_name. 14 years ago
Tom Lane 73cc7d3b24 Use binary search instead of brute-force scan in findNamespace(). 14 years ago
Bruce Momjian 45ca31d6a7 Have pg_upgrade only use one extra log file for Win32, not two. 14 years ago
Magnus Hagander 31d965819b Fix base backup streaming xlog from standby 14 years ago
Bruce Momjian d226e236c6 On Windows, have pg_upgrade use different two files to log pg_ctl 14 years ago
Bruce Momjian 32cebaaed5 Clarify 9.2 release notes items about pg_stat_statements, to better 14 years ago
Bruce Momjian 7672366a89 Change pg_stat_statements order of release note items, per Peter 14 years ago
Bruce Momjian eeef7bd2da Remove PL/Perl null array 9.2 release note item, per Andrew Dunstan 14 years ago
Tom Lane 2a4c46e0ba Fix array overrun in regex code. 14 years ago
Peter Eisentraut ace397e9d2 Update SQL key word list to SQL:2011 14 years ago
Bruce Momjian 476291bef0 Adjust pg_upgrade to output a separate log file for pg_ctl output on 14 years ago
Magnus Hagander 77f93cb32d Add missing PQfinish() calls 14 years ago
Peter Eisentraut 72155b29a8 pg_standby: Remove tabs from string literals 14 years ago
Bruce Momjian db2cd07482 Mention Peter Geoghegan as primary author of pg_stat_statements changes. 14 years ago
Bruce Momjian 13477c0197 Improve wording of 9.2 clog release note item. 14 years ago
Bruce Momjian b9c895ee6f Add 9.2 release note authorship mentions for Heikki and Alexander 14 years ago
Tom Lane ed962fd712 Ensure that seqscans check for interrupts at least once per page. 14 years ago
Peter Eisentraut 92a953fbf8 Add small example about pg_archivecleanup -x option 14 years ago
Bruce Momjian 0013a665b7 Fix markup for HISTORY generation. 14 years ago
Bruce Momjian e6b7170c33 Fix reindexdb manual page to say --maintenance-db controls what is 14 years ago
Bruce Momjian 007522e6b4 9.2 release notes: GiST index improvements are for all geometric index 14 years ago
Bruce Momjian 8a46e25189 Remove reviewers from 9.2 release notes; improve attributions. 14 years ago
Robert Haas 8fbe5a317d Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' 14 years ago
Robert Haas b536458e73 Release note improvements. 14 years ago
Robert Haas 304aa339b2 Prevent pg_basebackup when integer_datetimes flag doesn't match. 14 years ago
Robert Haas 219c024c64 Repair out-of-date information in src/backend/storage/buffer/README. 14 years ago
Tom Lane b94ce6e807 Move postmaster's RemovePgTempFiles call to a less randomly chosen place. 14 years ago
Tom Lane efae4653c9 Update woefully-obsolete comment. 14 years ago
Peter Eisentraut cdf8bcb8d9 pg_ctl: Sort signal list in --help output 14 years ago
Peter Eisentraut 4c39a09089 libpq: Add missing file to GETTEXT_FILES list 14 years ago
Tom Lane e79da56b85 Adjust documentation of ALTER TABLE CLUSTER ON for more consistency. 14 years ago
Tom Lane 8be950f5c0 Document that we deviate from ISO 8601 by not using 'T' on output. 14 years ago
Peter Eisentraut f1f6737e15 Fix incorrect logic in JSON number lexer 14 years ago
Peter Eisentraut fe2534e534 Some reference page improvements 14 years ago
Peter Eisentraut 510860a6a5 Small cleanups of contrib --help output 14 years ago
Peter Eisentraut 9c64f39557 Put back word that was mysteriously lost in man page conversion 14 years ago
Michael Meskes c1ba858c6d Reworded sentence as suggested by Stephen Frost. 14 years ago
Peter Eisentraut 2273a50364 Realign some --help output to have better spacing between columns 14 years ago
Heikki Linnakangas 1d27dcf578 Fix bug in gistRelocateBuildBuffersOnSplit(). 14 years ago
Peter Eisentraut 8402fab411 file_fdw: Improve error message 14 years ago
Peter Eisentraut 4ad5cbedf6 Update key words table for 9.2 14 years ago
Peter Eisentraut 939ec9b8a4 Update SQL features/conformance information to SQL:2011 14 years ago
Peter Eisentraut be6d1c88a4 Change COLLATION keyword category 14 years ago
Tom Lane 488c6dd170 Improve error message for ALTER COLUMN TYPE coercion failure. 14 years ago
Heikki Linnakangas 6593c5b5dc Fix bug in freespace calculation in heap_multi_insert(). 14 years ago
Peter Eisentraut 00b0c73f1f Fix a whitespace issue with the man pages 14 years ago
Peter Eisentraut c8e086795a Remove whitespace from end of lines 14 years ago
Peter Eisentraut 131b4d6473 Make xrefs to tables instead of assuming they appear below 14 years ago
Peter Eisentraut 8afb026e57 Remove stray nbsp character 14 years ago
Heikki Linnakangas d2495f272c Fix bug in to_tsquery(). 14 years ago