Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-27 | Missed one more required file... | Marc G. Fournier | |
1998-10-27 | Don't forget to create the dynloader files... | Marc G. Fournier | |
1998-10-27 | Oops, don't forget to get rid ofthe -Bforcearchive option altogether... | Marc G. Fournier | |
1998-10-27 | Starting with v3.0 of FreeBSD, we are now an elf system, and dont' have a | Marc G. Fournier | |
-Bforcearchive flag for ld... Give FreeBSD its own special Makefile to get around the "bug" | |||
1998-10-27 | Fix for tprintf overruns from Göran Thyni. | Bruce Momjian | |
1998-10-26 | Get rid of some minor compiler warnings. | Tom Lane | |
1998-10-26 | Fix some actual bugs exposed by compiler warnings. | Tom Lane | |
(Someone forgot whether their subroutine signaled errors by a NULL pointer return value, or a negative integer... I'm surprised gcc -Wall doesn't catch this...) | |||
1998-10-26 | Get rid of some minor compiler warnings. | Tom Lane | |
(HP's cc doesn't like if you forward-declare a routine static, and then don't make it static in the actual definition...) | |||
1998-10-26 | Compiler options not spelled quite right... | Tom Lane | |
1998-10-26 | Run autoconf | Tom Lane | |
1998-10-26 | Fix cpp-from-stdin detection so that it works even if the | Tom Lane | |
compiler silently accepts an empty command line. Don't bother searching for bison and yacc unless we are going to use them. | |||
1998-10-25 | cleanup | Bruce Momjian | |
1998-10-25 | Fix from Tom Lane for pg_shadow in pg_upgrade | Bruce Momjian | |
1998-10-24 | Update README to reflect the fact that you don't have to | Tom Lane | |
run the regression tests with a special postmaster TZ setting anymore. Correct a few typos too. | |||
1998-10-24 | Fix pg_upgrade to notice if psql fails to execute the given | Tom Lane | |
script, and not proceed with the update if so. Also add #!/bin/sh header line. | |||
1998-10-23 | Put back string instead of string.h in libpq++. | Bruce Momjian | |
1998-10-23 | Fix from Jan for vacuum statistics loss. | Bruce Momjian | |
1998-10-23 | Change string to string.h in libpq++. BSDI 3.0 complains. | Bruce Momjian | |
1998-10-23 | rename file. | Bruce Momjian | |
1998-10-23 | autoconf | Bruce Momjian | |
1998-10-23 | Fix for version guessing in configure. | Bruce Momjian | |
1998-10-23 | Update for bsdi 3.0. | Bruce Momjian | |
1998-10-22 | INET/CIDR cleanup from D'Arcy. | Bruce Momjian | |
1998-10-22 | Add LIMIT syntax for Jan. | Bruce Momjian | |
1998-10-22 | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian | |
1998-10-22 | CIDR/INET fixes from D'Arcy. | Bruce Momjian | |
1998-10-22 | Fix indexing for INET / CIDR. | Bruce Momjian | |
1998-10-22 | Fix for funcs on INET/CIDR. | Bruce Momjian | |
1998-10-22 | Fix function calls to INET/CIDR functions. Added cidr_out. | Bruce Momjian | |
1998-10-21 | Cleanup of \df for INET/CIDR. | Bruce Momjian | |
1998-10-21 | The patch does 2 things: | Bruce Momjian | |
Fixes a bug in the rule system that caused a crashing backend when a join-view with calculated column is used in subselect. Modifies EXPLAIN to explain rewritten queries instead of the plain SeqScan on a view. Rules can produce very deep MORE Jan. | |||
1998-10-21 | New CIDR type and fixed INET type, from D'Arcy. | Bruce Momjian | |
1998-10-21 | Include new Makefile.shlib from top level | Thomas G. Lockhart | |
when constructing standalone tarball. | |||
1998-10-21 | Arbitrary addition of a comment line to get ownership of file in the | Thomas G. Lockhart | |
cvs tree. Am trying to fix the permissions to allow file execution, since I had damaged the permissions when transferring in with ftp. | |||
1998-10-21 | Add RIP notice for Paul. | Bruce Momjian | |
1998-10-21 | INET fix from D'Arcy. | Bruce Momjian | |
1998-10-20 | Remove unused INET functions for D'Arcy. | Bruce Momjian | |
1998-10-20 | Fix for rules system from Jan. | Bruce Momjian | |
1998-10-19 | Centralized shared-library build knowledge in a new file, | Tom Lane | |
src/Makefile.shlib. Updated all the makefiles that try to build shlibs to include that file instead of having duplicate (and mostly incomplete) copies of shared-library options. It works on HPUX, a lot better than it did before in fact, but there's a chance I broke some other platforms. At least now you only have to fix one place not six... | |||
1998-10-18 | cleanup of keywords.c | Bruce Momjian | |
1998-10-18 | Resort keywords for Jan. | Bruce Momjian | |
1998-10-18 | run autoconf | Tom Lane | |
1998-10-18 | Clean up shared makefile install procedures. | Tom Lane | |
Get the permissions right, don't overwrite real files with symlinks, etc. plpgsql and odbc still aren't fully up to speed, but at least they don't crash and burn... | |||
1998-10-18 | run autoconf | Tom Lane | |
1998-10-18 | Use AC_CONFIG_HEADER as documented by Autoconf manual: call it | Tom Lane | |
only once at the top of the file. I'm surprised include/config.h wasn't being overwritten from interfaces/odbc/config.h.in ... | |||
1998-10-18 | autoconf | Bruce Momjian | |
1998-10-18 | The TCL/TK configuration cleanup patches I submitted have the following | Bruce Momjian | |
problem: 'tclsh' still had to be found even if --with-libs (or --with-libraries) was specified to configure. --with-libs is really an overloaded option. It really should only be used to specify additions directories to search in order to file needed libraries. It was also being used to locate the *Config.sh files. Billy G. Allie | |||
1998-10-18 | Still another round of Perl-module installation tweaks. | Tom Lane | |
Now, src/interfaces/perl5/Makefile.PL is pretty simple, and instead we work a little harder in src/interfaces/Makefile. | |||
1998-10-18 | Still another round of Perl-module installation tweaks. | Tom Lane | |
This time, src/interfaces/perl5/Makefile.PL no longer needs to be autoconf'd. | |||
1998-10-17 | Add code to pltcl's Makefile to cope with the situation where | Tom Lane | |
libtcl has been installed as a non-shared library. pltcl cannot be built in that situation; we want to do nothing and let the overall Postgres build complete, rather than failing. |