]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
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. :-)
next