OSDN Git Service

pg-rex/syncrep.git
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...
2000-10-28 Peter EisentrautAs we don't use struct dirent, the #define SYSV_DIRENT...
2000-10-28 Peter EisentrautMake initdb safe against using
2000-10-28 Bruce MomjianBack out change to gram.y for parens.
2000-10-28 Bruce Momjianbeos fixes from Cyril VELTER
2000-10-28 Vadim B. MikheevWAL
2000-10-28 Bruce MomjianOkay, here's my attempt at fixing the problems with...
2000-10-28 Peter EisentrautRemove compiler warnings (add missing include files...
2000-10-28 Peter EisentrautAdd --version and --help options to "postgres".
2000-10-27 Peter EisentrautMake use of system-specific linker option to embed...
2000-10-27 Bruce MomjianFix java driver example.
2000-10-27 Peter EisentrautUse compiler driver, not linker, to link shared librari...
2000-10-27 Peter EisentrautMake regression tests work with VPATH builds.
2000-10-27 Tatsuo IshiiFix for drop db message format changes
2000-10-27 Tatsuo IshiiRemove gcc-only macro definition
2000-10-27 Tom LaneDisallow bits beyond the mask length for CIDR values...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-26 Bruce MomjianUpdate TODO list.
2000-10-26 Tom LaneFix breakage I introduced yesterday in MULTIBYTE compil...
2000-10-26 Tom LaneClean up gcc warnings in MULTIBYTE mode.
next