aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* More config.h cleanups.Bruce Momjian1999-07-17
|
* Add config.h as needed.Bruce Momjian1999-07-17
|
* Tired of seeing that 'unused variable' warning...Tom Lane1999-07-16
|
* 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
| | | | | This probably ought to be kept in *all* the port files, but these two are the only ones that generated compiler warnings for me ...
* Add back improperly removed #include for utils/dynamic_loader.h.Tom Lane1999-07-16
|
* Fix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib supportTom Lane1999-07-16
| | | | from Andreas Z.; minor cosmetic cleanups.
* Support subscripts on bare column names.Tom Lane1999-07-16
|
* Allow bare column names to be subscripted as arrays. ThisTom Lane1999-07-16
| | | | | | | | | | | | | | | creates a reduce/reduce conflict, which I resolved by changing the 'AexprConst -> Typename Sconst' rule to 'AexprConst -> SimpleTypename Sconst'. In other words, a subscripted type declaration can't be used in that syntax any longer. This seems a small price to pay for not having to qualify subscripted columns anymore. Other cleanups: rename res_target_list to update_target_list, and remove productions for variants that are not legal in an UPDATE target list; rename res_target_list2 to plain target_list; delete position_expr in favor of using b_expr in that production; merge opt_indirection into attr nonterminal, since there are no places where an unsubscripted attr is wanted; fix typos in Param support; change case_arg so that an arbitrary a_expr is allowed, not only a column name.
* Revise _bt_binsrch() so that its binary search loop takesTom Lane1999-07-16
| | | | | | care of equal-key cases, eliminating bt_firsteq(). The linear search formerly done by bt_firsteq() took a lot of time in the case where many equal keys appear on the same page.
* More cleanupBruce Momjian1999-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
|
* Add updates.Bruce Momjian1999-07-15
|
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
|
* Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports,Tom Lane1999-07-15
| | | | per bug report from Daren Sefcik <daren@partnersdata.com>.
* Several routines failed to cope with CASE expressions, andTom Lane1999-07-15
| | | | indeed some of 'em were missing support for more node types than that...
* 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
|
* readd include for safety.Bruce Momjian1999-07-12
|
* Fix some compiler warnings (Tomoaki Nishiyama), add WIN1250 support (Pavel ↵Tatsuo Ishii1999-07-11
| | | | Behal)
* RewritePreprocessQuery tried to match resjunk targets againstTom Lane1999-07-11
| | | | result relation ... wrong ...
* Ignore resjunk targetlist entries when matching arguments toTom Lane1999-07-11
| | | | | a SubLink with the subplan's targetlist. This fixes a problem seen with, for example, a subselect that uses GROUP BY.
* ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,Tom Lane1999-07-11
| | | | thereby guaranteeing wrong results from a rescanned Group node.
* heapam.h uses type time_t, but didn't include <time.h>.Tom Lane1999-07-10
|
* Fix tuplecmp() to ensure repeatable sort ordering of tuplesTom Lane1999-07-10
| | | | | | that contain null fields. Old code would produce erratic sort results because comparisons of tuples containing nulls could produce inconsistent answers.
* cleanup of long long int atoi test.Bruce Momjian1999-07-10
|
* Update stuff for 6.5.1 release.Bruce Momjian1999-07-10
|
* -mieee and # does not work for certain version of egcsTatsuo Ishii1999-07-10
|
* Fix gcc complaint about long being passed to sprintf %d.Tom Lane1999-07-09
|
* Make ^ precidence greater than *.Bruce Momjian1999-07-09
|
* createlang now returns 2 for language already exists.Bruce Momjian1999-07-09
|
* Re-apply range check patch after fixing LIMIT_H test and defines.Bruce Momjian1999-07-09
|
* Add mention block size <= 32k.Bruce Momjian1999-07-09
|
* Another place that HAVE_LIMITS_H was misspelled.Tom Lane1999-07-09
|
* cleanupBruce Momjian1999-07-09
|
* Fix for ACL length problem on different platforms.Bruce Momjian1999-07-09
|
* Backup pg_atoi patch for long checking. Caused initdb problems.Bruce Momjian1999-07-09
|
* Add linux_m68k template file.Bruce Momjian1999-07-09
|
* Rename tuturials for char2/char16 removal.Bruce Momjian1999-07-08
|
* Rename example temp to mytemp.Bruce Momjian1999-07-08
|