]> granicus.if.org Git - postgresql/history - src
Fix up id tag parameters to omit illegal underscores.
[postgresql] / src /
2000-10-20 Vadim B. MikheevWAL need in overwrite mode - restored in new way
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-10-20 Tom LaneRemove 'override' keyword, which breaks the build on...
2000-10-20 Tom LaneClean up gcc warnings.
2000-10-19 Tom LaneImprove comments.
2000-10-19 Tom LaneFix missing CommandCounterIncrement in DROP USER.
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-17 Tom LaneUpdate pltcl regress test to exercise return_null;...
2000-10-17 Peter EisentrautLocate the file pg_service.conf in the directory config...
2000-10-17 Michael MeskesFixed some bugs in C language parsing.
2000-10-17 Peter Eisentraut* doc/src/sgml/regress.sgml: Update for new driver...
2000-10-17 Peter MountSome more getTimestamp() fixes
2000-10-17 Michael MeskesSimplified parsing of connect rule.
2000-10-17 Bruce MomjianTNS:
2000-10-16 Bruce MomjianI wasn't too sure where to mail this.
2000-10-16 Michael MeskesFixed handling of variables in connect rule.
2000-10-16 Bruce MomjianRemove NO_SECURITY define.
2000-10-16 Bruce MomjianFix typo in code.
2000-10-16 Bruce MomjianSomething changed, that now shows that there is a depen...
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-10-16 Bruce MomjianI submitted three patches to pgsql-patches@postgresql...
2000-10-15 Philip WarnerFix prototype declaration based on patch from David...
2000-10-14 Bruce MomjianThe configure script fails to find <netinet/tcp.h>.
2000-10-14 Bruce MomjianHere is a patch for resultmap and the results file.
2000-10-13 Vadim B. MikheevVarious utils for WAL
2000-10-13 Vadim B. MikheevWAL
2000-10-13 Philip WarnerMinor buglet in dumping functions onlt
2000-10-13 Vadim B. MikheevWAL
2000-10-13 Philip WarnerFix bug in sequence dumping using new setval function
2000-10-13 Philip WarnerMake setval(text,int32,bool) visible
2000-10-12 Michael MeskesReplace constants by C variables wherever possible.
2000-10-12 Peter MountMajor update part I involving delayed patches, reworked...
2000-10-12 Tatsuo IshiiAdd more files from backend
2000-10-12 Tatsuo IshiiDisable elog when linked with frontend.
2000-10-12 Tatsuo IshiiSupport for automatic code conversion between UNICODE...
2000-10-12 Tatsuo IshiiSupport for conversion between UNICODE and other encodings
2000-10-11 Bruce MomjianFix temp relation handling for indexes, cleanup
2000-10-11 Bruce MomjianOops, back out my unintended changes.
2000-10-11 Bruce MomjianUpdate make_mkid
2000-10-11 Philip WarnerAdded new SQL function setval(seq,val,bool) to restore...
2000-10-11 Michael MeskesSynced preproc.y with gram.y
2000-10-10 Bruce MomjianRename pg-config to pg_config to be consistent with...
2000-10-10 Peter EisentrautUnify solaris_i386 and solaris_sparc templates. They...
2000-10-10 Peter EisentrautSome dynloader files missed the template rename a while...
2000-10-10 Bruce MomjianThis is a stupid garden variety bug and I'm not sure...
2000-10-10 Philip Warner- Be more paranoid when getting views
2000-10-10 Bruce MomjianRemove override of CFLAGS.
2000-10-09 Bruce MomjianBack out Gunnar R|nning jdbc changes.
2000-10-09 Peter EisentrautCosmetic cleanups of Beos port
2000-10-08 Peter EisentrautAppend "/postgresql" to (certain) installation subdirec...
2000-10-08 Bruce MomjianOkay, I have some new code in place that hopefully...
2000-10-08 Bruce MomjianThis removes the LDFLAGS from the template and adds...
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-08 Tom LaneRevert rules.out to non-broken state. I will with...
2000-10-07 Peter EisentrautTo create a temporary installation, the regression...
2000-10-07 Bruce Momjian Thanks for the patch
2000-10-07 Peter EisentrautRemove stuff that shouldn't be here.
2000-10-07 Peter EisentrautSeparate -Wl,-E or equivalent into separate make variab...
2000-10-07 Bruce MomjianBeos regression patch.
2000-10-07 Bruce Momjian The beos port in the source tree doesn't even...
2000-10-07 Bruce MomjianNew beos files. FAQ cleanup.
2000-10-07 Tom LaneSecond thoughts about where to put DeferredTriggerEndQu...
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-10-05 Tom LaneFix silly typo that led to 'tleIsArrayAssign: I'm confu...
2000-10-05 Tom LaneClean up gcc warning, fix inappropriate choice of confi...
2000-10-05 Tom LaneSuppress gcc warnings.
2000-10-05 Bruce MomjianAdd proofreader's changes to docs.
2000-10-05 Tom LaneReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT...
2000-10-04 Michael MeskesAdded patch by Cristof for catching yet another NOTICE.
2000-10-04 Michael Meskesremoved binary file
2000-10-04 Vadim B. MikheevBtree WAL logging.
2000-10-03 Peter EisentrautBetter coding of readline tests
2000-10-03 Peter EisentrautFix to make output format identical on echo -n and...
2000-10-03 Peter EisentrautTreat empty connection parameters as is, in particular...
2000-10-03 Bruce MomjianCleanup of fe-connect ifdef platform problem added...
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-10-02 Peter EisentrautMop up from caddr_t -> Datum conversion to make things...
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 Bruce MomjianIn the meaning of bug-fix, the patch is not needed...
2000-10-02 Peter EisentrautCommunicate PGPORT and PGHOST via environment, not...
2000-10-02 Tom LaneHonor $(SHELL) when invoking pg_regress.
2000-10-02 Tom LaneFix silly typo that prevented resultmap from being...
2000-10-02 Tom LaneMake default ACL be consistent --- ie, starting point...
2000-10-02 Bruce MomjianAdd missing python files.
2000-10-02 Bruce MomjianUpdate for PyGreSQL 3.0, from D'Arcy J.M. Cain
2000-10-01 Peter EisentrautFix quoting bug
2000-10-01 Peter EisentrautFix test order
2000-09-30 Tom LaneFix nasty TRUNCATE bug reported by Darrin Ladd. Relati...
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 EisentrautNew unified regression test driver, test/regress makefi...
2000-09-29 Peter EisentrautStandardize on __CYGWIN__ rather than __CYGWIN32__...
2000-09-29 Peter EisentrautEnable initdb to create several levels of directories...
2000-09-29 Peter EisentrautLinking with -lc or -lm crashes on Cygwin; filter out...
2000-09-29 Peter EisentrautCygwin uses _sys_nerr for sys_nerr
next