Commit Graph

14437 Commits (577759f8bf53cfaf7e24ee217933df2c882bedbf)
 

Author SHA1 Message Date
Tom Lane 577759f8bf Fix ancient memory leak in index_create(): RelationInitIndexAccessInfo 21 years ago
Tom Lane 19cc0c4faf plpgsql's exec_assign_value() freed the old value of a variable before 21 years ago
Tom Lane d4b7dfacfa The random selection in function linear() could deliver a value equal to max 21 years ago
Tatsuo Ishii 8154f06301 Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. 21 years ago
Tom Lane 7ef90f5aad Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not 21 years ago
Tom Lane cd48aa0e96 Push enable/disable of notify and catchup interrupts all the way down 21 years ago
Tom Lane 2e1229671a Add test to WAL replay to verify that xl_prev points back to the previous 21 years ago
Tom Lane 4f142baf37 expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1 21 years ago
Tatsuo Ishii 5454eb0456 Fix previous patch to exprTypmod. 21 years ago
Tatsuo Ishii 8f5702ebd5 Inserting 5 characters into char(10) does not produce 5 padding spaces 21 years ago
Tom Lane e3d0bd8d48 Guard against duplicate IDs in input file in SortTocFromFile(). 21 years ago
Tom Lane e5921b3230 Update release notes for upcoming re-releases. 21 years ago
Tom Lane dc9e82d0e6 Update release checklist to reflect that HISTORY and INSTALL don't 21 years ago
Tom Lane 54d314c93c The release process is now generating HISTORY/INSTALL on the fly in 21 years ago
Tom Lane ad12a7b9e2 Repair very-low-probability race condition between relation extension 21 years ago
Tom Lane 4beb9cd5eb Adjust time qual checking code so that we always check TransactionIdIsInProgress 21 years ago
Tom Lane 07e3879c95 Stamp release 7.3.10. 21 years ago
Tom Lane 5d0d60efe6 Make standalone backends ignore pg_database.datallowconn, so that there 21 years ago
Tom Lane ecbc6dd3e9 Alter the signature for encoding conversion functions to declare the 21 years ago
Neil Conway 0d8cdcfe88 GCC 4.0 includes a new warning option, -Wformat-literal, that emits 21 years ago
Neil Conway 8f54b05551 This patch fixes a bug in the error message emitted by pg_restore on an 21 years ago
Tom Lane 2cfb3b6d4d Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison 21 years ago
Tom Lane ca1e578d62 int_aggregate's int_enum() doesn't work correctly with arrays that 21 years ago
Tom Lane daa7e6604c Don't try to run clauseless index scans on index types that don't support 21 years ago
Tom Lane 7735c39aa0 Fix mis-display of negative fractional seconds in interval values for 21 years ago
Tom Lane aa4762e7c8 Don't try to constant-fold functions returning RECORD, since the optimizer 21 years ago
Tom Lane 536b3af7e3 Prevent to_char(interval) from dumping core on month-related formats 21 years ago
Tom Lane ce49ae9041 Previous "64-bit fix" for intagg didn't actually work. This is already 21 years ago
Neil Conway acb42e9cb9 Some builds (depends on crypto engine support?) of OpenSSL 21 years ago
Neil Conway 638eb4938c Update contrib/pgcrypto in 7.3 and 7.2 branches to avoid problems with 21 years ago
Tom Lane 013d778e32 Back-patch Neil's four additional buffer overrun checks. 21 years ago
Tom Lane d40cda00f5 Recommend security@postgresql.org as the contact point for security-related bugs. 21 years ago
Tom Lane 7929303d61 Stamp release 7.3.9. 21 years ago
Tom Lane 24162978b7 Make sure contrib C functions are marked strict where needed. 21 years ago
Tom Lane 1263d7b8d1 Check that aggregate creator has the right to execute the transition 21 years ago
Tom Lane 64e3271ebc Now that I look at it, int_array_enum() didn't work either. 21 years ago
Tom Lane 05dadca2a0 Fix security and 64-bit issues in contrib/intagg. This code could 21 years ago
Neil Conway 5036a19f68 Backpatch fix for buffer overrun in parsing refcursor parameters to 21 years ago
Tom Lane 483fa35176 Back-patch 8.0 version of plperl_hash_from_tuple() into prior releases 21 years ago
Neil Conway 38ab95f703 Mark the text_soundex() function as "strict", to avoid crashing on NULL 21 years ago
Tom Lane a23133a4d7 Disallow LOAD to non-superusers. Per report from John Heasman. 21 years ago
Tom Lane 48a1dc0d5c The result of a FULL or RIGHT join can't be assumed to be sorted by the 21 years ago
Tom Lane 76f13fe78d interval_out failed to mention 'ago' for negative intervals in SQL and 21 years ago
Tom Lane e333705b84 array_map failed to insert correct result type in an empty array. 21 years ago
Tom Lane bd677bb443 Back-patch fix for ALTER DATABASE failing to flush pg_database changes 21 years ago
Tom Lane eac07f1fd7 Fix off-by-one memory allocation, as reported by Rod Taylor. Also 21 years ago
Tom Lane 42a8068b5c Stamp release 7.3.8. 22 years ago
Tom Lane 0b83c1f272 Prevent pg_ctl from being run as root. Since it uses configuration files 22 years ago
Tom Lane d9c1e5e1c2 Back-patch make_oidjoins_check security improvement. 22 years ago
Tom Lane 78c0692b15 Repair possible failure to update hint bits back to disk, per 22 years ago