Commit Graph

1885 Commits (3f7fbf85dc5b42dfd33c803efe6c90533773576a)

Author SHA1 Message Date
Vadim B. Mikheev 3f7fbf85dc Initial MVCC code. 27 years ago
Marc G. Fournier c5a27161a1 More cleanups ... this is one big file *sigh* 27 years ago
Marc G. Fournier 3b8854ff93 Correct some typos... 27 years ago
Marc G. Fournier c1bc907f01 More cleanups of appendStringInfo() function calls... 27 years ago
Marc G. Fournier 9396802f14 more cleanups...of note, appendStringInfo now performs like sprintf(), 27 years ago
Marc G. Fournier df1468e251 Many more cleanups... 27 years ago
Marc G. Fournier 7c3b7d2744 Initial attempt to clean up the code... 27 years ago
Bruce Momjian ffb90a01fd Current multi-byte related codes have a bug with SQL_ASCII 27 years ago
Thomas G. Lockhart 4140c2f30e Add support for the CASE statement in the rewrite handling. 27 years ago
Thomas G. Lockhart 2b189aa953 Improve CASE statement support. 27 years ago
Thomas G. Lockhart 44cf948467 Fix up error messages when looking up functions and operators to not 27 years ago
Thomas G. Lockhart 1a8790f7eb Use the new implicit type coersion techniques for matching up types 27 years ago
Thomas G. Lockhart 239564e9ef Add routines to help with single-byte (internal) character type support. 27 years ago
Thomas G. Lockhart f9f4004b7c Switch around conditional code so that HAVE_TM_ZONE takes precedence 27 years ago
Bruce Momjian afded8add3 Fix for lo_import crash. 27 years ago
Bruce Momjian 31d825ba07 While investigating a user's complaint, I have found some memory 27 years ago
Bruce Momjian 589f5aa241 I have a simple patch about the treatment of functions. 27 years ago
Bruce Momjian 5c431eb1f2 Included patches should fix following problems in the muti-byte 27 years ago
Bruce Momjian 439ef85b0d Fix prototype for 64-bit platforms. 27 years ago
Bruce Momjian 0d5a08f769 Add stdio for NULL define. 27 years ago
Thomas G. Lockhart 53b476798a Define routines and catalog entries for string min()/max() functions. 27 years ago
Thomas G. Lockhart bedd04a551 Implement CASE expression. 27 years ago
Tom Lane 92eacaf523 Change exp() behavior to generate error on underflow rather 28 years ago
Tom Lane 79fcde48b2 Portability fix for old SunOS releases: fflush(NULL) 28 years ago
Tom Lane 9e0e148a83 pq_getstr didn't handle buffer overrun correctly; it would 28 years ago
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 28 years ago
Vadim B. Mikheev 34680930d5 Fix using indices in OR. 28 years ago
Thomas G. Lockhart 643c7beddf Add text<->float8 and text<->float4 conversion functions. 28 years ago
Thomas G. Lockhart 8d507c204b Additional fixes for mixed-case table names from Billy Allie. 28 years ago
Thomas G. Lockhart 2795fae5bf Fix test for table existance to allow mixed-case and whitespace in 28 years ago
Bruce Momjian f03729c621 Fix for NOT in where clause causing crash. 28 years ago
Tom Lane 39792e5b01 EXPLAIN VERBOSE had a very high probability of triggering 28 years ago
Tom Lane 8f5ff4cf1c Fix a potential infinite loop in appendStringInfo: would lock 28 years ago
Bruce Momjian 733ad60409 Fix for relname.data from SHIOZAKI Takehiko 28 years ago
Marc G. Fournier 4283089d07 Okay, this shoudl provide a fix for the freebsd problem... 28 years ago
Thomas G. Lockhart 396571d79c Very minor cleanup of no-op code. 28 years ago
Bruce Momjian 1e7c7343c4 Add oid8neq. 28 years ago
Tom Lane 9e38dcfd43 Re-fix test for negative-integer return code that should be 28 years ago
Bruce Momjian 374d9a1f2b D'Arcy INET fix. 28 years ago
Tom Lane a787b88e3c Eliminate need for cpp-from-stdin by using a temp file. 28 years ago
Bruce Momjian 53b8ea58d3 Fix for serial creation. 28 years ago
Bruce Momjian 8386c8145c Reverse out addition of snprintf. 28 years ago
Marc G. Fournier 8107299d5e Don't forget to create the dynloader files... 28 years ago
Bruce Momjian 7825f9b890 Fix for tprintf overruns from Göran Thyni. 28 years ago
Tom Lane 990fa43c23 Get rid of some minor compiler warnings. 28 years ago
Tom Lane 0bdf46a37f Fix some actual bugs exposed by compiler warnings. 28 years ago
Tom Lane 3d87216ab9 Get rid of some minor compiler warnings. 28 years ago
Bruce Momjian 54fd5f6cc4 Fix from Jan for vacuum statistics loss. 28 years ago
Bruce Momjian 1115162c84 rename file. 28 years ago
Bruce Momjian aeb277c405 Update for bsdi 3.0. 28 years ago