OSDN Git Service

pg-rex/syncrep.git
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...
2005-03-14 Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
2005-03-14 Bruce MomjianDocument client-only encodings.
2005-03-14 Bruce MomjianFix typo on URL.
2005-03-14 Bruce MomjianAdd user:
2005-03-14 Bruce MomjianFinalize character set documentation changes.
2005-03-14 Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2005-03-14 Bruce MomjianUpdate comments for new encoding names.
2005-03-13 Tom LaneAdd missing identification comment, remove entirely...
2005-03-13 Tom LaneAdd some missing #includes.
2005-03-13 Bruce MomjianIncrement all major version numbers in 8.0.X to force...
2005-03-13 Tom LaneForgot that I had intended to replace division by maski...
2005-03-13 Bruce MomjianRemove CENTER tag.
2005-03-13 Neil ConwayMake default_with_oids default to false -- user-created...
2005-03-13 Bruce MomjianMore ordering adjustments.
2005-03-13 Neil ConwayUpdate obsolete comment.
2005-03-13 Bruce MomjianFix markup.
2005-03-13 Bruce MomjianMore markup changes.
2005-03-13 Bruce MomjianMore cleanups.
2005-03-13 Bruce MomjianMore improvements.
2005-03-13 Bruce MomjianMore additions to the table.
2005-03-13 Bruce MomjianKeep changing the markup until I like it. :-)
2005-03-13 Bruce MomjianMore table markup improvements.
2005-03-13 Bruce MomjianMore table markup fixes.
2005-03-13 Bruce MomjianRework "aliases" column for encodings.
2005-03-13 Bruce MomjianFix markup typo.
2005-03-13 Bruce MomjianAdd missing conversion documentation for certain encodings.
2005-03-13 Bruce MomjianReorder documented encodings to be alphabetical.
2005-03-13 Bruce MomjianDocument aliases for our supported encodings.
2005-03-12 Tom LaneWhen cloning template0 (or other fully-frozen databases...
2005-03-12 Tom LaneFix ALTER DATABASE RENAME to allow the operation if...
2005-03-12 Tom LaneAdjust the API for aggregate function calls so that...
2005-03-12 Neil ConwayAdd pg_buffercache contrib module, from Mark Kirkwood.
2005-03-12 Neil ConwaySome builds (depends on crypto engine support?) of...
2005-03-12 Bruce MomjianDocumention all our supported encodings.
2005-03-12 Bruce MomjianDone:
2005-03-12 Bruce MomjianHandle carriage returns and line feeds in COPY CSV...
2005-03-12 Bruce MomjianDone:
2005-03-12 Bruce MomjianAdd warning about the need to increase "max_fsm_relatio...
2005-03-12 Bruce MomjianFix snprintf() to properly handle precision specificati...
2005-03-12 Tom LaneFix problem with infinite recursion between write_syslo...
2005-03-11 Bruce MomjianHere's the patch to fix a lot of markup errors in the...
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
2005-03-11 Bruce MomjianAdd 'static' to initdb.c file-global variables.
2005-03-11 Bruce MomjianMark file-global function and variables as static.
2005-03-11 Bruce MomjianFix typos.
2005-03-11 Bruce MomjianFix typos.
2005-03-11 Bruce MomjianFix typos.
2005-03-11 Bruce MomjianFix typo.
2005-03-11 Neil ConwaySlight refactoring and optimization of some code in...
2005-03-11 Bruce MomjianAdd:
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
next