summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2000-10-08Append "/postgresql" to (certain) installation subdirectories whenPeter Eisentraut
2000-10-08Okay, I have some new code in place that hopefully should work better. IBruce Momjian
2000-10-08This removes the LDFLAGS from the template and adds an autoconf checkBruce Momjian
2000-10-08Add runtime configuration option "silent_mode".Tatsuo Ishii
2000-10-08Tom Lane wrote:Bruce Momjian
2000-10-08Back out:Bruce Momjian
2000-10-08Hello,Bruce Momjian
2000-10-08Revert rules.out to non-broken state. I will with difficulty hold myTom Lane
2000-10-07To create a temporary installation, the regression test driver should usePeter Eisentraut
2000-10-07 Thanks for the patchBruce Momjian
2000-10-07Remove stuff that shouldn't be here.Peter Eisentraut
2000-10-07Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut
2000-10-07Beos regression patch.Bruce Momjian
2000-10-07 The beos port in the source tree doesn't even compile. and evenBruce Momjian
2000-10-07New beos files. FAQ cleanup.Bruce Momjian
2000-10-07Second thoughts about where to put DeferredTriggerEndQuery() call.Tom Lane
2000-10-07Arrange that no database accesses are attempted during parser() --- thisTom Lane
2000-10-05Fix silly typo that led to 'tleIsArrayAssign: I'm confused' message.Tom Lane
2000-10-05Clean up gcc warning, fix inappropriate choice of configuration symbol.Tom Lane
2000-10-05Suppress gcc warnings.Tom Lane
2000-10-05Add proofreader's changes to docs.Bruce Momjian
2000-10-05Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane
2000-10-04Added patch by Cristof for catching yet another NOTICE.Michael Meskes
2000-10-04removed binary fileMichael Meskes
2000-10-04Btree WAL logging.Vadim B. Mikheev
2000-10-03Better coding of readline testsPeter Eisentraut
2000-10-03Fix to make output format identical on echo -n and echo \c platforms. ThisPeter Eisentraut
2000-10-03Treat empty connection parameters as is, in particular to enable overridingPeter Eisentraut
2000-10-03Cleanup of fe-connect ifdef platform problem added with beos.Bruce Momjian
2000-10-03New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian
2000-10-02Mop up from caddr_t -> Datum conversion to make things extra type safePeter Eisentraut
2000-10-02Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut
2000-10-02Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian
2000-10-02In the meaning of bug-fix, the patch is not needed. Because youBruce Momjian
2000-10-02Communicate PGPORT and PGHOST via environment, not command linePeter Eisentraut
2000-10-02Honor $(SHELL) when invoking pg_regress.Tom Lane
2000-10-02Fix silly typo that prevented resultmap from being honored byTom Lane
2000-10-02Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane
2000-10-02Add missing python files.Bruce Momjian
2000-10-02Update for PyGreSQL 3.0, from D'Arcy J.M. CainBruce Momjian
2000-10-01Fix quoting bugPeter Eisentraut
2000-10-01Fix test orderPeter Eisentraut
2000-09-30Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexesTom Lane
2000-09-29Please apply the following patch to fix problems with the AIX portBruce Momjian
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-09-29New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut
2000-09-29Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut
2000-09-29Enable initdb to create several levels of directories for PGDATA, ifPeter Eisentraut
2000-09-29Linking with -lc or -lm crashes on Cygwin; filter out those libraries fromPeter Eisentraut
2000-09-29Cygwin uses _sys_nerr for sys_nerrPeter Eisentraut