Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Re-fix test for negative-integer return code that should be | Tom Lane | 1998-10-29 |
| | | | | testing for null-pointer return code... | ||
* | D'Arcy INET fix. | Bruce Momjian | 1998-10-29 |
| | |||
* | I suspect that there is no longer a need for a platform- | Tom Lane | 1998-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 Lane | 1998-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 of | Tom Lane | 1998-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 of | Tom Lane | 1998-10-29 |
| | | | | mistakes in creating pg_operator table. | ||
* | Fix a veritable boatload of errors in oprcom, oprnegate, | Tom Lane | 1998-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 Momjian | 1998-10-29 |
| | |||
* | 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 | 1998-10-28 |
| | | | | Fix spelling of "DIRSEPARATOR". | ||
* | 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 | 1998-10-28 |
| | | | | | | | | which one it is, and how to correct this ? lseg_eq -> lseq_neq Guido Weber | ||
* | 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 | 1998-10-28 |
| | | | | to allow ODBC library to be linked. | ||
* | Final hardcopy for v6.4, barring unexpected problems. | Thomas G. Lockhart | 1998-10-28 |
| | | | | Includes Developer's Guide info for now. | ||
* | Reverse out addition of snprintf. | Bruce Momjian | 1998-10-28 |
| | |||
* | Fix missing dependency for Makefile inclusions. | Tom Lane | 1998-10-27 |
| | | | | Get rid of some stray tabs that might confuse Make. | ||
* | Detect lack of permission to install into Perl module library, | Tom Lane | 1998-10-27 |
| | | | | and emit informative message instead of aborting the Postgres install. | ||
* | Add new inet/cidr regression test. | Thomas G. Lockhart | 1998-10-27 |
| | | | | All regression tests pass on Linux/i686 with the current source tree. | ||
* | backslash for portability, from Andreas Zeugswetter | Bruce Momjian | 1998-10-27 |
| | |||
* | Incorporate changes suggested by Tom Lane. | Thomas G. Lockhart | 1998-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. Lockhart | 1998-10-27 |
| | |||
* | Try to get a straight story on which prompts mean what. | Thomas G. Lockhart | 1998-10-27 |
| | |||
* | Include new cidr and inet data types. | Thomas G. Lockhart | 1998-10-27 |
| | |||
* | Include configuration chapter with new info on configure and make. | Thomas G. Lockhart | 1998-10-27 |
| | |||
* | First cut at standalone installation guide to replace INSTALL text source. | Thomas G. Lockhart | 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 | 1998-10-27 |
| | | | | | | -Bforcearchive flag for ld... Give FreeBSD its own special Makefile to get around the "bug" | ||
* | Fix for tprintf overruns from Göran Thyni. | Bruce Momjian | 1998-10-27 |
| | |||
* | Updated TODO. | 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 | 1998-10-26 |
| | | | | | | (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...) | ||
* | Get rid of some minor compiler warnings. | Tom Lane | 1998-10-26 |
| | | | | | (HP's cc doesn't like if you forward-declare a routine static, and then don't make it static in the actual definition...) | ||
* | 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 | 1998-10-26 |
| | | | | | compiler silently accepts an empty command line. Don't bother searching for bison and yacc unless we are going to use them. | ||
* | Try to go through and get the markup right. | Thomas G. Lockhart | 1998-10-25 |
| | | | | | Make more changes to freshen up to v6.4 conventions. Drop mention of Postgres95 docs. | ||
* | cleanup | Bruce Momjian | 1998-10-25 |
| | |||
* | Fix from Tom Lane for pg_shadow in pg_upgrade | Bruce Momjian | 1998-10-25 |
| | |||
* | Update info for v6.4. Fix markup of some examples which should | Thomas G. Lockhart | 1998-10-25 |
| | | | | have been <programlisting> blocks. | ||
* | Add debugging info from Cary O'Brien. | Thomas G. Lockhart | 1998-10-25 |
| | | | | Include comments from Robert Burrows. | ||
* | Small adjustments in markup getting ready for hardcopy release. | Thomas G. Lockhart | 1998-10-25 |
| | | | | Jan did a nice job of initial markup so it was pretty easy! | ||
* | Add massive new docs from Peter Mount. | Thomas G. Lockhart | 1998-10-25 |
| | | | | | | Includes markup for the introductory portions suitable for the User's Guide but just put the class reference material inside a huge <programlisting> block. Figure out what to do later... |