Commit Graph

19851 Commits (0275b3f783731f7fa95ea8b93ad3f48fc7a2f29f)
 

Author SHA1 Message Date
Bruce Momjian 0275b3f783 Update INTERVAL items. 21 years ago
Tom Lane 0ca91482fa Add missing error checking in readdir() loops. 21 years ago
Bruce Momjian c58071a5d1 Change ANSI to ISO standard: 21 years ago
Neil Conway 50ce8ab9fc Revert changes to CREATE TRIGGER and ALTER TABLE ADD FOREIGN KEY locking, 21 years ago
Bruce Momjian 8abba63859 Update wording: 21 years ago
Bruce Momjian d5dd9dbbfe Update item on ambiguous INTERVAL syntax: 21 years ago
Bruce Momjian a15699b9e0 Update ANSI INTERVAL section: 21 years ago
Tom Lane 87ba04eeaf Add note about risks involved in replaying CREATE TABLESPACE commands 21 years ago
Bruce Momjian d27061a3ab Update numbers in example: 21 years ago
Bruce Momjian 70d782e64c Update: 21 years ago
Neil Conway f30c76ce8d Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquire 21 years ago
Bruce Momjian ac323044cf Add: 21 years ago
Bruce Momjian f6c1f990ab Assign: 21 years ago
Bruce Momjian 9be9c1fb0c Add: 21 years ago
Bruce Momjian 3113d38bec Add INTERVAL items: 21 years ago
Bruce Momjian e96ab26277 Remove duplicate: 21 years ago
Bruce Momjian b7c2258833 Add: 21 years ago
Bruce Momjian 0b2adc1e5f Add: 21 years ago
Bruce Momjian 09c165e41e Remove: 21 years ago
Bruce Momjian ee10720834 Add for pg_dump: 21 years ago
Bruce Momjian aab0159cfb Add: 21 years ago
Bruce Momjian 4201ba2459 Remove: 21 years ago
Tom Lane cad86e253b WAL must log CREATE and DROP DATABASE operations *without* using any 21 years ago
Tom Lane bd9b4a9d46 Use InitFunctionCallInfoData() macro instead of MemSet in performance 21 years ago
Tom Lane 94e03330cb Create a routine PageIndexMultiDelete() that replaces a loop around 21 years ago
Tom Lane 775d28302c Fix quote_ident to use quote_identifier rather than its own, not quite 21 years ago
Neil Conway 6a8eb1a7b6 pgcrypto update: 21 years ago
Neil Conway 19b676869a pgcrypto update: 21 years ago
Neil Conway 1ea9169b42 pgcrypto update: 21 years ago
Neil Conway b160d6b9dc pgcrypto update: 21 years ago
Neil Conway fa332a06ec * construct "struct {} list [] = {}" confuses pgindent - split those. 21 years ago
Neil Conway 3cc8661232 Remove support for libmhash/libmcrypt. 21 years ago
Tom Lane ee4ddac137 Convert index-related tuple handling routines from char 'n'/' ' to bool 21 years ago
Neil Conway fe7015f5e8 Change the return value of HeapTupleSatisfiesUpdate() to be an enum, 21 years ago
Tom Lane 9e0dd84596 On Windows, use QueryPerformanceCounter instead of gettimeofday for 21 years ago
Tom Lane 354049c709 Remove unnecessary calls of FlushRelationBuffers: there is no need 21 years ago
Bruce Momjian 683f60da3d Add mention of why malloc() has to be used in snprintf.c. 21 years ago
Bruce Momjian 8c72526fe9 Department of second thoughts. Remove FRONTEND from snprintf.c because 21 years ago
Bruce Momjian 169adfcf74 Fix typo in Makefile. 21 years ago
Bruce Momjian 83ebbfac75 Another change for FRONTEND snprintf.c. 21 years ago
Bruce Momjian 614fcbeba7 Mark snprintf.c as a file that uses FRONTEND and needs to a version in 21 years ago
Bruce Momjian 1c14db5a77 Done: 21 years ago
Tom Lane 91728fa26c Add temp_buffers GUC variable to allow users to determine the size 21 years ago
Tom Lane d65522aeb6 Upgrade localbuf.c to use a hash table instead of linear search to 21 years ago
Tom Lane 2e629080f7 Put 'dump complete' message in the right place, so it comes out where 21 years ago
Tom Lane 88164799ce Need to reset local buffer pin counts, not only shared buffer pins, 21 years ago
Michael Meskes 1f418555cf Added patch by Christof Petig <christof@petig-baender.de> to work around gcc bug on powerpc and amd64. 21 years ago
Tom Lane cef01c3355 Avoid infinite loop in InvalidateBuffer if we ourselves are holding 21 years ago
Tom Lane afb66ad8dd Need to release buffer pins before attempting to drop files during 21 years ago
Tom Lane 7a969cad2e Treat EPERM as a non-error case when checking to see if old postmaster 21 years ago