Commit Graph

14585 Commits (REL7_3_STABLE)
 

Author SHA1 Message Date
Bruce Momjian da91fde3e8 Update FAQ latest version 20 years ago
Bruce Momjian c551fd362e Stamp releases for 2006-02-14 release 20 years ago
Bruce Momjian db4534e31f Update release notes for 2006-02-14 release 20 years ago
Tom Lane 3cbc8b6fb4 Repair longstanding bug in slru/clog logic: it is possible for two backends 20 years ago
Tom Lane a6cc7db9a6 Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by 20 years ago
Tom Lane 158c7f32b4 Use a more bulletproof test for whether finite() and isinf() are present. 20 years ago
Tom Lane b4feb29e0d Fix pg_dump to add the required OPERATOR() decoration to schema-qualified 20 years ago
Tom Lane 88f2145326 Fix failure to apply domain constraints to a NULL constant that's added to 20 years ago
Tom Lane 751c4818bf Release-note updates and copy editing. 20 years ago
Tom Lane d3e91bd475 Generate back-branch configure scripts with the appropriate version of autoconf. 20 years ago
Bruce Momjian a93eb7cef2 New pgcrypto item wording. 20 years ago
Bruce Momjian e6e13b5da9 Wording improvements. 20 years ago
Bruce Momjian 7251950412 Improve markup. 20 years ago
Bruce Momjian 00214b611c *** empty log message *** 20 years ago
Bruce Momjian 44a3ad2ab0 Stamp release 7.3.13. 20 years ago
Tom Lane 040d3e63a7 Arrange to set the LC_XXX environment variables to match our locale setup. 20 years ago
Tom Lane 3abc36786b Add port support for unsetenv() in back branches. Needed for locale 20 years ago
Joe Conway 4e0f51f13d When the remote query result has a different number of columns 20 years ago
Tom Lane a74dc12416 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Tatsuo Ishii 951f2bdd23 Fix long standing Asian multibyte charsets bug. 20 years ago
Tom Lane cd726e1cf8 Adjust string comparison so that only bitwise-equal strings are considered 20 years ago
Tom Lane 660fcf0f67 Back-patch 7.4 change to show that freebsd 5 and up don't need 20 years ago
Tom Lane 93bcee8d4e Remove unused HAVE_STRUCT_SOCKCRED code, which was causing a duplicate- 20 years ago
Tom Lane fbb687fa1b Stamp 7.3.12. 20 years ago
Tom Lane 52d70a3088 Add release notes for back branches (7.3 and up). 20 years ago
Teodor Sigaev 85fc9ad4af Fix stupid bug with sizeof 20 years ago
Tom Lane 304b231e7b Add regression test to see if the min/max values of int8 convert correctly. 20 years ago
Bruce Momjian 62b91ec937 Properly document return value of strpos(). 20 years ago
Tom Lane 237afd453f Fix longstanding race condition in transaction log management: there was a 20 years ago
Tom Lane aaaacf0f6c Fix longstanding bug that would sometimes let the planner generate a bad plan 20 years ago
Tom Lane 0fa322a14e Pass a strdup'd ident string to openlog(), to ensure that reallocation 20 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