summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
1999-07-08Add ^ precidence.Bruce Momjian
1999-07-07Allow port numbers 32k - 64k.Bruce Momjian
1999-07-07Fix for \do and ceil()/float.Bruce Momjian
1999-07-07Fix spelling of variable name.Bruce Momjian
1999-07-07Cleanup of min tuple size.Bruce Momjian
1999-07-07Fix misspelling.Bruce Momjian
1999-07-04Clean up maximum rewrite tuple length.Bruce Momjian
1999-07-04Clarify maximum tuple and max attribute lengths.Bruce Momjian
1999-07-03Add abortcurrent trans to temp table fix.Bruce Momjian
1999-07-03Update tuple size check.Bruce Momjian
1999-07-03Fix for insertion of tuple too large.Bruce Momjian
1999-07-03Fix to prevent too large tuple from being created.Bruce Momjian
1999-07-02Fix for removal of temp tables if last transaction was aborted.Bruce Momjian
1999-07-02typo fix.Bruce Momjian
1999-06-29Avoid disk writes for read-only transactions.Vadim B. Mikheev
1999-06-26Add var defines for no testandsetBruce Momjian
1999-06-21Replace rewriter's checkQueryHasAggs and checkQueryHasSubLinkTom Lane
1999-06-21Clean up problems with sublinks + grouping in planner. NotTom Lane
1999-06-21On second thought, expression_tree_walker should handle bareTom Lane
1999-06-19I have a small patch for 6.5.Bruce Momjian
1999-06-19Rename to vararg_format().Bruce Momjian
1999-06-19Change form() to varargform() to prevent portability problems.Bruce Momjian
1999-06-19My first chosen victim for expression_tree_walker conversionTom Lane
1999-06-19Create a generic expression-tree-walker subroutine, whichTom Lane
1999-06-19Temporarily disable error checks for missing selectivityTom Lane
1999-06-18Patch to allow vacuum on multi-segment tables, from Hiroshi InoueBruce Momjian
1999-06-17Explain didn't handle inheritance correctly (it didn'tTom Lane
1999-06-17Defend against function calls with more than 8 arguments (codeTom Lane
1999-06-17Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian