aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* s_lock patch from Ryan.Bruce Momjian1998-10-31
|
* Mention --without-CXX option in online help.Tom Lane1998-10-30
|
* Minor editing and markup changes as a result of preparing the PostscriptThomas G. Lockhart1998-10-30
| | | | | documentation for v6.4. Bigger updates to the installation instructions (install and config).
* Minor cleanup in markup, especially in the Output section.Thomas G. Lockhart1998-10-30
|
* Updated TODO.Bruce Momjian1998-10-30
|
* Behave reasonably on a system without shared libraries.Tom Lane1998-10-30
|
* Remove obsolete file listing support resources which has not been updatedThomas G. Lockhart1998-10-30
| | | | | in a year an a half. Much of the info was wrong and is covered more correctly elsewhere.
* Minor fix for Jan to remove claim in SPI and trigger chapters thatThomas G. Lockhart1998-10-30
| | | | | | Postgres is missing a procedural language. He correctly points out that we now have two (thanks to him, but he modestly didn't mention that).
* User's Guide for v6.4.Thomas G. Lockhart1998-10-30
| | | | | Has three pages of goofy layout at the end. Can't figure out what Applix doesn't like about it, so giving up for now.
* Okay, this shoudl provide a fix for the freebsd problem...Marc G. Fournier1998-10-30
| | | | Added a ELF_SYS variable and check to configure.in...
* oid8neq => oid8neTom Lane1998-10-29
|
* Drat. Should test a few more cases before committing.Tom Lane1998-10-29
|
* Add tests for comparison operators.Thomas G. Lockhart1998-10-29
|
* Fix regression test now that code seems to work.Thomas G. Lockhart1998-10-29
| | | | Add tests for comparison operators.
* Very minor cleanup of no-op code.Thomas G. Lockhart1998-10-29
|
* Fix discrepency in "@" operator for point and path.Thomas G. Lockhart1998-10-29
|
* Add oid8neq.Bruce Momjian1998-10-29
|
* Run autoconf.Tom Lane1998-10-29
|
* Run AC_PROG_GCC_TRADITIONAL only when running AC_PROG_CC,Tom Lane1998-10-29
| | | | | | | | 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.
* Re-fix test for negative-integer return code that should beTom Lane1998-10-29
| | | | testing for null-pointer return code...
* D'Arcy INET fix.Bruce Momjian1998-10-29
|
* I suspect that there is no longer a need for a platform-Tom Lane1998-10-29
| | | | | specific version of this result, now that tintervals actually sort correctly. We can always add it back if NetBSD really is different.
* Update tinterval test to have correctly sorted results,Tom Lane1998-10-29
| | | | | now that bugs in pg_operator that caused wrongly sorted results have been corrected (I hope ... it works here, anyway).
* Add new regression test to catch some simple kinds ofTom Lane1998-10-29
| | | | | | 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.
* Add new regression test to catch some simple kinds ofTom Lane1998-10-29
| | | | mistakes in creating pg_operator table.
* Fix a veritable boatload of errors in oprcom, oprnegate,Tom Lane1998-10-29
| | | | | | 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...
* Remove bad pg_operator entry, found by Tom Lane.Bruce Momjian1998-10-29
|
* Autoconf...Tom Lane1998-10-28
|
* Remove unreliable test for how to do cpp from stdin.Tom Lane1998-10-28
|
* Eliminate need for cpp-from-stdin by using a temp file.Tom Lane1998-10-28
|
* Add ORDER BY to ensure platform-independent results in rules test.Tom Lane1998-10-28
|
* Fix macro declarations to allow disabling mylog() and qlog() on Unix boxes.Thomas G. Lockhart1998-10-28
| | | | Fix spelling of "DIRSEPARATOR".
* Make these file generated in distribution.Bruce Momjian1998-10-28
|
* Fix for serial creation.Bruce Momjian1998-10-28
|
* This looks like a wrong entry in one of the system tables. Any ideasBruce Momjian1998-10-28
| | | | | | | | which one it is, and how to correct this ? lseg_eq -> lseq_neq Guido Weber
* s_lock aix patch.Bruce Momjian1998-10-28
|
* Updated "expected" regression output for Solaris-SparcMarc G. Fournier1998-10-28
|
* Include appropriate flags for resolved shared library LDFLAGS_ODBCThomas G. Lockhart1998-10-28
| | | | to allow ODBC library to be linked.
* Final hardcopy for v6.4, barring unexpected problems.Thomas G. Lockhart1998-10-28
| | | | Includes Developer's Guide info for now.
* Reverse out addition of snprintf.Bruce Momjian1998-10-28
|
* Fix missing dependency for Makefile inclusions.Tom Lane1998-10-27
| | | | Get rid of some stray tabs that might confuse Make.
* Detect lack of permission to install into Perl module library,Tom Lane1998-10-27
| | | | and emit informative message instead of aborting the Postgres install.
* Add new inet/cidr regression test.Thomas G. Lockhart1998-10-27
| | | | All regression tests pass on Linux/i686 with the current source tree.
* backslash for portability, from Andreas ZeugswetterBruce Momjian1998-10-27
|
* Incorporate changes suggested by Tom Lane.Thomas G. Lockhart1998-10-27
| | | | | | Update storage space estimates. Continue cleanup. Still need to consolidate configure parameters with new config.sgml info.
* New info on a few ports for v6.4.Thomas G. Lockhart1998-10-27
|
* Try to get a straight story on which prompts mean what.Thomas G. Lockhart1998-10-27
|
* Include new cidr and inet data types.Thomas G. Lockhart1998-10-27
|
* Include configuration chapter with new info on configure and make.Thomas G. Lockhart1998-10-27
|
* First cut at standalone installation guide to replace INSTALL text source.Thomas G. Lockhart1998-10-27
|