Commit Graph

607 Commits (5d5cf912bc28e8aea13d2e6689bb9e67f166a40e)

Author SHA1 Message Date
Bruce Momjian 5d5cf912bc I have two patches for 6.5.0: 27 years ago
Thomas G. Lockhart 84e832a802 Use sprintf() to convert float8 to a string during conversion to numeric. 27 years ago
Tom Lane b6c732e63c Correct declaration of array_map() so that it doesn't make 27 years ago
Bruce Momjian 210055ad61 here are some patches for 6.5.0 which I already submitted but have never 27 years ago
Tom Lane 87d95ca04d Arrange for VACUUM to delete the init file that relcache.c uses 27 years ago
Tom Lane c422e1a93d Fix compile failures in dt.c --- line broken in middle of 27 years ago
Jan Wieck 7d62e9c719 Bugfix (bug by me in 1.4) in backparsing INSERT ... SELECT 27 years ago
Tatsuo Ishii 89c7369d0e Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support. 27 years ago
Tom Lane 122923c97f Still had a few MULTIBYTE problems when client encoding was 27 years ago
Tom Lane 0d99c95388 Correct potential infinite loop in pg_utf2wchar_with_len; 27 years ago
Tom Lane 6f668ee108 ifdef out some unused routines to suppress gcc warnings. 27 years ago
Tom Lane 95cc41b81d Revise backend libpq interfaces so that messages to the frontend 27 years ago
Tom Lane 09c5e84072 Change elog(ERROR) to get back to main loop via a plain sigsetjmp, 27 years ago
Tom Lane d30e2ac306 Portability patches for HPUX 11 and Unixware in configure 27 years ago
Tatsuo Ishii 075dc252c7 Fix kill() call in elog() so that it gets its own pid by calling getpid(). 27 years ago
Thomas G. Lockhart 1d1cf38c0d Fix max(int8) result by making sure int8larger() copies its result 27 years ago
Thomas G. Lockhart b2b3d5d184 Fix code to check legal dates *before* calling localtime() to get the 27 years ago
Thomas G. Lockhart 64e74e30b5 Fix boolean assignment of return values to use "FALSE" rather than the 27 years ago
Vadim B. Mikheev c3b09c2237 Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty(). 27 years ago
Tom Lane 098e043849 Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while 27 years ago
Thomas G. Lockhart d1c1301039 Version string was truncating the last character. 27 years ago
Vadim B. Mikheev 9cae93d309 Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirty 27 years ago
Tom Lane a253dcdb23 Give a better error message if an SQL-language function is 27 years ago
Tom Lane c537d4295a Modify fmgr so that internal name (compiler name) of a built-in 27 years ago
Vadim B. Mikheev fdf6be80f9 1. Vacuum is updated for MVCC. 27 years ago
Tom Lane 23ef47f89d Fix bogus function signature for areajoinsel. 27 years ago
Tatsuo Ishii 5ae9d85f77 Add KOI8/WIN/ALT support 27 years ago
Tatsuo Ishii eb42c1c762 These small utilities are for generating internal tables from 27 years ago
Bruce Momjian 48ea8b76db Hi, 27 years ago
Bruce Momjian 53d52a685a Cleanup of NULL in inet types. 27 years ago
Bruce Momjian beb1851dd9 This patch fixes the bug that made it impossible to grant permissions to 27 years ago
Bruce Momjian 3ea6c806eb cleanup 27 years ago
Bruce Momjian dc02fd709f cleanups 27 years ago
Bruce Momjian 58118db39d Add new postgres -O option to allow system table structure changes. 27 years ago
Bruce Momjian 89b762e509 Fix snprintf with strings, and nextval('"Aa"'); 27 years ago
Bruce Momjian 25541a5cd3 LIKE cleanup. 27 years ago
Tom Lane 4a9c239063 Fix brain death in !!= operator ... it's still pretty bogus 27 years ago
Bruce Momjian 265c283e1b > > > This patches src/bin/psql/psql.c. 27 years ago
Bruce Momjian 8930699cd6 src/backend/utils/adt/numeric.c fails to compile due to a string having 27 years ago
Bruce Momjian c10e6bcbed Attempting to insert a value of 'now' into a datetime type 27 years ago
Bruce Momjian 80db587e7b Here is a little syntax error found in a .y file... A dropped semi. 27 years ago
Bruce Momjian aba8c12f67 We have tested the patches on three platforms: 27 years ago
Tom Lane 86c2eadb18 Modify mcxt.h so that it doesn't pull in half of creation. 27 years ago
Tom Lane 731603a92b A few further tweaks to shared memory space estimation. 27 years ago
Bruce Momjian 02fa3e4394 Thank you for the advice. I concluded that current inet code has a 27 years ago
Bruce Momjian 1e70c1fe5d comments cleanup. 27 years ago
Tom Lane bcfdc9df04 Repair some pretty serious problems in dynahash.c and 27 years ago
Marc G. Fournier 8c3e8a8a0e From: Tatsuo Ishii <t-ishii@sra.co.jp> 27 years ago
Tom Lane e77b630cf0 Allow maximum number of backends to be set at configure time 27 years ago
Tom Lane 390d5e9f14 regprocin should accept '-' signifying InvalidOid, for 27 years ago