Commit Graph

14455 Commits (0fa322a14eb09c8ca6c0fbbbc32d359ae9bc5197)
 

Author SHA1 Message Date
Tom Lane 0fa322a14e Pass a strdup'd ident string to openlog(), to ensure that reallocation 21 years ago
Tom Lane 10f14e6e0d Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark 21 years ago
Tom Lane ae049f191d Stamp release 7.3.11. 21 years ago
Tom Lane 69fbf4816b Update release notes for pending back-branch releases. 21 years ago
Teodor Sigaev ba5f900b3d Fix missing rows in query 21 years ago
Tom Lane 26f1202ca3 Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, 21 years ago
Tom Lane d5bd53c2c5 Remove registration message in all the supported back branches; 21 years ago
Tom Lane bec2f429af Reject operator names >= NAMEDATALEN characters. These will not work 21 years ago
Tom Lane f739566069 int_array_enum function should be using fcinfo->flinfo->fn_extra for 21 years ago
Tom Lane 76f39619d7 Fix bogus backslash sequences, per Kris Jurka. 21 years ago
Tom Lane 5394771580 MemSet() must not cast its pointer argument to int32* until after it has 21 years ago
Tom Lane 509741d3d5 Looks like cube_1 variant is also needed in 7.3 branch. 21 years ago
Tom Lane cb083b26d5 Adjust alter_table regression test to avoid conflicts with rangefuncs 21 years ago
Tom Lane 2401cfa155 Mark the geometry regression test as an ignorable failure in the pre-7.4 21 years ago
Tom Lane 24ede218a1 Fix bogus "extern int errno;" in back branches, per Andrew Dunstan. 21 years ago
Tom Lane f3d95f3c7f Fix mis-backport of libpq memory leak fix. Per Michael Fuhr. 21 years ago
Tom Lane 32f9bc6f7d Fix libpq memory leak during PQreset() --- closePGconn() was not 21 years ago
Tom Lane d53f22de86 Make libpq_gettext save and restore errno in a Windows-compatible way. 21 years ago
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