Commit Graph

8454 Commits (821f4673ffa53ddfb792cbf646783037dd6796ca)
 

Author SHA1 Message Date
Tom Lane 821f4673ff Make OVERLAPS operators conform to SQL92 spec regarding NULL handling. 25 years ago
Hiroshi Inoue 8bb4dab94d RecordTransactionAbort() shouldn't log XLOG_XACT_ABORT 25 years ago
Tom Lane 5cf81b3c06 Silence compiler warning. 25 years ago
Tom Lane 06dde51ef0 Silence compiler warning. 25 years ago
Tom Lane 7711e40b9f Make application of FOR UPDATE to a view work exactly like the parser's 25 years ago
Tom Lane 0a844e84a1 transformForUpdate() mustn't assume rowMarks list is initially empty. 25 years ago
Tom Lane 73d2a3595a Clean up handling of FOR UPDATE inside views and subselects ... make it 25 years ago
Marc G. Fournier db0de2241d update VERSION to 7.1beta1.. 25 years ago
Peter Eisentraut ecab48f5ec -L linker options are now in LDFLAGS, not LIBS. The word hadn't gotten 25 years ago
Tom Lane 5fb1022212 Don't include miscadmin.h in elog.h, since the former is not part of 25 years ago
Tom Lane a0f863637f I've just seen what happens when the MEMORY_CONTEXT_CHECKING code fires 25 years ago
Tom Lane 614d951a54 In SELECT FOR UPDATE, silently ignore null CTIDs, rather than generating 25 years ago
Tom Lane 981a7d32d1 From Stephan Szabo: 25 years ago
Tom Lane 5ce8ab96f5 Add regress test case for INSERT ... SELECT in rules. 25 years ago
Tom Lane a51f004d29 Repair breakage of rules containing INSERT ... SELECT actions, per bug 25 years ago
Tom Lane d9466046c0 Fix bogus makefiles ... these didn't build on platforms that are sticky 25 years ago
Tom Lane 74b8fe1717 Seems to have been missed in GetPgUserName updates. 25 years ago
Tom Lane 7a4cc54e58 Eliminate some of the more blatant platform-dependencies ... it builds here now, anyway ... 25 years ago
Tom Lane 2bf2ee7814 Seems like make clean or make distclean should clean out contrib 25 years ago
Peter Eisentraut 3d0e49623b corrections 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Tom Lane 4d2a506526 Update for new tests. These are extrapolations and will need to be confirmed 25 years ago
Tom Lane f3e988443c Update for new tests. 25 years ago
Tom Lane 68ed296301 Don't use 'private' as a parameter name in visible headers ... makes C++ 25 years ago
Peter Eisentraut e7c80220d3 Fix counting of lines in scripts with 'copy from stdin'. 25 years ago
Thomas G. Lockhart 6969b8fa11 Repair usage of the OVERLAPS operator. 25 years ago
Thomas G. Lockhart 1131261270 Clarify the allowed length of the text data type. 25 years ago
Thomas G. Lockhart 20efb264f6 Convert files from DOS format to normal text. 25 years ago
Thomas G. Lockhart 48781d44e4 Support IBM S/390. Patches from Neale Ferguson@softwareAG-usa.com. 25 years ago
Peter Eisentraut 13dbd0276a Final(?) GUC clean-up. Update psql tab completion. 25 years ago
Vadim B. Mikheev 65b362fae1 Disable elog(ERROR|FATAL) in signal handlers in 25 years ago
Tom Lane 5e3bc5ebcd Avoid memory leakage during regular COPY when outputting toasted values. 25 years ago
Tom Lane 77698e11a9 Avoid repeated detoasting (and possible memory leaks) when processing 25 years ago
Tom Lane 079c60abc0 Don't cause --enable-cassert to define COPY_PARSE_PLAN_TREES automatically 25 years ago
Tom Lane 217d1566bf Make tuple receive/print routines TOAST-aware. Formerly, printtup would 25 years ago
Tom Lane f5371feef9 Fix inadequate tree-walking code in exec_eval_clear_fcache. 25 years ago
Tom Lane 08ede423d1 Make elog() switch to ErrorContext while invoking libpq output routines, 25 years ago
Tom Lane a49436d7e9 Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's 25 years ago
Tom Lane eb743d0f98 It seems appropriate that the extended MEMORY_CONTEXT_CHECKING code 25 years ago
Tom Lane dd2b56d623 Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also, 25 years ago
Tom Lane b7c3784417 Repair residual sillinesses from UUNET virtual host/socket path patch. 25 years ago
Tom Lane 73d0514dea Make default socket directory location configurable from config.h. 25 years ago
Tom Lane 796754778d Correct obsolete entry for strpos(). 25 years ago
Peter Eisentraut 6f09df7f40 Minor tweaks in installation instructions, regenerate INSTALL file. 25 years ago
Peter Eisentraut 37b7d5c39e Remove DISABLE_COMPLEX_MACRO definitions, since people seem to be getting 25 years ago
Peter Eisentraut bf14fb8fa3 Remove old regression test drivers. 25 years ago
Peter Eisentraut e5ba2fc5b5 Make all commands that link a program look like 25 years ago
Vadim B. Mikheev 309112267f misc 25 years ago
Vadim B. Mikheev 8247f47fc7 Hope that this is valid localbuf.c version 25 years ago
Tom Lane b73ecebf05 Remove obsolete claim that char(n) is more efficient than other text types. 25 years ago