Commit Graph

1328 Commits

Author SHA1 Message Date
fb38a5d8cf Remove un-needed #include's from *.c files. 1999-07-15 19:21:43 +00:00
353eb3dadf Add updates. 1999-07-15 16:55:32 +00:00
4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 1999-07-15 15:21:54 +00:00
5a3fa95c39 Update stuff for 6.5.1 release. 1999-07-10 16:28:02 +00:00
9c56b408c4 Add fix for 0x7fU constants to pgindent 1999-05-26 15:20:04 +00:00
fcff1cdf4e Another pgindent run. Sorry folks. 1999-05-25 22:43:53 +00:00
07842084fe pgindent run over code. 1999-05-25 16:15:34 +00:00
c96add9a08 Script for preparing derived files during tarball construction. 1999-03-20 17:53:54 +00:00
d5a785cd5a Update find_typedefs for bsdi 4.0. 1999-02-10 17:14:32 +00:00
4390b0bfbe Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
7a6b562fdf Apply Win32 patch from Horak Daniel. 1999-01-17 06:20:06 +00:00
2be1eccec7 Fix for version, update to 6.5. 1998-12-25 02:20:12 +00:00
5afe8d3478 Add subversion mention 1998-12-23 14:35:42 +00:00
8849655d24 I agree. I think, though, that the best argument presented in the
debate was from Paul Vixie, who wanted INET to be the name covering
both IPV4 and IPV6.  The following kit makes the needed changes:

Tom Ivar Helbekkmo
1998-10-08 00:19:47 +00:00
445ce6954f Information is now in the chapter on syntax in the User's Guide. 1998-10-05 02:55:58 +00:00
2d69fd90b9 Integrate new IP type from Tom Ivar Helbekkmo. 1998-10-03 05:41:01 +00:00
f1ab71ec5f The attached patches fix the following problems:
1.  The UnixWare tas macro was reformatted (by indent or it like?) which caused
    it to break.  The asm macro construct is very particular about the %mem
    construct -- it has to start in column 1.

2.  When compiling libpq++, g++ was used even if configure found the C++ com-
    piler to be CC.

3.  When compiling libpq++, '-Wno-error' was added to CXXFLAGS, even if the
    compiler wasn't g++.

Billy G. Allie
1998-09-11 16:56:24 +00:00
d9d8169858 Fix for length in libpq from Tom Lane. 1998-09-10 15:18:06 +00:00
fa1a8d6a97 OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
690235fcdd Update INSTALL, etc. for release 6.4. Update pgaccess to 0.88. 1998-08-30 01:40:52 +00:00
c9ac0ceb61 Update of changes 1998-08-30 00:17:42 +00:00
9a88848027 update libpq.rc version. 1998-08-29 04:07:08 +00:00
3e87302201 libpq's pqGetnchar() should not return a null-terminated value
anymore.  Fix for large objects.
1998-08-29 02:09:27 +00:00
7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext
no longer returns buffer pointer, can be gotten from scan;
	descriptor; bootstrap can create multi-key indexes;
pg_procname index now is multi-key index; oidint2, oidint4, oidname
are gone (must be removed from regression tests); use System Cache
rather than sequential scan in many places; heap_modifytuple no
longer takes buffer parameter; remove unused buffer parameter in
a few other functions; oid8 is not index-able; remove some use of
single-character variable names; cleanup Buffer variables usage
and scan descriptor looping; cleaned up allocation and freeing of
tuples; 18k lines of diff;
1998-08-19 02:04:17 +00:00
ffb120ecc6 Add new \w write command to psql. 1998-08-10 20:31:42 +00:00
5e490118f8 Update flowchart. 1998-08-10 14:39:45 +00:00
2d13c5f1e2 Update flowchart. 1998-08-10 14:32:46 +00:00
addddea313 Update pgindent. 1998-08-09 17:57:31 +00:00
a08dc16c47 New pgindent. 1998-08-09 04:59:10 +00:00
e46df2ff6e OPTIMIZER_DEBUG additions. 1998-08-07 05:02:32 +00:00
af5fde7491 Make large objects their own relkind type. Fix dups in pg_class_mb
files.  Fix sequence creation hack for relkind type.
1998-08-06 05:13:14 +00:00
8962ec4bc4 flowchart update 1998-08-05 19:14:23 +00:00
4f4953152d flowchart update 1998-08-05 19:01:58 +00:00
c8b42a6151 Update flow chart. 1998-08-04 00:42:14 +00:00
439a2af0bc Update mark/reset index code for multiple indexes, (OR code).
Thanks for Vadim for fixes.
1998-08-03 19:41:35 +00:00
b88e9784b6 Cleanup of OR processing. 1998-08-03 05:49:24 +00:00
e05aa52a55 Update flowchart. Add arrow. 1998-07-26 02:17:55 +00:00
128d827d4b I'm sorry, but I think I introduced a little bug with my last patch.
Everyone using an [NOT] EXISTS subquery will have noticed that
already.

The bug is in "subselect.c" in the function "SS_process_sublinks()".

Here the whole function as it *SHOULD BE*:

Stephan
1998-07-24 04:03:10 +00:00
224a62c5b7 Update. 1998-07-21 04:48:31 +00:00
7f61f8a71f Update. 1998-07-21 04:19:44 +00:00
a6ca652508 Update version. 1998-07-20 10:01:51 +00:00
3a132e9d83 update 1998-07-17 18:19:31 +00:00
da9db56930 change <CODE> to <I>. 1998-07-09 17:59:49 +00:00
b992bb457d update 1998-07-09 15:45:00 +00:00
f8a4746208 Patches HPUX applied for Tom Lane. 1998-07-06 20:28:09 +00:00
05f9966183 Update layout 1998-07-03 19:30:40 +00:00
3909e4d23a Update flow chart 1998-07-03 19:17:22 +00:00
34d595729a update 1998-06-30 04:35:34 +00:00
2584029e31 Rename locking structure names to be clearer. Add narrative to
backend flowchart.
1998-06-30 02:33:34 +00:00
cff7e20467 update 1998-06-28 18:59:26 +00:00