Commit Graph

15476 Commits (09bb3620872389ee1e759296d160f123726910ec)

Author SHA1 Message Date
Tom Lane 09bb362087 Allow numeric_fac() to be interrupted, since it can take quite a while for 19 years ago
Alvaro Herrera bac7d7b53b Avoid losing track of data for shared tables in pgstats. Report by Michael 19 years ago
Magnus Hagander 86c68fd0b2 Oops. Patch didn't work properly for 8.1, so don't backpatch a then-unused 19 years ago
Magnus Hagander ca82953745 On win32, retry reading when WSARecv returns WSAEWOULDBLOCK. There seem 19 years ago
Magnus Hagander cec960f2e3 On win32, don't use SO_REUSEADDR for TCP sockets. 19 years ago
Tom Lane 27918376f0 Fix erroneous error reporting for overlength input in text_date(), 19 years ago
Tom Lane dc9b57fcc8 Fix aboriginal bug in BufFileDumpBuffer that would cause it to write the 19 years ago
Tom Lane 38bbcb3888 Fix performance problems in multi-batch hash joins by ensuring that we select 19 years ago
Tom Lane 4c2158bf0c Fix overly-strict sanity check in BeginInternalSubTransaction that made it 19 years ago
Neil Conway 21b8d51de6 Fix a bug in input processing for the "interval" type. Previously, 19 years ago
Tom Lane 9ccf784833 Fix best_inner_indexscan to return both the cheapest-total-cost and 19 years ago
Michael Meskes 7b5d257ee1 Removed errant ISODOW 19 years ago
Michael Meskes 287671749c Backported fix from HEAD that removes superfluous function Vista has a problem with 19 years ago
Tom Lane 2df0eb1d57 Remove redundant logging of send failures when SSL is in use. While pqcomm.c 19 years ago
Alvaro Herrera cac0d6922f Avoid emitting empty role names in the GRANTED BY clause of GRANT ROLE 19 years ago
Tom Lane 5bdefc83a8 Fix a thinko in my patch of a couple months ago for bug #3116: it did the 19 years ago
Michael Meskes 56680bae08 Removed non-existant function from extern.h 19 years ago
Michael Meskes 72e6a18813 Inlined two functions to get rid of va_list prolems on some archs. 19 years ago
Tom Lane ca27e5ec4c Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan 19 years ago
Tom Lane fc52d13ca6 Support explicit placement of the temporary-table schema within search_path. 19 years ago
Tom Lane 2a1b76f046 Sync timezone data with 2007e zic release. 19 years ago
Tom Lane d184462ae0 Repair PANIC condition in hash indexes when a previous index extension attempt 19 years ago
Bruce Momjian 4938f2d6c0 Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 19 years ago
Peter Eisentraut 0f96720312 Translation updates 19 years ago
Tom Lane 400e512a38 Rewrite choose_bitmap_and() to make it more robust in the presence of 19 years ago
Magnus Hagander e434c9ab3d Don't write timing output in quiet mode. 19 years ago
Tom Lane e98de00da3 Rearrange mdsync() looping logic to avoid the problem that a sufficiently 19 years ago
Tom Lane 6c6b8f028a Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug 19 years ago
Tom Lane 40d7f86074 Fix check_sql_fn_retval to allow the case where a SQL function declared to 19 years ago
Tom Lane b190aae9ad Fix typo, ensable -> enable, per Steve Gieseking. 19 years ago
Tatsuo Ishii 96283327f3 Fix pg_wchar_table's maxmblen field of EUC_CN, EUC_TW, MULE_INTERNAL 19 years ago
Tom Lane 6c15622595 SPI_cursor_open failed to enforce that only read-only queries could be 19 years ago
Tom Lane 5f41ad2ccf Fix a longstanding bug in VACUUM FULL's handling of update chains. The code 19 years ago
Tom Lane 45ca0be21b Arrange to install a "posixrules" entry in our timezone database, so that 19 years ago
Alvaro Herrera 3cda014bf4 Fix a race condition that caused pg_database_size() and pg_tablespace_size() 19 years ago
Tom Lane 15c31ce09e Fix oversight in original coding of inline_function(): since 19 years ago
Tom Lane 3b14809f92 Fix markQueryForLocking() to work correctly in the presence of nested views. 19 years ago
Michael Meskes e9a97570fa Backported bug fix for #2956. 19 years ago
Tom Lane 355451be0e Fix portal management code to support non-default command completion tags for 19 years ago
Tom Lane 0990afb8e2 Restructure code that is responsible for ensuring that clauseless joins are 19 years ago
Tom Lane e6aa62ec14 Disallow committing a prepared transaction unless we are in the same database 19 years ago
Magnus Hagander b8a26a6240 Fix for early log messages during postmaster startup getting lost when 19 years ago
Tom Lane d6e3ae48ef Fix an ancient logic error in plpgsql's exec_stmt_block: it thought it could 19 years ago
Tom Lane cd0d50466f Rearrange use of plpgsql_add_initdatums() so that only the parsing of a 19 years ago
Bruce Momjian 94bf5466b0 Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. 19 years ago
Tom Lane e41cb89a03 Fix an error in the original coding of holdable cursors: PersistHoldablePortal 19 years ago
Tom Lane c60125a9be Remove typmod checking from the recent security-related patches. It turns 19 years ago
Michael Meskes 7fd912e854 Backported va_list handling cleanup 19 years ago
Tom Lane 924c1d4ceb Stamp release 8.1.7. 19 years ago
Tom Lane 1f1f5efa82 Repair failure to check that a table is still compatible with a previously 19 years ago