summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2000-10-21Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut
2000-10-21here it is as requested by Bruce.Bruce Momjian
2000-10-21WALVadim B. Mikheev
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-20redo/undo support functions and cleanups.Vadim B. Mikheev
2000-10-18The following patch was sent to the patches list:Bruce Momjian
2000-10-18I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev
2000-10-16Remove NO_SECURITY define.Bruce Momjian
2000-10-16Fix typo in code.Bruce Momjian
2000-10-16New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev
2000-10-14The configure script fails to find <netinet/tcp.h>.Bruce Momjian
2000-10-13WALVadim B. Mikheev
2000-10-13WALVadim B. Mikheev
2000-10-13Make setval(text,int32,bool) visiblePhilip Warner
2000-10-12Disable elog when linked with frontend.Tatsuo Ishii
2000-10-12Support for automatic code conversion between UNICODE and otherTatsuo Ishii
2000-10-11Fix temp relation handling for indexes, cleanupBruce Momjian
2000-10-11Added new SQL function setval(seq,val,bool) to restore is_called as well as v...Philip Warner
2000-10-10Unify solaris_i386 and solaris_sparc templates. They were almost identicalPeter Eisentraut
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-07 The beos port in the source tree doesn't even compile. and evenBruce Momjian
2000-10-07Arrange that no database accesses are attempted during parser() --- thisTom 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-03Better coding of readline testsPeter Eisentraut
2000-10-03New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian
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-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-29Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut
2000-09-27Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut
2000-09-25Use variable aliases, if supplied, rather than real column names inTom Lane
2000-09-25Karel missed an ichar->chr ...Tom Lane
2000-09-25 the patch include:Bruce Momjian
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-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-12Btree WAL records.Vadim B. Mikheev
2000-09-12This patch implements the following command:Bruce Momjian
2000-09-12This patch implements a different "relkind"Bruce Momjian
2000-09-10This is temporal place holder for Relation File Node tillVadim B. Mikheev
2000-09-07Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev