Commit Graph

5545 Commits (f0f73b316d3341c76ce776fd3f21bb7d1617570d)
 

Author SHA1 Message Date
Thomas G. Lockhart f0f73b316d Allow CASE statement to contain *only* untyped result clauses or nulls. 27 years ago
Tom Lane 3ec5232363 Patch to cure O(N^2) behavior in libpq when reading a long 27 years ago
Bruce Momjian ad4a574b00 Add solaris faq. 27 years ago
Tom Lane 43d32d3683 First cut at doing something reasonable with OR-of-ANDs WHERE 27 years ago
Marc G. Fournier b705fa3909 Make sure both SRCH_INC and SRCH_LIB are checked for existances and added to 27 years ago
Marc G. Fournier 2b7777bfa2 cygwin doesn't have an endian.h, but defines BYTE_ORDER in sys/param.h 27 years ago
Tom Lane 2119cc0670 Further improvements in cnfify: reduce amount of self-recursion 27 years ago
Tom Lane 4644fc8071 Eliminate query length limitation imposed by pg_client_to_server 27 years ago
Tom Lane b65ab31910 Eliminate token length assumption in scanstr(). 27 years ago
Tom Lane a7fd74edb3 Update protocol doc to emphasize that backend can return 27 years ago
Tom Lane b399805e22 Eliminate elog()'s hardwired limit on length of an error message. 27 years ago
Thomas G. Lockhart 1e4f0197bb Add information on ssh tunnelling from Gene Selkov. 27 years ago
Bruce Momjian c1d5e88b41 Make pgindent gnu test better. 27 years ago
Tom Lane 5bc0d31ae8 Repair incorrect cleanup of heap memory allocation during 27 years ago
Tom Lane 8b8db01517 Minor improvement in SI overflow logic: try to delete 27 years ago
Tom Lane 9e713ddb99 Get rid of elog(DEBUG) in snprintf emulation ... it's just 27 years ago
Tom Lane 51db6455ea Repair error noticed by Roberto Cornacchia: selectivity code 27 years ago
Tom Lane 45500964f6 StreamConnection() mustn't call elog(). 27 years ago
Tom Lane b1134e369f Cope with versions of vsnprintf() written by people who 27 years ago
Tom Lane bee7cd2a36 Repair logic error in LIKE: should not return LIKE_ABORT 27 years ago
Tom Lane ea582ad7e7 Irix linking fix from Yu Cao <yucao@falcon.kla-tencor.com> 27 years ago
Bruce Momjian a2b57e3fe9 Update TODO list. 27 years ago
Tom Lane 8759f175db Performance improvements in cnfify(): get rid of exponential 27 years ago
Tom Lane 85712da90d Mike Ansley's fixes for long queries. This change just 27 years ago
Tom Lane f1de4f9532 Additional long-query fixes from Mike Ansley and yours truly. 27 years ago
Tom Lane d2f7d1f346 Mark bpchareq not hashjoinable, since it strips trailing blanks 27 years ago
Tom Lane 22fe3d4b04 I finally understood what sinvaladt.c is doing --- and it 27 years ago
Tom Lane cc8b67a5c3 Fix relcache.c so that local relations (those created during 27 years ago
Tom Lane c5092847e7 RelationCacheInvalidate thought there were 7 nailed-in-cache 27 years ago
Bruce Momjian 7d0a5342a3 test 27 years ago
Tom Lane b9d01fe288 Per Tatsuo's recommendation, change mdopen so that it won't 27 years ago
Tom Lane 0041202b98 Disallow DROP TABLE/DROP INDEX inside a transaction block. 27 years ago
Tom Lane 6645a73863 IsTransactionBlock() should return true in TBLOCK_ABORT state. 27 years ago
Bruce Momjian 4fa1eeb826 remove elogs used for debugging. 27 years ago
Bruce Momjian 0e14dfe0fb Intercept temp table lookups further up to map temp names. 27 years ago
Tom Lane cb36c0f682 In RelationNameGetRelation(), replace temp table name by 27 years ago
Tom Lane 15dd167854 Avoid transaction overhead when there are no temp tables 27 years ago
Tom Lane a24ebc3f7e Remove no-longer-needed code to update temprel's copy of 27 years ago
Bruce Momjian fb7548f4db Invalidate temp entries for aborted transactions. 27 years ago
Tom Lane b4a607c9e0 Modify RelationFlushRelation so that if the relcache entry 27 years ago
Tom Lane 8add6d71cf Modify sinval so that InvalidateSharedInvalid() does not hold 27 years ago
Thomas G. Lockhart ae01c7f5bb Fix for perl5 on BSD/OS breaks most other platforms, so back it out. 27 years ago
Byron Nikolaidis 283df996c6 driver v06-40-0007 27 years ago
Byron Nikolaidis 19f947e800 driver v06-40-0007 27 years ago
Tom Lane 51f62ea45c Rule deparser didn't handle unary operators correctly. 27 years ago
Tom Lane 68c323483c Repair a bunch of problems in md.c. This builds on Hiroshi's 27 years ago
Bruce Momjian 4478d299e1 Document -x properly for pg_dump. 27 years ago
Thomas G. Lockhart db5d724986 Fix wording on allowed/forbidden keyword usage. 27 years ago
Tom Lane e25e6a6dc3 Commit the bulk of Mike Ansley's long-query changes in the 27 years ago
Tom Lane ab5cafa5d3 Update frontend libpq to remove limits on query lengths, 27 years ago