]> granicus.if.org Git - postgresql/history - src/include
Make pgsql compile on FreeBSD-alpha.
[postgresql] / src / include /
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-11-15 Peter EisentrautRename parameter "hostname" to "virtual_host". Seemed...
2000-11-14 Tom LaneMinor cleanup of tableOid-related coding.
2000-11-14 Tom LaneClean up comments.
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-14 Bruce MomjianRename PortName to PortNumber.
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-11-12 Tom LaneKeep track of the last active slot in the shared ProcSt...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-11-11 Thomas G. LockhartDefine conversions to and from text for date, time...
2000-11-10 Tom LaneAdjust INET/CIDR display conventions and reimplement...
2000-11-10 Vadim B. Mikheevpg_fsync is fsync in WAL version.
2000-11-10 Tom LaneClean up syscache so that recursive invocation is safe...
2000-11-09 Vadim B. MikheevAuto checkpoint creation.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-08 Peter EisentrautReimplement alternative database locations with symlink...
2000-11-06 Peter EisentrautAdd -V option to backend, to show version, since -...
2000-11-06 Thomas G. LockhartAdd support for AT TIME ZONE syntax.
2000-11-06 Thomas G. LockhartAdd functions to support AT TIME ZONE syntax.
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-11-05 Tom LaneAllow ORDER BY, LIMIT in sub-selects. Fix most (not...
2000-11-04 Peter EisentrautMake the backend grok relative paths for the data direc...
2000-11-03 Peter EisentrautAdd configure check to see whether <string.h> and ...
2000-11-03 Vadim B. Mikheevpg_variable is not used in WAL version now.
2000-11-02 Tom LaneFix insufficiently-parenthesized macro definitions.
2000-11-01 Peter EisentrautAdd runtime configuration options to control permission...
2000-10-31 Peter EisentrautThis is the minimal version of the Darwin support patch...
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-10-30 Tatsuo IshiiAdd support for code conversion between Unicode and...
2000-10-30 Tatsuo IshiiAdd new configure option "--enable-uniconv" that enable...
2000-10-29 Peter EisentrautUSE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIM...
2000-10-28 Peter Eisentraut#define JMP_BUF has been unnecessary since the arrival...
2000-10-28 Peter EisentrautAs we don't use struct dirent, the #define SYSV_DIRENT...
2000-10-28 Bruce Momjianbeos fixes from Cyril VELTER
2000-10-28 Vadim B. MikheevWAL
2000-10-27 Tatsuo IshiiRemove gcc-only macro definition
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-26 Tom LaneFix breakage I introduced yesterday in MULTIBYTE compil...
2000-10-25 Tom LaneSupport SET/SHOW/RESET client_encoding and server_encod...
2000-10-25 Vadim B. MikheevWAL utils defs
2000-10-24 Peter EisentrautInteger binary operators, from Marko Kreen <marko@l...
2000-10-24 Tom LaneCreate empty file so that CVS sources compile (Vadim...
2000-10-24 Vadim B. MikheevWAL misc
2000-10-24 Tom LaneReconsider page size for large objects: rather than...
2000-10-24 Tom LaneMajor overhaul of large-object implementation, by Denis...
2000-10-23 Bruce MomjianBack out xti.h portion of the patch.
2000-10-23 Vadim B. MikheevNew relcache hash table with RelFileNode as key to...
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-10-22 Peter EisentrautMakeover for Unixware 7.1.1
2000-10-22 Tom Lanedatlastsysoid is an Oid, not an int4 ...
2000-10-22 Philip WarnerAdd new datlastsysoid to pg_database.
2000-10-22 Bruce MomjianBACKED OUT.
2000-10-21 Peter EisentrautMove DLSUFFIX, AROPT, and CFLAGS_SL settings from templ...
2000-10-21 Bruce Momjianhere it is as requested by Bruce.
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-18 Bruce MomjianThe following patch was sent to the patches list:
2000-10-18 Vadim B. MikheevI had to change buffer tag: now RelFileNode is used...
2000-10-16 Bruce MomjianRemove NO_SECURITY define.
2000-10-16 Bruce MomjianFix typo in code.
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-10-14 Bruce MomjianThe configure script fails to find <netinet/tcp.h>.
2000-10-13 Vadim B. MikheevWAL
2000-10-13 Vadim B. MikheevWAL
2000-10-13 Philip WarnerMake setval(text,int32,bool) visible
2000-10-12 Tatsuo IshiiDisable elog when linked with frontend.
2000-10-12 Tatsuo IshiiSupport for automatic code conversion between UNICODE...
2000-10-11 Bruce MomjianFix temp relation handling for indexes, cleanup
2000-10-11 Philip WarnerAdded new SQL function setval(seq,val,bool) to restore...
2000-10-10 Peter EisentrautUnify solaris_i386 and solaris_sparc templates. They...
2000-10-08 Tatsuo IshiiAdd runtime configuration option "silent_mode".
2000-10-08 Bruce MomjianTom Lane wrote:
2000-10-08 Bruce MomjianBack out:
2000-10-08 Bruce MomjianHello,
2000-10-07 Bruce Momjian The beos port in the source tree doesn't even...
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-10-05 Bruce MomjianAdd proofreader's changes to docs.
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-10-04 Vadim B. MikheevBtree WAL logging.
2000-10-03 Peter EisentrautBetter coding of readline tests
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-10-02 Bruce MomjianHere is the first batch of files and diffs for the...
2000-10-02 Tom LaneMake default ACL be consistent --- ie, starting point...
2000-09-29 Bruce MomjianPlease apply the following patch to fix problems with...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-29 Peter EisentrautStandardize on __CYGWIN__ rather than __CYGWIN32__...
2000-09-27 Peter EisentrautFixes for Cygwin, with help from Pete Forman <gsez020...
2000-09-25 Tom LaneUse variable aliases, if supplied, rather than real...
2000-09-25 Tom LaneKarel missed an ichar->chr ...
2000-09-25 Bruce Momjian the patch include:
2000-09-19 Tom LaneFix GEQO optimizer to work correctly with new outer...
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-09-17 Peter EisentrautSupport for DESTDIR make variable. This is used as...
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-09-12 Vadim B. MikheevBtree WAL records.
2000-09-12 Bruce MomjianThis patch implements the following command:
2000-09-12 Bruce MomjianThis patch implements a different "relkind"
next