Commit Graph

29030 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)
 

Author SHA1 Message Date
Tom Lane 506183e485 Be a bit more verbose about the effects of string literal processing 17 years ago
Tom Lane 156475a589 Revert my patch of 2009-04-04 that removed contrib/intarray's definitions of 17 years ago
Tom Lane 32ea236361 Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane 17 years ago
Joe Conway 4334695b30 Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER, 17 years ago
Tom Lane af98bb2ad7 Move variable declaration to avoid 'unused variable' warning when the 17 years ago
Tom Lane 356eea24ce Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() 17 years ago
Andrew Dunstan 1978d7f13f Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and to remove compilation warning. Backpatch the release 7.4 17 years ago
Tom Lane 52f0fc703f GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros 17 years ago
Andrew Dunstan 8b78428fc0 Search for versioned perl library instead of using hardcoded name on Windows. Backpatch to release 8.3 17 years ago
Bruce Momjian 7aace98bf6 Remove sleep() from backup script example; not needed anymore. 17 years ago
Tom Lane 0d5478196a Trivial code style cleanup around a couple of ngettext calls. 17 years ago
Tom Lane 20d4005c30 Remove a couple of debugging messages that have been #ifdef'd out for ages. 17 years ago
Tom Lane 76d4abf2d9 Improve the recently-added support for properly pluralized error messages 17 years ago
Andrew Dunstan fd416db406 Initialise perl library as documented in perl API. Backpatch to release 7.4. 17 years ago
Bruce Momjian 5d682cab65 Wording improvement for recent sesssion identifier SQL query. 17 years ago
Tom Lane b5c838e170 Clean up ecpg's use of mmerror(): const-ify the format argument, add an 17 years ago
Tom Lane a734979e0a Fix tsquerysel() to not fail on an empty TSQuery. Per report from 17 years ago
Tom Lane a7a7f5caaa Change rather bizarre code ordering in get_id(). This isn't strictly 17 years ago
Tom Lane e550763121 Improve comment about 'if (1)' hack in copy.c macros. 17 years ago
Bruce Momjian 1a0ebe6152 Add comment about why "((void) 0)" is used in copy macros. 17 years ago
Bruce Momjian 44ead23384 Add example of how to generate the session identifier from pg_stat_activity. 17 years ago
Tom Lane ade91586ea Remove the old advice to keep from_collapse_limit less than geqo_threshold, 17 years ago
Heikki Linnakangas 7c8d7a2eec Only recycle normal files in pg_xlog as WAL segments. pg_standby creates 17 years ago
Joe Conway db02073305 Fix dblink_get_result() as reported by Oleksiy Shchukin. Refactor a bit 17 years ago
Tom Lane bac2ad38ea Change AdjustIntervalForTypmod to not discard higher-order field values on the 17 years ago
Tom Lane b3b89fd1f1 Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK, 17 years ago
Tom Lane 5377ccbe24 Update obsolete comment in index_drop(). When the comment was written, 17 years ago
Michael Meskes fa88e92a1d Change macros to make gcc quiet when parsing. 17 years ago
Bruce Momjian 400fb19a30 Document that forking while having open libpq connections is not 17 years ago
Heikki Linnakangas 2e6107cb62 When archiving is enabled, rotate the last WAL segment at shutdown so that 17 years ago
Tom Lane ee3980ebf3 Improve release note explanation of the change in libpq's handling of 17 years ago
Magnus Hagander b1c2781951 Properly return the usermap result when doing gssapi authentication. Without 17 years ago
Peter Eisentraut 84f2f5c023 Fix to use the same format specifiers in both branches of a ngettext(). 17 years ago
Tom Lane 6ec0753146 Ignore RECHECK in CREATE OPERATOR CLASS, just throwing a NOTICE, instead of 17 years ago
Peter Eisentraut 9873db6646 Fix compiler warnings on Sun Studio of the sort 17 years ago
Michael Meskes e7f4923d3b Reverting patch just in case a compiler treats this enum as signed. 17 years ago
Bruce Momjian fa89e18f09 Remove tabs from SGML file. 17 years ago
Tom Lane 253ff58a1d Improve documentation about function volatility: mention the snapshot 17 years ago
Tom Lane 48938ab506 Allow the second argument of pg_get_expr() to be just zero when deparsing 17 years ago
Tom Lane 99bf328237 Remove the useless and rather inconsistent return values of EncodeDateOnly, 17 years ago
Tom Lane 8af641ac1f Remove unused declarations of EncodeTimeOnly and DecodeTimeOnly. 17 years ago
Tom Lane dd96d13a77 Add range checks to time_recv() and timetz_recv(), to prevent binary input 17 years ago
Tom Lane c3707a4fcd Use more-portable coding for the check on handing out the last available 17 years ago
Tom Lane fc2660fc25 Fix LIKE's special-case code for % followed by _. I'm not entirely sure that 17 years ago
Teodor Sigaev c6c458e24d Resort tsvector's lexemes in tsvectorrecv instead of emmiting an error. 17 years ago
Michael Meskes ab9981ccc6 Removed comparison of unsigned expression < 0. 17 years ago
Peter Eisentraut c697337c76 Convert some messages to use ngettext(). 17 years ago
Peter Eisentraut 65ffbbf1a5 Fix sgml-mode example. thanks Andrew Dunstan 17 years ago
Michael Meskes 14f29f640a Removed unsigned/signed mismatches. 17 years ago
Michael Meskes 11a497f99a More variables gcc moans about 17 years ago