aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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.
* 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
|
* Missed one more required file...Marc G. Fournier1998-10-27
|
* Don't forget to create the dynloader files...Marc G. Fournier1998-10-27
|
* Oops, don't forget to get rid ofthe -Bforcearchive option altogether...Marc G. Fournier1998-10-27
|
* Starting with v3.0 of FreeBSD, we are now an elf system, and dont' have aMarc G. Fournier1998-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 Momjian1998-10-27
|
* Get rid of some minor compiler warnings.Tom Lane1998-10-26
|
* Fix some actual bugs exposed by compiler warnings.Tom Lane1998-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 Lane1998-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 Lane1998-10-26
|
* Run autoconfTom Lane1998-10-26
|
* Fix cpp-from-stdin detection so that it works even if theTom Lane1998-10-26
| | | | | compiler silently accepts an empty command line. Don't bother searching for bison and yacc unless we are going to use them.
* cleanupBruce Momjian1998-10-25
|
* Fix from Tom Lane for pg_shadow in pg_upgradeBruce Momjian1998-10-25
|
* Update README to reflect the fact that you don't have toTom Lane1998-10-24
| | | | | run the regression tests with a special postmaster TZ setting anymore. Correct a few typos too.
* Fix pg_upgrade to notice if psql fails to execute the givenTom Lane1998-10-24
| | | | | script, and not proceed with the update if so. Also add #!/bin/sh header line.
* Put back string instead of string.h in libpq++.Bruce Momjian1998-10-23
|
* Fix from Jan for vacuum statistics loss.Bruce Momjian1998-10-23
|
* Change string to string.h in libpq++. BSDI 3.0 complains.Bruce Momjian1998-10-23
|
* rename file.Bruce Momjian1998-10-23
|
* autoconfBruce Momjian1998-10-23
|
* Fix for version guessing in configure.Bruce Momjian1998-10-23
|
* Update for bsdi 3.0.Bruce Momjian1998-10-23
|
* INET/CIDR cleanup from D'Arcy.Bruce Momjian1998-10-22
|
* Add LIMIT syntax for Jan.Bruce Momjian1998-10-22
|
* Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian1998-10-22
|
* CIDR/INET fixes from D'Arcy.Bruce Momjian1998-10-22
|
* Fix indexing for INET / CIDR.Bruce Momjian1998-10-22
|
* Fix for funcs on INET/CIDR.Bruce Momjian1998-10-22
|
* Fix function calls to INET/CIDR functions. Added cidr_out.Bruce Momjian1998-10-22
|
* Cleanup of \df for INET/CIDR.Bruce Momjian1998-10-21
|
* The patch does 2 things:Bruce Momjian1998-10-21
| | | | | | | | | | | | 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.
* New CIDR type and fixed INET type, from D'Arcy.Bruce Momjian1998-10-21
|