OSDN Git Service

pg-rex/syncrep.git
2002-10-25 Bruce MomjianAllow fseeko in pg_dump only if fseeko() will work...
2002-10-24 Tom LaneCode review for connection timeout patch. Avoid unport...
2002-10-24 Tom LaneFix some places that were unportably assuming struct...
2002-10-24 Tom LaneFunction-call-style type coercions should be treated...
2002-10-24 Tom LaneAdd note about sort order of character datatypes being...
2002-10-24 Tom LaneMake link to schema inspection functions more clear.
2002-10-24 Peter EisentrautAdd introductory sections explaining what each book...
2002-10-24 Bruce MomjianFix include for NetBSD.
2002-10-24 Bruce MomjianAdd prototype include to fseeko.c.
2002-10-24 Bruce MomjianAdd fseeko for NetBSD.
2002-10-24 Bruce MomjianStamp for 7.3 beta3.
2002-10-24 Bruce MomjianFix include files for new PageOutput call.
2002-10-23 Bruce MomjianAdd fseeko/ftello prototypes for BSD/OS only to c.h.
2002-10-23 Bruce MomjianAdd mention of postgres signals to reference page
2002-10-23 Bruce MomjianImprove coding style of new function.
2002-10-23 Bruce MomjianMake BSD/OS fseeko thread-safe.
2002-10-23 Bruce MomjianAdd comments on bsd/os handling.
2002-10-23 Bruce MomjianAdd fseeko/ftello using fsetpos/fgetpos for BSD/OS.
2002-10-23 Bruce MomjianPage \h output and centralize psql paging code in PageO...
2002-10-22 Tom LanePerform transaction cleanup operations in a less ad...
2002-10-22 Bruce MomjianUpdated German FAQ, from Ian Barwick
2002-10-22 Tom Lanecreate_index test must run after create_misc test.
2002-10-22 Peter EisentrautUpdate build system.
2002-10-22 Peter EisentrautUpdate for test changes.
2002-10-22 Peter EisentrautAdd DLLIMPORT declarations required by contrib with...
2002-10-22 Bruce MomjianAllow 8-byte off_t to properly pg_dump, from Philip...
2002-10-22 Tom LaneSpecify that we need bison >= 1.50.
2002-10-21 Bruce MomjianMove libpgeasy.sgml to gborg.
2002-10-21 Bruce MomjianMove odbc.sgml to gborg ODBC project.
2002-10-21 Tom LaneFix places that were using IsTransactionBlock() as...
2002-10-21 Bruce MomjianAdd:
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...
next