Commit Graph

28465 Commits (d94582f4f8a06e08c8b054d332174165de6e40a6)
 

Author SHA1 Message Date
Tom Lane d94582f4f8 Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 17 years ago
Tom Lane 4c8175278f Update time zone data files to tzdata release 2009i: DST law changes in 17 years ago
Tom Lane 0c19f05803 Fix things so that you can still do "select foo()" where foo is a SQL 17 years ago
Tom Lane 772a074d4a Somebody seems to have thought they could get away without checking for 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Bruce Momjian 4e86efb4e5 Add FreeBSD support for find_typedef, per request from Andrew. 17 years ago
Peter Eisentraut 0b7b908882 Translation updates 17 years ago
Peter Eisentraut 0465c52b00 Arrange that the string "syntax error" generated by bison is translated. 17 years ago
Tom Lane 14ba9fdef6 Fix ill-advised whitespace prettification, per buildfarm. 17 years ago
Peter Eisentraut 125a5b95d8 Clarify to the translator that plpgsql_yyerror() deals with the translation 17 years ago
Tom Lane 15a3fe6d63 Properly mark pg_freespace() function as strict. Also update 17 years ago
Peter Eisentraut 5e29862aa2 Clarify error message 17 years ago
Tom Lane cb10e3af3a Support Kerberos on platforms where libcom_err depends on OpenSSL, as 17 years ago
Tom Lane 14180f9214 Add warning that xpath() doesn't work with non-UTF8 data. 17 years ago
Peter Eisentraut 746c28a8e4 Improve capitalization and punctuation in recently added GiST message. 17 years ago
Tom Lane 661b3e79c4 Add a warning about possible strange behavior of volatile functions 17 years ago
Tom Lane 61dd4185ff Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScan 17 years ago
Tom Lane 2ef8c1acfd Fix cash_in() to behave properly in locales where frac_digits is zero, 17 years ago
Bruce Momjian 09cba66235 Fix Linux typedef code. 17 years ago
Peter Eisentraut 208d3a7555 Correct/improve the datetime_precision field in the information schema. 17 years ago
Tom Lane 5cca35a68b Make handling of INTERVAL DAY TO MINUTE and INTERVAL DAY TO SECOND input 17 years ago
Tom Lane 0dcc73fea4 Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report from 17 years ago
Bruce Momjian f371fda397 Fix BSD find_typedef logic. 17 years ago
Bruce Momjian 6c4b3f5f8c Update pgindent instructions. 17 years ago
Bruce Momjian 78f3c3906e Document new location for typedef list. 17 years ago
Peter Eisentraut 9b7304bc25 Fix xmlattribute escaping XML special characters twice (bug #4822). 17 years ago
Tom Lane e343eaafc2 Mark internal_in as not strict, so that the construct "null::internal" 17 years ago
Alvaro Herrera e66576e58c Fix typo, per Tom 17 years ago
Tom Lane 59fb29cac6 Switch order of tests to avoid possible Assert failure for 17 years ago
Tom Lane f3e122fcdf Restore dblink_current_query() to being a C-language function, so as to not 17 years ago
Alvaro Herrera e8f28cb25d Dynamically set a lower bound on autovacuum nap time so that we don't rebuild 17 years ago
Joe Conway e5de601267 Default client encoding to server encoding for dblink connections. Addresses 17 years ago
Tom Lane adaf60131f Fix failure to double-quote function argument names when needed, in 17 years ago
Peter Eisentraut c773ec6b15 Fix map_sql_table_to_xmlschema() with dropped attributes. 17 years ago
Tom Lane a1fd650d2b Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4. 17 years ago
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