Commit Graph

4822 Commits (89c7369d0e74a30b32db664e4c117ccdca78274c)
 

Author SHA1 Message Date
Tatsuo Ishii 89c7369d0e Fix from Yutaka Tanida <yutaka@marin.or.jp> for Cygwin32 support. 27 years ago
Tatsuo Ishii c84ea433d7 Fix from Yutaka Tanida <yutaka@marin.or.jp> 27 years ago
Tom Lane eb00bdf237 Insert a test for missing targetlist entry in replace_agg_clause. 27 years ago
Tom Lane 26db818710 It looks like the multibyte regress tests only work if both 27 years ago
Tom Lane d69344c520 More multibyte tests with obsolete spelling of error message... 27 years ago
Tom Lane 22fe451c9d psql's recognition of comments didn't work right in MULTIBYTE 27 years ago
Tom Lane 109cbc7217 Explicitly set PGCLIENTENCODING during regression tests, 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 2acfc4f6b4 Multibyte tests were all 'failing' because of change of 27 years ago
Tom Lane 40cad8b66f My first cut at libpq revision didn't handle MULTIBYTE correctly, 27 years ago
Tom Lane fad6f2925c Clean up gcc warning in MULTIBYTE code. 27 years ago
Tom Lane 6f668ee108 ifdef out some unused routines to suppress gcc warnings. 27 years ago
Tom Lane 187c58f275 Ooops, missed committing this one... 27 years ago
Tom Lane 95cc41b81d Revise backend libpq interfaces so that messages to the frontend 27 years ago
Bruce Momjian fc08814e00 Rename explain's "size" to "rows". 27 years ago
Bruce Momjian 35b168656b Add disk space message to "can not extend" message. 27 years ago
Thomas G. Lockhart c3a32d7595 Remove "Non-functional update" notices since that message has been 27 years ago
Tom Lane c42926f10b Repair missing heap_endscan() in OperatorUpd(). 27 years ago
Vadim B. Mikheev 3888b53a58 Fix duplicating ROOT page in concurrent updates. 27 years ago
Tom Lane 00fbb64bed Un-break CREATE TYPE. Fix some other inconsistencies in the 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
Bruce Momjian 6eccfbc727 Add temporary for temp. 27 years ago
Tatsuo Ishii f3a7addb03 Fix typo in multi-byte encodings (EHC_CN --> EUC_CN) 27 years ago
Tom Lane a58843b49a Fix problems seen when result of a subselect was used in an 27 years ago
Tom Lane 4438b70b94 Repair some problems in planner's handling of HAVING clauses. 27 years ago
Tom Lane 2deef968f4 After transforming a CASE expr with a default argument, 27 years ago
Tom Lane 38405e1894 Update CREATE FUNCTION's on-line help in psql. 27 years ago
Tom Lane 4b82c6d940 Allow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' to 27 years ago
Bruce Momjian 00a4196139 Add res checking to libpq examples, from Dan Merillat. 27 years ago
Tom Lane 1b9f24c878 Add missing function prototypes to stifle gcc warnings. 27 years ago
Michael Meskes ad5a54d170 *** empty log message *** 27 years ago
Tatsuo Ishii 075dc252c7 Fix kill() call in elog() so that it gets its own pid by calling getpid(). 27 years ago
Tatsuo Ishii e062a176a8 Overhaul Wisconsin Benchmark test suit 27 years ago
Tom Lane 26139bb4a0 Improve error messages when a connection is rejected. 27 years ago
Thomas G. Lockhart 1d1cf38c0d Fix max(int8) result by making sure int8larger() copies its result 27 years ago
Tatsuo Ishii 84746009c2 Hello! 27 years ago
Peter Mount 35d70e9ccf Replaced <literal></literal> with "" in ProgramListing sections 27 years ago
Tom Lane 0c0151a3ec Initialize reltuples = 1000, relpages = 10 in a newly created 27 years ago
Tom Lane dbce02f133 Add ORDER BY clauses to some select-from-view operations 27 years ago
Tom Lane 1ae6739ee1 psql did the wrong thing with COPY FROM STDIN inside a file 27 years ago
Thomas G. Lockhart 99e57ee86f Move some useful date/time test macros to here to allow 27 years ago
Thomas G. Lockhart 879d1be2fe Declare hashint8(). 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
Thomas G. Lockhart e1a4ddeda8 Code modified to reject out of range day of month. 27 years ago
Thomas G. Lockhart 9f9823950a Fix error message to match that returned by new regression test reference 27 years ago
Tom Lane 630ed05063 Correct documentation of CREATE OPERATOR. 27 years ago
Tom Lane eaffc61675 Correct psql's online help for CREATE OPERATOR, which did 27 years ago