1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00
Commit Graph

5546 Commits

Author SHA1 Message Date
c981442772 Update ecpg compile. 1999-07-18 21:07:02 +00:00
b9b5f5d6ca autoconf 1999-07-18 21:05:17 +00:00
cb08547646 Add getopt test. 1999-07-18 21:02:56 +00:00
0b976ec1d8 autoconf 1999-07-18 20:46:25 +00:00
2798162038 cleanup 1999-07-18 20:43:33 +00:00
7badb1e792 Fix configure problem. 1999-07-18 20:43:13 +00:00
b721c9e164 autoconf 1999-07-18 20:13:40 +00:00
fea7ab5298 Fix typo in _outArrayRef(). 1999-07-18 19:02:49 +00:00
7ffd7daddb update 1999-07-18 18:27:05 +00:00
d6f26e6451 Update for 6.6. 1999-07-18 18:06:42 +00:00
a927d6ea4e configure cleanup 1999-07-18 18:03:50 +00:00
d0634aca39 configure cleanup 1999-07-18 17:38:25 +00:00
ef9699d6da autoconf 1999-07-18 16:44:31 +00:00
07262a2dfb Update configure include checks. 1999-07-18 16:42:16 +00:00
0858b06f16 autoconf 1999-07-18 14:54:46 +00:00
46355e94d4 Update includes from configure 1999-07-18 14:48:30 +00:00
9c30bba810 autoconf 1999-07-18 14:38:47 +00:00
1c0c607110 No check for string/strings.h. 1999-07-18 14:34:38 +00:00
32664b4b4b Improve commentary about ArrayRef and ResTarget nodes. 1999-07-18 03:45:01 +00:00
3406901a29 Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
c62b8a68bf Fix incorrect declaration of rtentry as 'ResTarget' where it
should be 'RangeTblEntry' ; explain.c had copied the erroneous code.
1999-07-17 19:01:21 +00:00
fe1f757e56 Update TODO list. 1999-07-17 16:47:46 +00:00
33e826d167 Fix for multi-byte includes. 1999-07-17 16:25:28 +00:00
df454bd864 Fix silly typo in commentary... 1999-07-17 16:02:50 +00:00
0e264fb464 Add c.h to exclusion list. 1999-07-17 15:37:30 +00:00
9b4dac7f12 clean up comment on missing file. 1999-07-17 05:16:15 +00:00
2d36471b82 Include check 1999-07-17 04:25:33 +00:00
8f5561a0d9 More config.h cleanups. 1999-07-17 04:12:10 +00:00
fbe4ad2154 Add config.h as needed. 1999-07-17 04:00:31 +00:00
d9901793f7 Update TODO list. 1999-07-17 03:07:10 +00:00
8ee07b506d Tired of seeing that 'unused variable' warning... 1999-07-16 23:15:46 +00:00
05933f4ec1 Add back improperly removed #include for utils/trace.h. 1999-07-16 23:12:39 +00:00
e1e110228f Add back improperly removed #include for config.h.
This probably ought to be kept in *all* the port files, but these two
are the only ones that generated compiler warnings for me ...
1999-07-16 23:09:45 +00:00
1a6c5b96ad Add back improperly removed #include for utils/dynamic_loader.h. 1999-07-16 23:05:45 +00:00
8753b23c8c Fix 'SO__MINOR_VERSION' typo for irix5; add AIX shlib support
from Andreas Z.; minor cosmetic cleanups.
1999-07-16 22:56:01 +00:00
36ce6d439f Support subscripts on bare column names. 1999-07-16 22:32:25 +00:00
f9e2c7fae8 Allow bare column names to be subscripted as arrays. This
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.
1999-07-16 22:29:42 +00:00
bc9236bc01 Revise _bt_binsrch() so that its binary search loop takes
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.
1999-07-16 22:17:06 +00:00
9679cb3910 More cleanup 1999-07-16 17:46:32 +00:00
773088809d More cleanup 1999-07-16 17:07:40 +00:00
4d5aa343de Fix conflicting id tags (sql.sgml also used "select-title"). 1999-07-16 14:32:06 +00:00
7d5b08dec0 More cleanup 1999-07-16 05:41:19 +00:00
69817665cb Final cleanup 1999-07-16 05:23:30 +00:00
ba42b68977 Update TODO list. 1999-07-16 05:06:34 +00:00
a71802e12e Final cleanup. 1999-07-16 05:00:38 +00:00
9b645d481c Update #include cleanups 1999-07-16 03:14:30 +00:00
a9591ce66a Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
2e6b1e63a3 Remove unused #includes in *.c files. 1999-07-15 22:40:16 +00:00
40a89e08b2 Cleanups. 1999-07-15 20:32:30 +00:00
fb38a5d8cf Remove un-needed #include's from *.c files. 1999-07-15 19:21:43 +00:00