summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-10-08Add runtime configuration option "silent_mode".Tatsuo Ishii
2000-10-08Back out:Bruce Momjian
2000-10-08Hello,Bruce Momjian
2000-10-07Separate -Wl,-E or equivalent into separate make variable, since it's onlyPeter Eisentraut
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-04Btree WAL logging.Vadim B. Mikheev
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-02Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane
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-29Cygwin uses _sys_nerr for sys_nerrPeter Eisentraut
2000-09-29BufferAlloc() doesn't allocate write error buffers.Hiroshi Inoue
2000-09-29avoid database-wide restart on write errorHiroshi Inoue
2000-09-27Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut
2000-09-27Reset current user id to session user id during transaction abortPeter Eisentraut
2000-09-25When the RI triggers lock the PK table, temporarily switch the current userPeter Eisentraut
2000-09-25Correct error in grammar for subselect-in-FROM: SQL spec does not allowTom Lane
2000-09-25Use variable aliases, if supplied, rather than real column names inTom Lane
2000-09-25System neglected to complain about ungrouped variables passed toTom Lane
2000-09-25 the patch include:Bruce Momjian
2000-09-25Acquire read lock on a buffer while writing it out, to preventTom Lane
2000-09-23Clean up some ugly coding (hardwired constants) in index_formtuple.Tom Lane
2000-09-22SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases.Tom Lane
2000-09-20Fix coredump in copyCommentStmt().Tom Lane
2000-09-19Make sure that FlushRelationBuffers() is invoked by all paths throughTom Lane
2000-09-19Fix GEQO optimizer to work correctly with new outer-join-capableTom Lane
2000-09-19Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut
2000-09-18Make rule lister use aliases from FROM clause when a table column hasTom Lane
2000-09-17Parse JOIN/ON conditions with the proper visibility of input columns,Tom Lane
2000-09-17Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut
2000-09-15Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-09-12Fix relation-to-view conversion so that it doesn't try to convert a plainTom Lane
2000-09-12Suppress compile warnings caused by failure to use PG_RETURN macro.Tom Lane
2000-09-12Remove incorrect extra heap_close when deleting a builtin function.Tom Lane
2000-09-12Modify date->timestamp conversion to use mktime().Thomas G. Lockhart