summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1999-07-19Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane
1999-07-18cleanupBruce Momjian
1999-07-18Fix configure problem.Bruce Momjian
1999-07-18Fix typo in _outArrayRef().Tom Lane
1999-07-18configure cleanupBruce Momjian
1999-07-18configure cleanupBruce Momjian
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-17Fix incorrect declaration of rtentry as 'ResTarget' where itTom Lane
1999-07-17Fix for multi-byte includes.Bruce Momjian
1999-07-17Fix silly typo in commentary...Tom Lane
1999-07-17clean up comment on missing file.Bruce Momjian
1999-07-17Include checkBruce Momjian
1999-07-17More config.h cleanups.Bruce Momjian
1999-07-17Add config.h as needed.Bruce Momjian
1999-07-16Add back improperly removed #include for utils/trace.h.Tom Lane
1999-07-16Add back improperly removed #include for config.h.Tom Lane
1999-07-16Add back improperly removed #include for utils/dynamic_loader.h.Tom Lane
1999-07-16Support subscripts on bare column names.Tom Lane
1999-07-16Allow bare column names to be subscripted as arrays. ThisTom Lane
1999-07-16Revise _bt_binsrch() so that its binary search loop takesTom Lane
1999-07-16More cleanupBruce Momjian
1999-07-16More cleanupBruce Momjian
1999-07-16Final cleanupBruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Cleanups.Bruce Momjian
1999-07-15Remove un-needed #include's from *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-15Several routines failed to cope with CASE expressions, andTom Lane
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-07-13Remove S*I comments from Stephan.Bruce Momjian
1999-07-13More cpu cleanups, only for 6.6.Bruce Momjian
1999-07-13Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian
1999-07-11Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...Tatsuo Ishii
1999-07-11RewritePreprocessQuery tried to match resjunk targets againstTom Lane
1999-07-11Ignore resjunk targetlist entries when matching arguments toTom Lane
1999-07-11ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,Tom Lane
1999-07-10Fix tuplecmp() to ensure repeatable sort ordering of tuplesTom Lane
1999-07-10cleanup of long long int atoi test.Bruce Momjian
1999-07-09Make ^ precidence greater than *.Bruce Momjian
1999-07-09Re-apply range check patch after fixing LIMIT_H test and defines.Bruce Momjian
1999-07-09Another place that HAVE_LIMITS_H was misspelled.Tom Lane
1999-07-09cleanupBruce Momjian
1999-07-09Fix for ACL length problem on different platforms.Bruce Momjian
1999-07-09Backup pg_atoi patch for long checking. Caused initdb problems.Bruce Momjian
1999-07-08> In both datetime_trunc() and timespan_trunc() in dt.c,Bruce Momjian
1999-07-08Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.Bruce Momjian
1999-07-08pg_atoi() does range check on int4 data only ifBruce Momjian