summaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Collapse)Author
1999-07-17Add c.h to exclusion list.Bruce Momjian
1999-07-17Add config.h as needed.Bruce Momjian
1999-07-16More cleanupBruce Momjian
1999-07-16More cleanupBruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Cleanups.Bruce Momjian
1999-07-15Remove un-needed #include's from *.c files.Bruce Momjian
1999-07-15Add updates.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-10Update stuff for 6.5.1 release.Bruce Momjian
1999-05-26Add fix for 0x7fU constants to pgindentBruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-03-20Script for preparing derived files during tarball construction.Tom Lane
1999-02-10Update find_typedefs for bsdi 4.0.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1998-12-25Fix for version, update to 6.5.Bruce Momjian
1998-12-23Add subversion mentionBruce Momjian
1998-10-08I agree. I think, though, that the best argument presented in theBruce Momjian
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-05Information is now in the chapter on syntax in the User's Guide.Thomas G. Lockhart
1998-10-03Integrate new IP type from Tom Ivar Helbekkmo.Bruce Momjian
1998-09-11The attached patches fix the following problems:Bruce Momjian
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-10Fix for length in libpq from Tom Lane.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-08-30Update INSTALL, etc. for release 6.4. Update pgaccess to 0.88.Bruce Momjian
1998-08-30Update of changesBruce Momjian
1998-08-29update libpq.rc version.Bruce Momjian
1998-08-29libpq's pqGetnchar() should not return a null-terminated valueBruce Momjian
anymore. Fix for large objects.
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
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-10Add new \w write command to psql.Bruce Momjian
1998-08-10Update flowchart.Bruce Momjian
1998-08-10Update flowchart.Bruce Momjian
1998-08-09Update pgindent.Bruce Momjian
1998-08-09New pgindent.Bruce Momjian
1998-08-07OPTIMIZER_DEBUG additions.Bruce Momjian
1998-08-06Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian
files. Fix sequence creation hack for relkind type.
1998-08-05flowchart updateBruce Momjian
1998-08-05flowchart updateBruce Momjian
1998-08-04Update flow chart.Bruce Momjian
1998-08-03Update mark/reset index code for multiple indexes, (OR code).Bruce Momjian
Thanks for Vadim for fixes.
1998-08-03Cleanup of OR processing.Bruce Momjian
1998-07-26Update flowchart. Add arrow.Bruce Momjian
1998-07-24I'm sorry, but I think I introduced a little bug with my last patch.Bruce Momjian
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-21Update.Bruce Momjian
1998-07-21Update.Bruce Momjian
1998-07-20Update version.Bruce Momjian
1998-07-17updateBruce Momjian
1998-07-09change <CODE> to <I>.Bruce Momjian
1998-07-09updateBruce Momjian