OSDN Git Service

pg-rex/syncrep.git
2005-03-25 Tom LaneFix two bugs in change_owner_recurse_to_sequences:...
2005-03-25 Tom LaneUpdate and copy-edit description of privileges.
2005-03-25 Tom LaneAdd missing min/max parameters to DefineCustomIntVariab...
2005-03-25 Tom LaneFix to_date to behave reasonably when CC and YY fields...
2005-03-25 Tom LaneMake initialization of special trigger variables a...
2005-03-25 Bruce MomjianPrint URL in printed output..
2005-03-25 Bruce MomjianAdd URL of how to report bugs:
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-03-24 Tom LaneRevert ill-conceived change of libpq linkage --- breaks...
2005-03-24 Tom Lanearray_map can't use the fn_extra field of the provided...
2005-03-24 Bruce MomjianForce PG client applications to link to non-shared...
2005-03-24 Tom LaneTweak planner to use a minimum size estimate of 10...
2005-03-24 Bruce MomjianSet socket timer to 58 instead of 60 minutes for hour...
2005-03-24 Tom LaneFix python regression testing script to bail out early...
2005-03-24 Tom LaneAdjust plpython to convert \r\n and \r to \n in Python...
2005-03-24 Bruce MomjianTouch postmaster log file every hour, rather than every...
2005-03-24 Bruce MomjianAdd:
2005-03-24 Bruce MomjianChange Win32 O_SYNC method to O_DSYNC because that...
2005-03-24 Bruce MomjianUpdate INTERVAL items.
2005-03-24 Tom LaneAdd missing error checking in readdir() loops.
2005-03-24 Bruce MomjianChange ANSI to ISO standard:
2005-03-24 Neil ConwayRevert changes to CREATE TRIGGER and ALTER TABLE ADD...
2005-03-23 Bruce MomjianUpdate wording:
2005-03-23 Bruce MomjianUpdate item on ambiguous INTERVAL syntax:
2005-03-23 Bruce MomjianUpdate ANSI INTERVAL section:
2005-03-23 Tom LaneAdd note about risks involved in replaying CREATE TABLE...
2005-03-23 Bruce MomjianUpdate numbers in example:
2005-03-23 Bruce MomjianUpdate:
2005-03-23 Neil ConwayAdjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN...
2005-03-23 Bruce MomjianAdd:
2005-03-23 Bruce MomjianAssign:
2005-03-23 Bruce MomjianAdd:
2005-03-23 Bruce MomjianAdd INTERVAL items:
2005-03-23 Bruce MomjianRemove duplicate:
2005-03-23 Bruce MomjianAdd:
2005-03-23 Bruce MomjianAdd:
2005-03-23 Bruce MomjianRemove:
2005-03-23 Bruce MomjianAdd for pg_dump:
2005-03-23 Bruce MomjianAdd:
2005-03-23 Bruce MomjianRemove:
2005-03-23 Tom LaneWAL must log CREATE and DROP DATABASE operations *witho...
2005-03-22 Tom LaneUse InitFunctionCallInfoData() macro instead of MemSet...
2005-03-22 Tom LaneCreate a routine PageIndexMultiDelete() that replaces...
2005-03-21 Tom LaneFix quote_ident to use quote_identifier rather than...
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conwaypgcrypto update:
2005-03-21 Neil Conway* construct "struct {} list [] = {}" confuses pgindent...
2005-03-21 Neil ConwayRemove support for libmhash/libmcrypt.
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
2005-03-20 Tom LaneOn Windows, use QueryPerformanceCounter instead of...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-03-20 Bruce MomjianAdd mention of why malloc() has to be used in snprintf.c.
2005-03-20 Bruce MomjianDepartment of second thoughts. Remove FRONTEND from...
2005-03-20 Bruce MomjianFix typo in Makefile.
2005-03-20 Bruce MomjianAnother change for FRONTEND snprintf.c.
2005-03-20 Bruce MomjianMark snprintf.c as a file that uses FRONTEND and needs...
2005-03-20 Bruce MomjianDone:
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-19 Tom LaneUpgrade localbuf.c to use a hash table instead of linea...
2005-03-18 Tom LanePut 'dump complete' message in the right place, so...
2005-03-18 Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-18 Michael MeskesAdded patch by Christof Petig <christof@petig-baender...
2005-03-18 Tom LaneAvoid infinite loop in InvalidateBuffer if we ourselves...
2005-03-18 Tom LaneNeed to release buffer pins before attempting to drop...
2005-03-18 Tom LaneTreat EPERM as a non-error case when checking to see...
2005-03-17 Neil ConwayThis patch moves some code for preprocessing FOR UPDATE...
2005-03-17 Bruce MomjianAdd link to INSERT in docs.
2005-03-17 Bruce MomjianUpdate file system snapshot docs.
2005-03-17 Tom LaneUpdate obsolete comment.
2005-03-17 Neil ConwayTrivial comment tweak.
2005-03-17 Bruce MomjianMention tablespaces as a problem for using file system...
2005-03-17 Bruce MomjianDocument use of rsync for file system backups.
2005-03-17 Bruce MomjianAdd mention of compatibility problem with turning off...
2005-03-17 Bruce MomjianFactor duplicate snprintf code into functions.
2005-03-17 Neil ConwayAdd a reference to the documentation on alternate index...
2005-03-16 Neil ConwayThis patch makes \d on tables and views sort fk constra...
2005-03-16 Bruce MomjianForce initdb cause of encoding additions.
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-16 Bruce MomjianAdd sprintf support, that were were missing.
2005-03-16 Bruce Momjianpgindent snprintf.c for consistency.
2005-03-16 Bruce MomjianFix snprintf for %*$.
2005-03-16 Bruce MomjianAdd CVS \r\n regression tests.
2005-03-16 Bruce MomjianFix snprintf to handle %$ properly by storing and reord...
2005-03-16 Bruce MomjianAdd missing include for new lc_ctype_is_c() function.
2005-03-16 Bruce MomjianPrevent locale-aware handling of upper, lower, and...
2005-03-16 Neil ConwayWrap the implementation of fork_process() inside #ifnde...
2005-03-15 Bruce MomjianUpdate to 8.0.1.
2005-03-15 Bruce MomjianAdd:
2005-03-15 Bruce MomjianUpdate Win32 item:
2005-03-15 Bruce MomjianClean up win1252 documentation. Mention how we determi...
2005-03-14 Bruce MomjianIssue free space notices to both the user and the serve...
2005-03-14 Tom LaneMake pg_dump emit a useful error message, instead of...
2005-03-14 Bruce MomjianAdd support for Win1252 encoding.
2005-03-14 Bruce MomjianBump minor version numbers for 8.1 compared to 8.0.
2005-03-14 Bruce MomjianCompleted:
2005-03-14 Neil ConwayFix mistakes in SGML markup. From David Fetter.
2005-03-14 Tom LaneNote that the -F and -R command line options only affec...
next