Commit Graph

14506 Commits (4587cd42803dd59e5e8676fa00525cdec02f1ffa)
 

Author SHA1 Message Date
Bruce Momjian 4587cd4280 Fix dbmirror for new backslash escaping: 20 years ago
Tom Lane fe090f0778 Back-patch 7.4-era fix for memory leak with SSL connections due to 20 years ago
Tom Lane 9e63275633 Back-port Postgres 7.4 spinlock code into 7.3 branch. This adds 20 years ago
Tom Lane 7769196fb5 Pre-8.0 branches need to cope with possibility that the system libc knows 20 years ago
Tom Lane e675978ff5 Stamp release 7.3.15. 20 years ago
Tom Lane 78e237e1e3 Update release notes for upcoming releases. 20 years ago
Bruce Momjian 502b68876c Stamp releases 7.3.15, 7.4.13, and 8.0.8. 20 years ago
Tom Lane e6f43f7786 Modify libpq's string-escaping routines to be aware of encoding considerations 20 years ago
Tom Lane 16e77740ea Add a new GUC parameter backslash_quote, which determines whether the SQL 20 years ago
Tom Lane 5c4de67044 Change the backend to reject strings containing invalidly-encoded multibyte 20 years ago
Bruce Momjian 583a472f7b Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, 20 years ago
Tom Lane 506747337b Fix the sense of the test on DH_check()'s return value. This was preventing 20 years ago
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