Commit Graph

14544 Commits (af6b2e30a463600a559700a67d1a97c0b2413258)
 

Author SHA1 Message Date
Tom Lane 76dc24091f Remove unnecessary .seg/.section directives, per Alan Stange. 20 years ago
Tom Lane 803d61a353 Fix ancient memory leak in PQprintTuples(); our code no longer uses this 20 years ago
Tatsuo Ishii 342fae3dc5 Minor teak. 20 years ago
Tatsuo Ishii 52c4e32d5f Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte 20 years ago
Neil Conway 11b3472672 Fix three Python reference leaks in PLy_traceback(). This would result 20 years ago
Neil Conway 0c853662bd Patch from Marko Kreen: 20 years ago
Tom Lane eb46ad568d Stamp 7.3.14. 20 years ago
Tom Lane ee7c1a3fd4 Update release notes. 20 years ago
Tom Lane 118f54d06d Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash 20 years ago
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 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