]> granicus.if.org Git - postgresql/shortlog
postgresql
2000-11-09 Peter EisentrautReal dynamic loader code
2000-11-09 Peter EisentrautAlso test for 'void *' as third arg of accept() (as...
2000-11-09 Tom LaneExecEndAppend() neglected to close indices on appended...
2000-11-09 Michael MeskesApplied yet another patch by Christof. Thanks Cristof!
2000-11-09 Vadim B. MikheevAuto checkpoint creation.
2000-11-09 Bruce MomjianPlease apply this patch to current, to fix a problem...
2000-11-09 Tom LaneArrange for CASE or UNION with only untyped literal...
2000-11-09 Tom LaneAdd some more union/intersect/except test cases, per...
2000-11-09 Tom LaneRepair some bugs in new union/intersect/except code.
2000-11-08 Tom LaneClean up compiler warnings.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-08 Bruce MomjianAdd ANALYSE spelling of ANALYZE for vacuum.
2000-11-08 Peter EisentrautOnly use ld -R flag in UW 7.1*, since it's new.
2000-11-08 Peter EisentrautFix 'soname's for various platforms, so that libpq...
2000-11-08 Bruce MomjianUpdate TODO list.
2000-11-08 Peter EisentrautAdd dependencies required for parallel make
2000-11-08 Peter EisentrautDump identity of alternative location, if any.
2000-11-08 Peter EisentrautAdd '-c name=val' flag for setting run-time parameters.
2000-11-08 Peter EisentrautReimplement alternative database locations with symlink...
2000-11-08 Tom LaneCLUSTER did no permissions checking, forsooth ...
2000-11-07 Thomas G. LockhartEnable fallback to string type when argument(s) are...
2000-11-07 Bruce MomjianThis somehow gets moot. Is there a way to make gcc...
2000-11-07 Michael MeskesUndo incorrectly committed Makefile.
2000-11-07 Michael MeskesThird try. Sorry, I had a wrong path in my copy statement.
2000-11-07 Michael MeskesAdded more patches by Cristif Petig.
2000-11-07 Tom LaneUpdate for new results.
2000-11-07 Tom LaneDropErrorMsg() died with assert failure if try to drop...
2000-11-06 Peter EisentrautUpdate geometry for FreeBSD 4.1 (same as 4.0)
2000-11-06 Peter EisentrautAdd -V option to backend, to show version, since -...
2000-11-06 Peter EisentrautFix GNU make detection.
2000-11-06 Tom LaneAdd explicit ORDER BYs in a couple of cases --- seems...
2000-11-06 Tom LaneI think Thomas missed an update here...
2000-11-06 Bruce MomjianBack out aix makefile patch.
2000-11-06 Bruce MomjianMakefile.ports (copied from makefiles/Makefile.aix...
2000-11-06 Thomas G. LockhartAdd support for AT TIME ZONE syntax.
2000-11-06 Thomas G. LockhartAdd tests for more INTERVAL syntax.
2000-11-06 Thomas G. LockhartAdd functions to support AT TIME ZONE syntax.
2000-11-06 Thomas G. LockhartFix INTERVAL output when year/month has different sign...
2000-11-06 Thomas G. LockhartImplement AT TIME ZONE SQL9x syntax.
2000-11-06 Thomas G. LockhartAllow type resolution for UNKNOWN arguments to function...
2000-11-06 Bruce MomjianUpdate TODO list.
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-11-05 Peter EisentrautAdd some configure checks for DocBook and related tools...
2000-11-05 Peter EisentrautUpdate for recent developments (C++, shlib), minor...
2000-11-05 Tom LaneUNION select in a CREATE RULE caused a weird error...
2000-11-05 Bruce MomjianUpdate TODO list.
2000-11-05 Tom LaneAllow ORDER BY, LIMIT in sub-selects. Fix most (not...
2000-11-04 Bruce MomjianUpdate for createlang options in docs.
2000-11-04 Bruce Momjianmore procedural doc cleanup
2000-11-04 Bruce MomjianMake PROCEDURAL optional in CREATE/DROP LANGUAGE.
2000-11-04 Bruce MomjianThis patch should allow primary/foreign key
2000-11-04 Bruce MomjianUpdate FAQ_DEV.
2000-11-04 Bruce MomjianUpdate FAQ_DEV.
2000-11-04 Peter EisentrautRemove .SECONDARY: target again, because GNU make 3...
2000-11-04 Peter EisentrautSeparate CFLAGS_SL and CXXFLAGS_SL, to allow building...
2000-11-04 Peter EisentrautPut -Ae into CC not CFLAGS, since it's not optional.
2000-11-04 Peter EisentrautIf CFLAGS was specified in the environment, use that...
2000-11-04 Peter EisentrautThis is no longer used since we have the 'resultmap'.
2000-11-04 Peter EisentrautSince the backend now handles relative PGDATA, initdb...
2000-11-04 Peter EisentrautMake the backend grok relative paths for the data direc...
2000-11-04 Bruce Momjianautoconf
2000-11-04 Tatsuo IshiiFix for missing EUC_TW encoding
2000-11-03 Peter Eisentrautoutdated and obsolete
2000-11-03 Peter EisentrautAdd global .SECONDARY: target to not allow make to...
2000-11-03 Tom LaneMinor code cleanups, make in_group() check faster.
2000-11-03 Tom LaneFix bug reported by bobson: aclinsert3 would delete...
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-03 Michael MeskesParser sync.
2000-11-02 Tom LaneImprove inv_getsize() per suggestion from Denis Perchin...
2000-11-02 Tom LanePeter forgot to fix {operator} rule to match modified...
2000-11-02 Tom LaneFix insufficiently-parenthesized macro definitions.
2000-11-02 Bruce MomjianRemove pg_dumpaccounts from 7.1 tree.
2000-11-02 Bruce MomjianUpdate TODO list.
2000-11-02 Peter EisentrautAdd pg_dumpall --accounts-only option.
2000-11-02 Bruce MomjianUpdate TODO list.
2000-11-02 Peter EisentrautAllow initdb to handle relative paths for PGDATA, by...
2000-11-02 Bruce MomjianChange bool to boolean in docs.
2000-11-02 Peter EisentrautPass on all CPPFLAGS that look like -I* to the PL/Perl...
2000-11-02 Jan WieckAdded utility script pg_dumpaccounts to contrib.
2000-11-02 Bruce Momjianautoconf
2000-11-01 Peter EisentrautAdd runtime configuration options to control permission...
2000-11-01 Vadim B. MikheevForgot to check page LSN and unlock buffer in btree_xlo...
2000-11-01 Peter MountFixed minor bug in ResultSet for jdbc2 reported by...
2000-11-01 Tatsuo IshiiFix for PQsetdb port parameter due to the interface...
2000-10-31 Vadim B. MikheevFix recovery cache code (thanks to Peter Eisentraut for
2000-10-31 Peter EisentrautThis is the minimal version of the Darwin support patch...
2000-10-31 Peter EisentrautDetermine CXXFLAGS after the C++ compiler was detected...
2000-10-31 Michael MeskesAdded patch by Christof Petig <christof.petig@wtal...
2000-10-31 Peter EisentrautUse $(filter ...), not $(findstring ...).
2000-10-31 Philip WarnerAdded long-standing transaction when restoring BLOBS...
2000-10-31 Peter EisentrautChange internal string representation of BitString...
2000-10-31 Peter EisentrautHashing functions from Marko Kreen <marko@l-t.ee>
2000-10-31 Peter EisentrautChange the parser to convert SQL "position" and "substr...
2000-10-30 Peter EisentrautDisallow zero-length delimited identifier (per SQL).
2000-10-30 Michael MeskesSync preproc.y with gram.y.
2000-10-30 Tatsuo IshiiAdd -enable-uniconv
2000-10-30 Tatsuo IshiiAdd support for code conversion between Unicode and...
2000-10-30 Tatsuo IshiiAvoid dependency on backend's multibyte module as possible.
2000-10-30 Tatsuo IshiiAdd new configure option "--enable-uniconv" that enable...
next