Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-30 | Okay, this shoudl provide a fix for the freebsd problem... | Marc G. Fournier | |
Added a ELF_SYS variable and check to configure.in... | |||
1998-10-29 | oid8neq => oid8ne | Tom Lane | |
1998-10-29 | Drat. Should test a few more cases before committing. | Tom Lane | |
1998-10-29 | Add tests for comparison operators. | Thomas G. Lockhart | |
1998-10-29 | Fix regression test now that code seems to work. | Thomas G. Lockhart | |
Add tests for comparison operators. | |||
1998-10-29 | Very minor cleanup of no-op code. | Thomas G. Lockhart | |
1998-10-29 | Fix discrepency in "@" operator for point and path. | Thomas G. Lockhart | |
1998-10-29 | Add oid8neq. | Bruce Momjian | |
1998-10-29 | Run autoconf. | Tom Lane | |
1998-10-29 | Run AC_PROG_GCC_TRADITIONAL only when running AC_PROG_CC, | Tom Lane | |
ie, not when user specifies --with-CC. This corrects a scripting error that I'm surprised hasn't been reported more often. Moving the macro call to the earlier point in the script is correct anyway: if -traditional is needed, it should get added to CFLAGS before we start using the compiler for other tests. | |||
1998-10-29 | Re-fix test for negative-integer return code that should be | Tom Lane | |
testing for null-pointer return code... | |||
1998-10-29 | D'Arcy INET fix. | Bruce Momjian | |
1998-10-29 | I suspect that there is no longer a need for a platform- | Tom Lane | |
specific version of this result, now that tintervals actually sort correctly. We can always add it back if NetBSD really is different. | |||
1998-10-29 | Update tinterval test to have correctly sorted results, | Tom Lane | |
now that bugs in pg_operator that caused wrongly sorted results have been corrected (I hope ... it works here, anyway). | |||
1998-10-29 | Add new regression test to catch some simple kinds of | Tom Lane | |
mistakes in creating pg_operator table. NOTE: right now, this will fail because of conflicting definitions for point @ path operator. I trust we're gonna fix that. | |||
1998-10-29 | Add new regression test to catch some simple kinds of | Tom Lane | |
mistakes in creating pg_operator table. | |||
1998-10-29 | Fix a veritable boatload of errors in oprcom, oprnegate, | Tom Lane | |
oprlsortop and oprrsortop links. There's still a bug involving conflicting definitions for point @ path, but I'm not taking responsibility for deciding which one is right... | |||
1998-10-29 | Remove bad pg_operator entry, found by Tom Lane. | Bruce Momjian | |
1998-10-28 | Autoconf... | Tom Lane | |
1998-10-28 | Remove unreliable test for how to do cpp from stdin. | Tom Lane | |
1998-10-28 | Eliminate need for cpp-from-stdin by using a temp file. | Tom Lane | |
1998-10-28 | Add ORDER BY to ensure platform-independent results in rules test. | Tom Lane | |
1998-10-28 | Fix macro declarations to allow disabling mylog() and qlog() on Unix boxes. | Thomas G. Lockhart | |
Fix spelling of "DIRSEPARATOR". | |||
1998-10-28 | Make these file generated in distribution. | Bruce Momjian | |
1998-10-28 | Fix for serial creation. | Bruce Momjian | |
1998-10-28 | This looks like a wrong entry in one of the system tables. Any ideas | Bruce Momjian | |
which one it is, and how to correct this ? lseg_eq -> lseq_neq Guido Weber | |||
1998-10-28 | s_lock aix patch. | Bruce Momjian | |
1998-10-28 | Updated "expected" regression output for Solaris-Sparc | Marc G. Fournier | |
1998-10-28 | Include appropriate flags for resolved shared library LDFLAGS_ODBC | Thomas G. Lockhart | |
to allow ODBC library to be linked. | |||
1998-10-28 | Reverse out addition of snprintf. | Bruce Momjian | |
1998-10-27 | Fix missing dependency for Makefile inclusions. | Tom Lane | |
Get rid of some stray tabs that might confuse Make. | |||
1998-10-27 | Detect lack of permission to install into Perl module library, | Tom Lane | |
and emit informative message instead of aborting the Postgres install. | |||
1998-10-27 | Add new inet/cidr regression test. | Thomas G. Lockhart | |
All regression tests pass on Linux/i686 with the current source tree. | |||
1998-10-27 | backslash for portability, from Andreas Zeugswetter | Bruce Momjian | |
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 | |