summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-24Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking,Neil Conway
2005-03-23Update wording:Bruce Momjian
2005-03-23Update item on ambiguous INTERVAL syntax:Bruce Momjian
2005-03-23Update ANSI INTERVAL section:Bruce Momjian
2005-03-23Add note about risks involved in replaying CREATE TABLESPACE commandsTom Lane
2005-03-23Update numbers in example:Bruce Momjian
2005-03-23Update:Bruce Momjian
2005-03-23Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquireNeil Conway
2005-03-23Add:Bruce Momjian
2005-03-23Assign:Bruce Momjian
2005-03-23Add:Bruce Momjian
2005-03-23Add INTERVAL items:Bruce Momjian
2005-03-23Remove duplicate:Bruce Momjian
2005-03-23Add:Bruce Momjian
2005-03-23Add:Bruce Momjian
2005-03-23Remove:Bruce Momjian
2005-03-23Add for pg_dump:Bruce Momjian
2005-03-23Add:Bruce Momjian
2005-03-23Remove:Bruce Momjian
2005-03-23WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane
2005-03-22Use InitFunctionCallInfoData() macro instead of MemSet in performanceTom Lane
2005-03-22Create a routine PageIndexMultiDelete() that replaces a loop aroundTom Lane
2005-03-21Fix quote_ident to use quote_identifier rather than its own, not quiteTom Lane
2005-03-21pgcrypto update:Neil Conway
2005-03-21pgcrypto update:Neil Conway
2005-03-21pgcrypto update:Neil Conway
2005-03-21pgcrypto update:Neil Conway
2005-03-21* construct "struct {} list [] = {}" confuses pgindent - split those.Neil Conway
2005-03-21Remove support for libmhash/libmcrypt.Neil Conway
2005-03-21Convert index-related tuple handling routines from char 'n'/' ' to boolTom Lane
2005-03-20Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway
2005-03-20On Windows, use QueryPerformanceCounter instead of gettimeofday forTom Lane
2005-03-20Remove unnecessary calls of FlushRelationBuffers: there is no needTom Lane
2005-03-20Add mention of why malloc() has to be used in snprintf.c.Bruce Momjian
2005-03-20Department of second thoughts. Remove FRONTEND from snprintf.c becauseBruce Momjian
2005-03-20Fix typo in Makefile.Bruce Momjian
2005-03-20Another change for FRONTEND snprintf.c.Bruce Momjian
2005-03-20Mark snprintf.c as a file that uses FRONTEND and needs to a version inBruce Momjian
2005-03-20Done:Bruce Momjian
2005-03-19Add temp_buffers GUC variable to allow users to determine the sizeTom Lane
2005-03-19Upgrade localbuf.c to use a hash table instead of linear search toTom Lane
2005-03-18Put 'dump complete' message in the right place, so it comes out whereTom Lane
2005-03-18Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane
2005-03-18Added patch by Christof Petig <[email protected]> to work around gcc ...Michael Meskes
2005-03-18Avoid infinite loop in InvalidateBuffer if we ourselves are holdingTom Lane
2005-03-18Need to release buffer pins before attempting to drop files duringTom Lane
2005-03-18Treat EPERM as a non-error case when checking to see if old postmasterTom Lane
2005-03-17This patch moves some code for preprocessing FOR UPDATE fromNeil Conway
2005-03-17Add link to INSERT in docs.Bruce Momjian
2005-03-17Update file system snapshot docs.Bruce Momjian