Commit Graph

4263 Commits (9396802f14c404e294ba7a67dec77b10b7c79bd9)
 

Author SHA1 Message Date
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 f722af618a OK, here is a diff for the README file in /usr/src/pgsql/contrib/spi/. 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 23cebf11b6 Clean up error messages associated with rules and views. 27 years ago
Tom Lane e3909672f1 Build pltcl.so correctly on platforms that want dependent 27 years ago
Thomas G. Lockhart 3a52e3f3a2 Add routines and synonyms to help with single-byte char type handling. 27 years ago
Thomas G. Lockhart e18d900da4 Adjust handling of data type names to suppress double quotes 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
Tom Lane e791d86012 Partial fix for vendor-cc-versus-gcc incompatibility on HPUX: 27 years ago
Tom Lane a10b38f255 Use standard AC_PROG_INSTALL macro to search for install program, 27 years ago
Bruce Momjian 26a23e33db Add enable_plpgsql from Oliver. 27 years ago
Bruce Momjian 2d11676999 Cleanup patch from Oleg. 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 b693983004 New ecpg man page. 27 years ago
Bruce Momjian 0ad5d2a3a8 Change Size from unsigned int to size_t. 27 years ago
Bruce Momjian ecdf95f6d6 This patch fixes the undefined (according to C) and erroneous (under 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 4c87f79854 Update to pgaccess 0.93. 27 years ago
Bruce Momjian 14f9dde379 New moddatetime contrib from Terry Mackintosh. 27 years ago
Bruce Momjian 0d5a08f769 Add stdio for NULL define. 27 years ago
Thomas G. Lockhart 053004a80b Clean up a few elog() messages for aggregates and functions. 27 years ago
Thomas G. Lockhart 53b476798a Define routines and catalog entries for string min()/max() functions. 27 years ago
Thomas G. Lockhart 9470ab03c9 Define routines and catalog entries for string min()/max() functions. 27 years ago
Tom Lane 84107b419e Fix coredumping bug in pg_dump -z; also eliminate memory leaks 27 years ago
Thomas G. Lockhart 6a7fdf2592 These data types were removed before the last release. 27 years ago
Thomas G. Lockhart 47e506fb8f Include test for CASE expression. 27 years ago
Thomas G. Lockhart bedd04a551 Implement CASE expression. 27 years ago
Tom Lane 19740e2fff Portability fixes found needed for SunOS 4.1.x: 27 years ago
Tom Lane b10a719777 Use autoconf to determine whether system has POSIX signals, 27 years ago
Tom Lane 92eacaf523 Change exp() behavior to generate error on underflow rather 27 years ago
Tom Lane 67531c42bd Portability fix for old SunOS releases: realloc(NULL, ...) 27 years ago
Tom Lane 79fcde48b2 Portability fix for old SunOS releases: fflush(NULL) 27 years ago
Tom Lane 9e0e148a83 pq_getstr didn't handle buffer overrun correctly; it would 27 years ago
Tom Lane e50feea8d5 Add link to HPUX platform FAQ. 27 years ago
Tom Lane 7095b43f33 New platform-specific FAQ for HP-UX sites. 27 years ago
Vadim B. Mikheev 971175fa0c New HeapTuple structure/interface. 27 years ago
Vadim B. Mikheev 6beba218d7 New HeapTuple structure/interface. 27 years ago
Vadim B. Mikheev 2435c7d501 New HeapTuple structure/interface. 27 years ago
Thomas G. Lockhart 4d7188039a csh and sh examples were reversed. 27 years ago
Bruce Momjian 59d9fd9b17 Update platform FAQ's. 27 years ago