Commit Graph

6548 Commits (ea8cadbf94480f7d3bbce9d4dbd2f361a8bcbe5d)
 

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