Commit Graph

6542 Commits (cf1d2165b3743e7dee908ecd2ee3d59e81c4c3fc)
 

Author SHA1 Message Date
Bruce Momjian cf1d2165b3 Fix comment spacing. 26 years ago
Byron Nikolaidis 81704b9070 update to 6.40.0009 and provide WIN32 defines for auto-configured items 26 years ago
Bruce Momjian dcba387636 remove extra include. 26 years ago
Byron Nikolaidis a7b1a008cd missing state transition 26 years ago
Tom Lane 18baa9790e Looks like I broke SET variable = DEFAULT awhile ago. Ooops. 26 years ago
Tom Lane 80b7955d60 Correct bogus syntax in SET example. 26 years ago
Tom Lane 84ccfdf087 Avoid a little bit of unnecessary computation in canonicalize_qual. 26 years ago
Bruce Momjian 8b33278450 Update TODO list. 26 years ago
Tom Lane 52a8d71203 Add lztext to TypeCategory so that lztext OP text cases will work 26 years ago
Tom Lane 8d0f1dd179 Jan forgot to increment catversion when adding lztext. Naughty naughty. 26 years ago
Bruce Momjian 1210bd4526 Update history 26 years ago
Jan Wieck 75133d9a46 Reactivated LZTEXT data type and changed rule plan- and qual-strings 26 years ago
Tatsuo Ishii 97e38d32b8 Update expected files due to the psql format change 26 years ago
Tatsuo Ishii 570bb30d73 Suppress unneccesary message from createdb 26 years ago
Tatsuo Ishii c9ceab967c Add SQL_ASCII test case 26 years ago
Tatsuo Ishii 544cafb4d5 Fix multibyte regress results for EUC_CN, EUC_KR and EUC_TW 26 years ago
Tatsuo Ishii f30d5f9e6c Add LinuxPPC mappings 26 years ago
Tom Lane a065827554 Clean up badly-formatted error messages from pg_connect. 26 years ago
Tom Lane 750549db34 Add Assert() to check for trying to heap_close a relation when the 26 years ago
Tom Lane 1e091ad601 Add 'volatile' declarations to silence gcc warnings about longjmp. 26 years ago
Tom Lane f884130241 Minor improvements in regprocout() and oidvectortypes(). 26 years ago
Tom Lane 66fe0fc87e Fix poorly worded error messages for unary operator type resolution 26 years ago
Tom Lane ed0e292354 Clean up dependencies for version.o. 26 years ago
Tom Lane 22cab26131 Clean up dependencies for version.o. 26 years ago
Tom Lane 22a9537ff3 Clean up dependencies for version.o. 26 years ago
Tom Lane 01eea27c4c Fix a couple of inconsistent usages of include <...> vs. include "...". 26 years ago
Bruce Momjian a4a9976d2e Add 7.0 changes to HISTORY file. This has to go into SGML eventually, 26 years ago
Tom Lane aff830a760 Add date and time datatype handling to convert_to_scalar. (I was waiting 26 years ago
Tom Lane baeef0e172 Change rule dumper to produce reasonable output for casts that assign 26 years ago
Tom Lane 7173c485c8 Fix exprTypmod to recognize length-coercion function expressions, 26 years ago
Tom Lane cbf4c9671e psql's \d command wasn't doing the right things with 'char' (type 18) 26 years ago
Tom Lane 6f11af0c62 I had managed to break acceptance of "char", which worked in 6.5 to 26 years ago
Tom Lane 664908f564 Undo a couple of mistaken applications of NameStr() to StringInfos. 26 years ago
Tom Lane 08b1040374 Shared-memory hashtables have non-extensible directories, which means 26 years ago
Michael Meskes c05abfb1a8 *** empty log message *** 26 years ago
Michael Meskes 70130905d1 *** empty log message *** 26 years ago
Bruce Momjian 94ae69f4dc Update TODO list. 26 years ago
Tom Lane 4926709563 Fix longstanding bug that kept functional indexes from working when you 26 years ago
Peter Eisentraut 73348316e7 Enabled regression driver to run without PGLIB set. 26 years ago
Bruce Momjian 46ba3f839d Suppress timespan and datetime ops from being brought in via pg_dump 26 years ago
Bruce Momjian 5cdfaea899 Add missing files like foreign key regression tests and config.h.win32. 26 years ago
Bruce Momjian ce9f73c162 The following is required in order to make beta1 compile on the Win32 26 years ago
Tom Lane 58f481c4ff Tweak libpq so that if a backend ERROR message arrives while libpq 26 years ago
Hiroshi Inoue f017d7eeee Check pending cancel request before waiting for lock 26 years ago
Hiroshi Inoue a5e944580f Add the check CommonSpecialPortal in use(my fault) 26 years ago
Tom Lane 9110b33f46 Add numeric <-> int8 and numeric <-> int2 conversion functions, as well 26 years ago
Tom Lane 512669db9e Make make_const() check the size and precision of a T_Float Value, 26 years ago
Tom Lane 399a570fe2 int8in failed to detect overflow; it really should. 26 years ago
Bruce Momjian f40c50627f Fix plpsql for bsdi. 26 years ago
Michael Meskes 9f74608f47 *** empty log message *** 26 years ago