Commit Graph

21533 Commits (832bcfef55e160998fd1b46e3bf6cbbdeb23df15)
 

Author SHA1 Message Date
Bruce Momjian 832bcfef55 I reconfirmed MS-VC6. Thank you for wonderful correspondence. 20 years ago
Bruce Momjian df56447077 Release note wording improvements. 20 years ago
Bruce Momjian d4fa3a8c78 Wrap UTF-8 paragraph. 20 years ago
Bruce Momjian 9f389f7db9 Update wording of translation bug item. 20 years ago
Bruce Momjian 96a1732710 Stamp 8.1.1. 20 years ago
Bruce Momjian 4bafc1202a Update release notes for 8.1.1. 20 years ago
Bruce Momjian 5e6e9526c9 Update 8.1.X FAQs. 20 years ago
Bruce Momjian e2d7e03fb2 FAQ_AIX in 8.1.0 contains outdated information about how to deal with 20 years ago
Bruce Momjian 6c8e20ad1b there's a paragraph in the ALTER TABLE reference page that reads: 20 years ago
Bruce Momjian 8c52b34bc7 Remove empty heading row in error table. 20 years ago
Peter Eisentraut 061fecc50b Add missing translation marker 20 years ago
Bruce Momjian 6ae578d261 Add "Constant" column to error code table. 20 years ago
Peter Eisentraut ff4cc77bca Documentation fix: s/event_object_name/event_object_table/g 20 years ago
Tom Lane bafe47497a Fix bgwriter's failure to release buffer pins and open files after an 20 years ago
Bruce Momjian 7f155c3322 I recently received the Debian bug report below about missing iconv 20 years ago
Bruce Momjian 00b013b56e Add documentation about the inability of plpsql to use parameter names 20 years ago
Bruce Momjian a3e1e99674 Disble some Win32-specific code in win32-client-only builds: 20 years ago
Tom Lane 5ca6ab404d Fix incorrect SPI example, per Yoshihisa Nakano. 20 years ago
Bruce Momjian 95f1f192e8 Improve lazy vacuum wording. 20 years ago
Bruce Momjian 5db90cc645 Clarify vacuum lazy can shrink a file under certain circumstances. 20 years ago
Bruce Momjian c90f02316e Update iconv wording, per Peter. 20 years ago
Bruce Momjian 494d1f1497 Highlight diff idea for iconv. 20 years ago
Bruce Momjian 34dc4228cb iconv uses UTF-8, not UTF8. 20 years ago
Bruce Momjian ead868059b Document method of removing invalid UTF8 escape sequences from dump 20 years ago
Bruce Momjian 0ebd65ddd4 Since my name has a non-ascii-letter in it, it's often spelled wrong. In 20 years ago
Bruce Momjian 42860677a4 Add documentation on the use of *printf() macros and libintl. 20 years ago
Teodor Sigaev 3482b4597e Fix stupid bug with sizeof 20 years ago
Tom Lane 386f0e50ef In a nestloop inner indexscan, it's OK to use pushed-down baserestrictinfo 20 years ago
Tom Lane edae280e69 ecpg/pgtypeslib seems to need snprintf.c pulled in, too. 20 years ago
Tom Lane 24bc418969 Put undef's before extern declarations that need 'em, per Andrew Dunstan. 20 years ago
Bruce Momjian 4d870d5d8a Add comment on why pg *printf functions are used unconditionally on 20 years ago
Tom Lane f244c488fb Make Win32 build use our port/snprintf.c routines, instead of depending 20 years ago
Tom Lane dc68b9ec30 Add regression test to see if the min/max values of int8 convert correctly. 20 years ago
Tom Lane fcda95d987 Fix a rather sizable number of problems in our homegrown snprintf, such as 20 years ago
Tatsuo Ishii 3824460544 Two fixes from Tom Lan. See the posting "[PATCHES] A couple of 20 years ago
Tom Lane a9bdac055c Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX. 20 years ago
Bruce Momjian dfdec60447 Allow to_char(interval) and to_char(time) to use AM/PM specifications. 20 years ago
Tom Lane 4ed2e803ef Fix obsolete description of -h option, per Andreas Schmidt. 20 years ago
Michael Meskes 43a10d3a16 Added special handling of CONNECTION variable that is used by ECPG instead of given to the backend. 20 years ago
Tom Lane 2913b95308 Rearrange code in ExecInitBitmapHeapScan so that we don't initialize the 20 years ago
Tom Lane 3ece85f8bf Retry in FileRead and FileWrite if Windows returns ERROR_NO_SYSTEM_RESOURCES. 20 years ago
Tom Lane 963a811a67 Check for overflow in strtol() while parsing datetime inputs. 20 years ago
Neil Conway bc0b56c0fe Fix typo in PL/PgSQL documentation, per Chris KL. 20 years ago
Tom Lane 29ebf0df81 Rearrange code in pg_atoi() to avoid assuming that isspace() cannot 20 years ago
Tom Lane 2883fbb808 Tweak choose_bitmap_and() heuristics in the light of example provided in bug 20 years ago
Michael Meskes dd13bf167b - Made several variables "const char *" instead of "char *" as proposed by Qingqing Zhou <zhouqq@cs.toronto.edu>. 20 years ago
Tom Lane c4279b45fd Tweak hash join code to use an additional heuristic for deciding whether 20 years ago
Bruce Momjian fc9b777a79 Improve documentation for COALESCE and NULLIF. Add references for NVL 20 years ago
Alvaro Herrera 8f105ad65c Install a more future-proof fix for the snapshot-unset bug just found. 20 years ago
Tom Lane 7e3cdc631e Recent changes to allow hash join to exit early given empty input from 20 years ago