]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2000-10-30  Tatsuo Ishiiinclude pg_wchar.h to import a fucntion prototype of...
2000-10-29  Vadim B. MikheevWAL fixes.
2000-10-29  Bruce Momjianupdate flags.
2000-10-29  Peter EisentrautAutomatic dependency tracking for C++ (GCC only)
2000-10-29  Peter EisentrautRemove special treatment of '|' operator, in the spirit...
2000-10-29  Peter EisentrautUSE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIM...
2000-10-29  Peter EisentrautOmit perl and python interfaces when making temporary...
2000-10-29  Peter EisentrautShould be "test =", not "test ==".
2000-10-29  Michael MeskesRemoved multibyte stuff since client does not know...
2000-10-28  Peter Eisentraut#define JMP_BUF has been unnecessary since the arrival...
next