Commit Graph

15461 Commits (5bdefc83a85a44abdfd22ba4f459eb1d1eefcc04)

Author SHA1 Message Date
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
Tom Lane 088ef257fe Repair insufficiently careful type checking for SQL-language functions: 19 years ago
Peter Eisentraut 139e4a2635 Translation updates 19 years ago
Tom Lane 6c74f05cf2 Repair oversights in the mechanism used to store compiled plpgsql functions. 19 years ago
Tom Lane 458e9169d6 Add SPI_push/SPI_pop calls so that datatype input and output functions called 19 years ago
Tom Lane 5e6c06f040 Correct an old logic error in btree page splitting: when considering a split 19 years ago
Tom Lane 722ad326f1 Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during 19 years ago
Tom Lane 03d1281477 Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on the same 19 years ago
Tom Lane 212df03ac9 Relax an Assert() that has been found to be too strict in some situations 19 years ago
Alvaro Herrera d8b5a71c51 Fix autovacuum to avoid leaving non-permanent Xids in non-connectable 19 years ago
Tom Lane 0069d7c36a Fix a performance problem in databases with large numbers of tables 19 years ago
Bruce Momjian 9b9758bb77 Stamp release 8.1.6. 19 years ago
Tom Lane 15888bf0c0 Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the 19 years ago
Tom Lane 34aabc2071 Modify local buffer management to request memory for local buffers in blocks 19 years ago
Tom Lane f1d8828e3c Repair bug #2839: the various ExecReScan functions need to reset 19 years ago
Tom Lane 95f6a47f1a Update timezone data to tzdata2006p zic distribution. It seems Western 19 years ago