Commit Graph

19491 Commits (fd416db406f9efdbbdbd7b63ea4f9ccf47eec8b3)

Author SHA1 Message Date
Andrew Dunstan fd416db406 Initialise perl library as documented in perl API. Backpatch to release 7.4. 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
Heikki Linnakangas 7c8d7a2eec Only recycle normal files in pg_xlog as WAL segments. pg_standby creates 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
Heikki Linnakangas 2e6107cb62 When archiving is enabled, rotate the last WAL segment at shutdown so that 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
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
Michael Meskes 0754b391f3 Removed some unneeded variables and comparisons 17 years ago
Heikki Linnakangas 7340793f31 Silence a gcc compiler warning about non-literal format string with no args 17 years ago
Heikki Linnakangas 9ca99cda21 Update relpages and reltuples estimates in stand-alone ANALYZE, even if 17 years ago
Tom Lane 7280fab717 Fix bug #4814 (wrong subscript in consistent-function call), and add some 17 years ago
Tom Lane 2c39ab12f3 Make pwdfMatchesString() a little more careful about matching * fields. 17 years ago
Peter Eisentraut 939a40b0af Add some instructions on how to customize emacs for working on the SGML 17 years ago
Peter Eisentraut 5581f226c8 Update SQL conformance entries for window functions functionality 17 years ago
Tom Lane 3626043229 Improve comments in pg_ident.conf.sample. 17 years ago
Tom Lane 4616d57dad Fix all the server-side SIGQUIT handlers (grumble ... why so many identical 17 years ago
Marc G. Fournier abc924519a commit for BETA2 17 years ago
Tom Lane bfab3f19e3 Include recovery_end_command in recovery.conf.sample. 17 years ago
Alvaro Herrera f97017068f Translation updates 17 years ago
Tom Lane 284e12c398 Improve a couple of comments. 17 years ago
Heikki Linnakangas 9e403c2587 Add recovery_end_command option to recovery.conf. recovery_end_command 17 years ago
Tom Lane a710713644 Add checks to DefineQueryRewrite() to prohibit attaching rules to relations 17 years ago
Tom Lane 23543c732b Rewrite xml.c's memory management (yet again). Give up on the idea of 17 years ago
Tom Lane 546454f8a3 Fix intratransaction memory leaks in xml_recv, xmlconcat, xmlroot, and 17 years ago
Tom Lane f23bdda324 Fix LOCK TABLE to eliminate the race condition that could make it give weird 17 years ago
Tom Lane d4a363cdf2 Modify find_inheritance_children() and find_all_inheritors() to add the 17 years ago
Tom Lane 0ada559187 Do some minor code refactoring in preparation for changing the APIs of 17 years ago
Tom Lane 6480c143ee Partially revert my patch of 2008-11-12 that installed a limit on the number 17 years ago