Commit Graph

19824 Commits (19b676869a1d9c1bf25a2332bdbe04bb9027c340)
 

Author SHA1 Message Date
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
Neil Conway d344505d1b This patch moves some code for preprocessing FOR UPDATE from 21 years ago
Bruce Momjian 5955ebe334 Add link to INSERT in docs. 21 years ago
Bruce Momjian 28d150d8e9 Update file system snapshot docs. 21 years ago
Tom Lane 57fdb2b0d8 Update obsolete comment. 21 years ago
Neil Conway 72cbc5982d Trivial comment tweak. 21 years ago
Bruce Momjian 118bf5bc22 Mention tablespaces as a problem for using file system snapshots. 21 years ago
Bruce Momjian ca2d08579e Document use of rsync for file system backups. 21 years ago
Bruce Momjian 82c46e5a70 Add mention of compatibility problem with turning off backslash escapes: 21 years ago
Bruce Momjian 7111a14fba Factor duplicate snprintf code into functions. 21 years ago
Neil Conway 957f51ea6b Add a reference to the documentation on alternate index operator classes in 21 years ago
Neil Conway d663d3ba3a This patch makes \d on tables and views sort fk constraints, triggers 21 years ago
Bruce Momjian f402125926 Force initdb cause of encoding additions. 21 years ago
Tom Lane f97aebd162 Revise TupleTableSlot code to avoid unnecessary construction and disassembly 21 years ago
Bruce Momjian 712f053587 Add sprintf support, that were were missing. 21 years ago
Bruce Momjian ca66797308 pgindent snprintf.c for consistency. 21 years ago
Bruce Momjian 2306f63dea Fix snprintf for %*$. 21 years ago
Bruce Momjian fb7d212fbe Add CVS \r\n regression tests. 21 years ago
Bruce Momjian 888271ed15 Fix snprintf to handle %$ properly by storing and reordering the 21 years ago
Bruce Momjian 83e87e6f2e Add missing include for new lc_ctype_is_c() function. 21 years ago
Bruce Momjian 494f30c953 Prevent locale-aware handling of upper, lower, and initcap when the 21 years ago
Neil Conway 963ffe4cc4 Wrap the implementation of fork_process() inside #ifndef WIN32 -- this 21 years ago
Bruce Momjian 86ad33cd48 Update to 8.0.1. 21 years ago
Bruce Momjian 05be5cc4e0 Add: 21 years ago
Bruce Momjian d5bc23878a Update Win32 item: 21 years ago
Bruce Momjian 17c8276d24 Clean up win1252 documentation. Mention how we determine the number of 21 years ago
Bruce Momjian 2c4dea126a Issue free space notices to both the user and the server log file. 21 years ago
Tom Lane 28bcc344b5 Make pg_dump emit a useful error message, instead of just dumping core, 21 years ago