summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2000-10-27Remove gcc-only macro definitionTatsuo Ishii
2000-10-26Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane
2000-10-26Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane
2000-10-25Support SET/SHOW/RESET client_encoding and server_encoding even whenTom Lane
2000-10-25WAL utils defsVadim B. Mikheev
2000-10-24Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut
2000-10-24Create empty file so that CVS sources compile (Vadim can fill in realTom Lane
2000-10-24WAL miscVadim B. Mikheev
2000-10-24Reconsider page size for large objects: rather than stuffing disk pagesTom Lane
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-10-23Back out xti.h portion of the patch.Bruce Momjian
2000-10-23New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev
2000-10-22Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane
2000-10-22Makeover for Unixware 7.1.1Peter Eisentraut
2000-10-22datlastsysoid is an Oid, not an int4 ...Tom Lane
2000-10-22Add new datlastsysoid to pg_database.Philip Warner
2000-10-22BACKED OUT.Bruce Momjian
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