Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cleanup | Bruce Momjian | 1999-07-18 |
| | |||
* | Fix configure problem. | Bruce Momjian | 1999-07-18 |
| | |||
* | autoconf | Bruce Momjian | 1999-07-18 |
| | |||
* | Fix typo in _outArrayRef(). | Tom Lane | 1999-07-18 |
| | |||
* | Update for 6.6. | Bruce Momjian | 1999-07-18 |
| | |||
* | configure cleanup | Bruce Momjian | 1999-07-18 |
| | |||
* | configure cleanup | Bruce Momjian | 1999-07-18 |
| | |||
* | autoconf | Bruce Momjian | 1999-07-18 |
| | |||
* | Update configure include checks. | Bruce Momjian | 1999-07-18 |
| | |||
* | autoconf | Bruce Momjian | 1999-07-18 |
| | |||
* | Update includes from configure | Bruce Momjian | 1999-07-18 |
| | |||
* | autoconf | Bruce Momjian | 1999-07-18 |
| | |||
* | No check for string/strings.h. | Bruce Momjian | 1999-07-18 |
| | |||
* | Improve commentary about ArrayRef and ResTarget nodes. | Tom Lane | 1999-07-18 |
| | |||
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
| | |||
* | Fix incorrect declaration of rtentry as 'ResTarget' where it | Tom Lane | 1999-07-17 |
| | | | | should be 'RangeTblEntry' ; explain.c had copied the erroneous code. | ||
* | Fix for multi-byte includes. | Bruce Momjian | 1999-07-17 |
| | |||
* | Fix silly typo in commentary... | Tom Lane | 1999-07-17 |
| | |||
* | Add c.h to exclusion list. | Bruce Momjian | 1999-07-17 |
| | |||
* | clean up comment on missing file. | Bruce Momjian | 1999-07-17 |
| | |||
* | Include check | Bruce Momjian | 1999-07-17 |
| | |||
* | More config.h cleanups. | Bruce Momjian | 1999-07-17 |
| | |||
* | Add config.h as needed. | Bruce Momjian | 1999-07-17 |
| | |||
* | Tired of seeing that 'unused variable' warning... | Tom Lane | 1999-07-16 |
| | |||
* | Add back improperly removed #include for utils/trace.h. | Tom Lane | 1999-07-16 |
| | |||
* | Add back improperly removed #include for config.h. | Tom Lane | 1999-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 Lane | 1999-07-16 |
| | |||
* | Fix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib support | Tom Lane | 1999-07-16 |
| | | | | from Andreas Z.; minor cosmetic cleanups. | ||
* | Support subscripts on bare column names. | Tom Lane | 1999-07-16 |
| | |||
* | Allow bare column names to be subscripted as arrays. This | Tom Lane | 1999-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 takes | Tom Lane | 1999-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 cleanup | Bruce Momjian | 1999-07-16 |
| | |||
* | More cleanup | Bruce Momjian | 1999-07-16 |
| | |||
* | More cleanup | Bruce Momjian | 1999-07-16 |
| | |||
* | Final cleanup | Bruce Momjian | 1999-07-16 |
| | |||
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
| | |||
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
| | |||
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
| | |||
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
| | |||
* | Cleanups. | Bruce Momjian | 1999-07-15 |
| | |||
* | Remove un-needed #include's from *.c files. | Bruce Momjian | 1999-07-15 |
| | |||
* | Add updates. | Bruce Momjian | 1999-07-15 |
| | |||
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
| | |||
* | Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports, | Tom Lane | 1999-07-15 |
| | | | | per bug report from Daren Sefcik <daren@partnersdata.com>. | ||
* | Several routines failed to cope with CASE expressions, and | Tom Lane | 1999-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 Momjian | 1999-07-14 |
| | |||
* | Remove S*I comments from Stephan. | Bruce Momjian | 1999-07-13 |
| | |||
* | More cpu cleanups, only for 6.6. | Bruce Momjian | 1999-07-13 |
| | |||
* | Redefine cpu's as __cpu__. Only for 6.6 branch. | Bruce Momjian | 1999-07-13 |
| | |||
* | readd include for safety. | Bruce Momjian | 1999-07-12 |
| |