aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Alpha spinlock fix from Uncle George <gatgul@voicenet.com>Bruce Momjian1999-07-22
* Plug several holes in backend's ability to cope withTom Lane1999-07-22
* Reverse out cache changes that are not ready yet.Bruce Momjian1999-07-20
* Use -ieee alpha flag for gcc and egcs only.Bruce Momjian1999-07-20
* Re-add Makefile.Bruce Momjian1999-07-20
* Move -ieee to adt Makefile, and add CPU Makefile variable.Bruce Momjian1999-07-20
* Complain about INSERT ... SELECT ... ORDER BY, which we do notTom Lane1999-07-20
* Install new alignment code to use MAXALIGN rather than DOUBLEALIGN whereBruce Momjian1999-07-19
* Enable WIN32 compilation of libpq.Bruce Momjian1999-07-19
* Re-add getopt.h check, remove NT-specific tests for it.Bruce Momjian1999-07-19
* Clean up gcc warning about unused static decl.Tom Lane1999-07-19
* Rewrite parser's handling of INSERT ... SELECT so that processingTom Lane1999-07-19
* cleanupBruce Momjian1999-07-18
* Fix configure problem.Bruce Momjian1999-07-18
* Fix typo in _outArrayRef().Tom Lane1999-07-18
* configure cleanupBruce Momjian1999-07-18
* configure cleanupBruce Momjian1999-07-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Fix incorrect declaration of rtentry as 'ResTarget' where itTom Lane1999-07-17
* Fix for multi-byte includes.Bruce Momjian1999-07-17
* Fix silly typo in commentary...Tom Lane1999-07-17
* clean up comment on missing file.Bruce Momjian1999-07-17
* Include checkBruce Momjian1999-07-17
* More config.h cleanups.Bruce Momjian1999-07-17
* Add config.h as needed.Bruce Momjian1999-07-17
* Add back improperly removed #include for utils/trace.h.Tom Lane1999-07-16
* Add back improperly removed #include for config.h.Tom Lane1999-07-16
* Add back improperly removed #include for utils/dynamic_loader.h.Tom Lane1999-07-16
* Support subscripts on bare column names.Tom Lane1999-07-16
* Allow bare column names to be subscripted as arrays. ThisTom Lane1999-07-16
* Revise _bt_binsrch() so that its binary search loop takesTom Lane1999-07-16
* More cleanupBruce Momjian1999-07-16
* More cleanupBruce Momjian1999-07-16
* Final cleanupBruce Momjian1999-07-16
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Cleanups.Bruce Momjian1999-07-15
* Remove un-needed #include's from *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Several routines failed to cope with CASE expressions, andTom Lane1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Remove S*I comments from Stephan.Bruce Momjian1999-07-13
* More cpu cleanups, only for 6.6.Bruce Momjian1999-07-13
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-13
* Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel Be...Tatsuo Ishii1999-07-11
* RewritePreprocessQuery tried to match resjunk targets againstTom Lane1999-07-11
* Ignore resjunk targetlist entries when matching arguments toTom Lane1999-07-11
* ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,Tom Lane1999-07-11