OSDN Git Service

pg-rex/syncrep.git
2002-10-21 Bruce MomjianSmall update for the removal of some memory leaks in...
2002-10-21 Bruce MomjianWhen I removed the cube based stuff from eathdistance...
2002-10-21 Bruce MomjianCleanup for CLUSTERDB failure:
2002-10-21 Bruce MomjianFix ALTER TABLE ... ADD COLUMN for inheritance cases.
2002-10-21 Tom LaneRemove unnecessary (and inadequate) check of IsTransact...
2002-10-21 Tom LaneAvoid using IsTransactionBlock() in DeferredTriggerSetS...
2002-10-21 Tom LaneMake CREATE/ALTER/DROP USER/GROUP transaction-safe...
2002-10-21 Peter EisentrautAdd DLLIMPORT declarations needed by contrib modules.
2002-10-21 Peter EisentrautNeed sys/param.h for endianness macros.
2002-10-21 Peter EisentrautMight need to link with -lcrypt.
2002-10-21 Peter EisentrautAdd guards against double inclusion.
2002-10-21 Peter EisentrautTranslation updates
2002-10-21 Peter EisentrautRemove obsoleted stuff merged in from branch.
2002-10-21 Peter EisentrautImprove ECPG documentation.
2002-10-21 Michael MeskesMerged ecpg_big_bison back into HEAD
2002-10-21 Tatsuo IshiiUpdate multibyte Japanese document
2002-10-21 Tom LaneSince ANY is a reserved word, better suggest that ANY...
2002-10-21 Tom LaneFix documented sizes of geometric types.
2002-10-21 Tom LaneFix example of doing a restore.
2002-10-21 Bruce MomjianSET autocommit no longer needed in /contrib because...
2002-10-21 Bruce MomjianUpdates from Ian Barwick.
2002-10-21 Bruce MomjianDone:
2002-10-21 Bruce MomjianCompletely remove /contrib/retep, with Peter's approval...
2002-10-21 Bruce MomjianFirst step to removing /contrib/retep, with Peter Mount...
2002-10-20 Bruce MomjianRemove trailing blanks in cvs.sgml.
2002-10-20 Tom LaneFix potential problem with btbulkdelete deleting an...
2002-10-20 Tom LaneFix core dump recently introduced into pgbench.
2002-10-20 Tatsuo IshiiReturns exit status 1 if invalid encoding name or
2002-10-20 Tom LaneUpdate description of numeric constants to match 7...
2002-10-20 Bruce MomjianUpdate char/varchar()/text/bytea to mention they have...
2002-10-20 Barry LindApplied patch from Teofilis Martisius to improve perfor...
2002-10-20 Bruce MomjianAdd:
2002-10-20 Bruce MomjianUpdate Japanese FAQ, from Jun Kuwamura.
2002-10-20 Bruce MomjianAdd:
2002-10-20 Tom LaneAdd warning that autocommit=off is not well-supported...
2002-10-20 Tom LaneMove BeOS and QNX4 to unsupported-platform list, until...
2002-10-20 Tom LaneRule rewriter was doing the wrong thing with conditiona...
2002-10-20 Tom LaneDisallow aggregate functions in rule WHERE clauses...
2002-10-20 Barry LindApplied patch submitted by Mike Beachy to give a better...
2002-10-19 Tom LaneFix inconsistent formatting.
2002-10-19 Tom LaneFix incomplete definition of ALTER TABLE ADD/DROP CONST...
2002-10-19 Tom LaneFix within-function memory leaks in the various PLs...
2002-10-19 Barry LindApplied patch submitted by Kris Jurka to result in...
2002-10-19 Tom LaneFix pltcl self-test for recent changes to elog.
2002-10-19 Barry LindBacked out part of the change from 1.6. The attempt...
2002-10-19 Tom LaneFix case where a function in FROM returns a scalar...
2002-10-19 Tom LaneMake psql's \df display functions that return sets...
2002-10-19 Tom LaneInvert logic in pg_exec_query_string() so that we set...
2002-10-19 Tom LaneFix rewrite code so that rules are in fact executed...
2002-10-19 Bruce MomjianBack out Alvaro's patch until regression tests pass.
2002-10-19 Tom LaneFix range-query estimation to not double-exclude NULLs...
2002-10-19 Bruce MomjianAdd:
2002-10-19 Bruce MomjianFix compile failure caused by new patch.
2002-10-19 Bruce MomjianRemove mention of utils/getopt.c. Not used anymore.
2002-10-19 Bruce MomjianIt includes
2002-10-19 Bruce Momjian> Huh, I don't know where I got the idea you were ...
2002-10-19 Bruce MomjianThis patch adds some missing functions for float8 math...
2002-10-19 Bruce MomjianMake regression tests safe for autocommit = 'off'.
2002-10-19 Tom LaneAdd missing #include <errno.h>.
2002-10-19 Tom LaneFix psql's \copy to accept table names containing schem...
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-10-18 Tom LaneFix breakage that had crept into setlocale() usage...
2002-10-18 Tom LaneMake 'dummy' declarations in header files be 'extern...
2002-10-18 Tom LaneUn-break createlang build.
2002-10-18 Bruce MomjianClean up for dblink autocommit OFF handling.
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-10-18 Tom LaneImprove discussion of FOR UPDATE.
2002-10-17 Bruce MomjianUpdate for tables returning function, item 5.3, from...
2002-10-17 Barry LindFix in updateable result sets to handle binding null...
2002-10-17 Tom LaneFix free-slot search in PgSetResultId so it actually...
2002-10-17 Tom LaneImprove formatting of error message.
2002-10-17 Barry LindFixed support in jdbc for 7.3 server autocommit. With...
2002-10-17 Bruce MomjianAdd:
2002-10-16 Peter EisentrautPut the disk information all in one chapter.
2002-10-16 Bruce MomjianMake pg_dump save for autocommit = off.
2002-10-16 Bruce MomjianFix from Joe on timeout code.
2002-10-16 Bruce MomjianImprove appearance of SET command.
2002-10-16 Bruce MomjianFix script to handle autocommit = 'off' by prepending...
2002-10-16 Bruce MomjianFix connection_timeout to use time() and handle timeout...
2002-10-15 Bruce MomjianRemove:
2002-10-15 Bruce MomjianAdd:
2002-10-15 Tom LaneFix unintentional breakage of COPY TO/FROM stdin. ...
2002-10-15 Tom LaneFix Linux dynloader code for pre-HAVE_DLOPEN systems...
2002-10-15 Tom LaneFix psql to cope with autocommit off, at least during...
2002-10-15 Tom LaneFix libpq startup code to work correctly in autocommit...
2002-10-14 Tom LaneMake SPI's execution of querystrings follow the rules...
2002-10-14 Bruce MomjianNone.
2002-10-14 Tom LaneAdjust handling of command status strings in the presen...
2002-10-14 Tom LaneAdd missing entries for bit<->int4 and bit<->int8 conve...
2002-10-14 Peter EisentrautTranslation updates
2002-10-14 Bruce MomjianMention that resetting the timeout may be wrong on...
2002-10-14 Bruce MomjianRestore ptmp_timeout for cases where no timeout is...
2002-10-14 Bruce Momjianlibpq connection_timeout doesn't do subsecond timing...
2002-10-14 Tom LaneArrange to copy relcache's trigdesc structure at the...
2002-10-14 Bruce Momjian- Link the entries in the table to the catalog heading
2002-10-14 Bruce MomjianThis trivial patch fixes a bunch of spelling mistakes...
2002-10-14 Bruce MomjianAs Niel so nicely pointed out this morning, the output...
2002-10-14 Bruce MomjianI have attached two patches as per:
2002-10-14 Bruce MomjianImprovements to Ian Barwick patch.
2002-10-14 Bruce MomjianFAQ updates from Ian Barwick.
next