Commit Graph

14176 Commits (d5dd9dbbfe68962c67a40fa9bc08678d83777a2c)

Author SHA1 Message Date
Neil Conway f30c76ce8d Adjust CREATE TRIGGER and ALTER TABLE ... ADD FOREIGN KEY to acquire 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
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
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
Tom Lane 57fdb2b0d8 Update obsolete comment. 21 years ago
Neil Conway 72cbc5982d Trivial comment tweak. 21 years ago
Bruce Momjian 7111a14fba Factor duplicate snprintf code into functions. 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 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
Bruce Momjian e7fb9f18bf Add support for Win1252 encoding. 21 years ago
Bruce Momjian 2b0bb797ec Bump minor version numbers for 8.1 compared to 8.0. 21 years ago
Tom Lane a9b05bdc83 Avoid O(N^2) overhead in repeated nocachegetattr calls when columns of 21 years ago
Neil Conway c069655441 Allow ALTER FUNCTION to change a function's strictness, volatility, and 21 years ago
Bruce Momjian 41e2a80f57 Update comments for new encoding names. 21 years ago
Tom Lane bb4c88c29a Add missing identification comment, remove entirely inappropriate include 21 years ago
Tom Lane db5ea2c5cb Add some missing #includes. 21 years ago
Tom Lane dffbbb3e55 Forgot that I had intended to replace division by masking in hash calculation. 21 years ago
Neil Conway ff02d0a052 Make default_with_oids default to false -- user-created tables will now 21 years ago
Neil Conway 9423383748 Update obsolete comment. 21 years ago
Bruce Momjian ee1bd33dd0 Document aliases for our supported encodings. 21 years ago