Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-11-23 | modify configure so that template/.similar entries can be | Tom Lane | |
selected when they match a prefix of the value. The previous method, which stripped all version data from and then tried to match that against .similar entries, was entirely useless when .similar contained several entries for different version numbers of a single OS name. | |||
1998-11-17 | Additional fix for creating tables with constraints | Thomas G. Lockhart | |
when table name is mixed-case from Billy Allie. | |||
1998-11-15 | Fix a couple of bugs involving calling fmtID() twice in | Tom Lane | |
a single printf() ... it'd work if fmtId() didn't use a static return area... | |||
1998-11-12 | Fix test for table existance to allow mixed-case and whitespace in | Thomas G. Lockhart | |
the table name. Problem reported by Billy Allie. | |||
1998-11-12 | Fix at least a few shared-library problems on Linux. | Tom Lane | |
We have not seen the end of this issue :-(. | |||
1998-11-12 | Back-patch EXPLAIN VERBOSE coredump fix into 6.4 | Tom Lane | |
1998-11-09 | Fix for NOT in where clause causing crash. | Bruce Momjian | |
1998-11-06 | Add "-N" flag to force double quotes around identifiers. | Thomas G. Lockhart | |
This is the default, but the new flag will allow overriding an alias, for example. So psql -n -N will put in the double quotes, and psql -n can be an alias for psql. Also, add a few braces around a nested single-line conditional construct to suppress compiler warnings about "an ambiguous else". | |||
1998-11-06 | Upgrade to 0.91 of pgaccess ... | Marc G. Fournier | |
1998-11-04 | Test for and handle NULL arguments to mylog() print statements. | Thomas G. Lockhart | |
Include definition for _IN_ADDR_T if INADDR_NONE is not defined. | |||
1998-11-04 | Somehow had the solaris template names reversed. Probably was something | Thomas G. Lockhart | |
fixed in src/configure.in a while ago. | |||
1998-11-02 | Fix for relname.data from SHIOZAKI Takehiko | Bruce Momjian | |
1998-11-02 | slight mods required for freebsd (elf vs aout stuff) | Marc G. Fournier | |
1998-11-01 | Remove various files that were moved to various subdirectories... | Marc G. Fournier | |
Requested by: Peter T Mount peter@retep.org.uk | |||
1998-10-31 | oops, forgot one part of the patch...remove 'false' setting to ELF_SYS... | Marc G. Fournier | |
1998-10-31 | Minor FreeBSD fixes put in place | Marc G. Fournier | |
From: SHIOZAKI Takehiko <takehi-s@ascii.co.jp> I tried snapshot(Oct30) and made some patches. # I think that it is confused to manage both Makefile.shlib and # makefiles/Makefile.*, don't you? * configure Now FreeBSD 2.X is not supported..., so I added its entry. If ELF_SYSTEM is set, gmake treat it defined even though it is "false". So nothing should be set to use "ifdef". BSD_SHLIB etc. may have same problems. * Makefile.shlib As you said, FreeBSD entry is much like BSD's. I only added ELF_SYSTEM code. * makefiles/Makefile.freebsd Ifdef/else/endif can not be indented with TABs. | |||
1998-10-31 | s_lock patch from Ryan. | Bruce Momjian | |
1998-10-30 | Mention --without-CXX option in online help. | Tom Lane | |
1998-10-30 | Behave reasonably on a system without shared libraries. | Tom Lane | |
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. |