Commit Graph

15473 Commits (81ece923d6ae6f3c5ab8e635a3bbe4fa4af6fe2b)
 

Author SHA1 Message Date
Bruce Momjian 81ece923d6 Done: 22 years ago
Bruce Momjian 9132506477 Add Opteron/Itanium comment. 22 years ago
Bruce Momjian 2f46ac5211 Add: 22 years ago
Tom Lane fa3bd4dbd0 Error message editing: finish up undone task of reporting the problem 22 years ago
Tom Lane 2a4a0c4d71 Add ereport-related functions to GETTEXT_TRIGGERS list. 22 years ago
Tom Lane a56ff9a0bd Another round of error message editing, covering backend/parser/. 22 years ago
Bruce Momjian 0230380666 Add tablespace email. 22 years ago
Tom Lane 216311d590 First bits of work on error message editing. 22 years ago
Bruce Momjian 44f665bf40 Add cleaner formatting to config file. 22 years ago
Michael Meskes 45d8f61ff2 Added more compat stuff ot the parser. 22 years ago
Teodor Sigaev 2c914937c1 Fix subpath and subltree. Allow to return '' value. 22 years ago
Bruce Momjian fd4c775481 Stephen Robert Norris wrote: 22 years ago
Tom Lane 5ea214b590 It seems some case-insensitive locales sort upper case before lower 22 years ago
Tom Lane 157e17e20d Add an upper limit to IS_VALID_JULIAN() to defend against overflow in 22 years ago
Tom Lane 0347d310d7 Oh, for crying in a bucket ... relax Assert so that glibc's strxfrm 22 years ago
Tom Lane 59d9a37080 Work around buggy strxfrm() present in some Solaris releases. 22 years ago
Tom Lane 0c172909d5 For COMMENT ON DATABASE where database name is unknown or not the current 22 years ago
Tom Lane 8cf63ba920 Repair boundary-case bug introduced by patch of two months ago that 22 years ago
Michael Meskes c15b66ef82 Allow blanks at the end of numerical values. 22 years ago
Michael Meskes 7d32551a81 Fixed some bugs in Informix compat functions. 22 years ago
Tom Lane 764f72dc82 Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention 22 years ago
Tom Lane 93236b58e0 Add defenses against trying to attach qual conditions to a setOperation 22 years ago
Michael Meskes 96be4b28a3 Applied patch to fix two compatibility functions. 22 years ago
Tom Lane ffcb1491af Now that I look, SHOW TRANSACTION_ISOLATION isn't quite consistent 22 years ago
Tom Lane cfa6999d3b Cause SHOW DATESTYLE to produce a string that will be accepted by SET 22 years ago
Tom Lane 274328c8a8 Avoid use of int64_t, which seems not to be very portable. Simplify 22 years ago
Tom Lane bbac4188f9 OSF supports pthreads, per Philip Yarra. 22 years ago
Michael Meskes 42df5e311f Started to create different error codes for different backend messages. 22 years ago
Tom Lane 9117e55493 Tweak original coding so that we can determine the platform-specific 22 years ago
Tom Lane 683f4d0a25 Remove duplicate definition of ERROR. 22 years ago
Tom Lane 3d09f6c560 Make cost estimates for SubqueryScan more realistic: charge cpu_tuple_cost 22 years ago
Tom Lane b800196230 Fix typo in comment, as noted by Weiping He. 22 years ago
Tom Lane de98a7e23a The default values for shared_buffers and max_connections are now 1000 22 years ago
Tom Lane 8460000069 Whoops, missed committing this change to match cosmetic changes in 22 years ago
Tom Lane b1eb992cc5 Fix a *second* buffer overrun bug in to_ascii(). Grumble. 22 years ago
Michael Meskes 6eb27d16b6 Missed one rule in syncinc preproc.y which resulted in reduce/reduce conflicts. 22 years ago
Michael Meskes e895eb197d - Synced preproc.y with gram.y 22 years ago
Bruce Momjian cbdda3e2a9 Add description for new GUC context. 22 years ago
Michael Meskes 18936ef372 Argh! Missed one file. 22 years ago
Michael Meskes abfa8ae54f Fixed some Informix compat functions so they handle NULL resp. indicators better. 22 years ago
Bruce Momjian 4afcba05de Doc update for LOG_MIN_DURATION_STATEMENT set to zero. 22 years ago
Bruce Momjian 0ecc8ac425 Add special checks for non-super-user setting LOG_MIN_DURATION_STATEMENT 22 years ago
Bruce Momjian bf889e649a Add new USERLIMIT GUC source level so certain options can be disabled 22 years ago
Barry Lind 6896bfa86c Applied patch from Kim Ho @ redhat.com to make support for setObject() more 22 years ago
Michael Meskes f207718b0c More informix fixes. 22 years ago
Michael Meskes fee6fd7f65 Fix segfault in connect in informix mode. 22 years ago
Michael Meskes 91d60637cf "char *" of course is not the same as "char []". So I had to fix the way ecpg treated the second one. 22 years ago
Tom Lane 841b4a2d55 tm2timestamp should return -1, not elog, on overflow. (In the backend 22 years ago
Tom Lane 3abbce39d5 Fix missing code for HAVE_INT64_TIMESTAMP. 22 years ago
Tom Lane b700a672fe Add --help-config facility to dump information about GUC parameters 22 years ago