Commit Graph

21700 Commits (a5884d5dc84b7af3f00b10dc7a8a1bb62843891c)
 

Author SHA1 Message Date
Tatsuo Ishii 5343bcadd6 Fix for rearranging encoding id ISO-8859-5 to ISO-8859-8. 20 years ago
Tom Lane 13d954d744 Fix make_relative_path() to support cases where target_path and bin_path 20 years ago
Tom Lane e6242ba176 Adjust string comparison so that only bitwise-equal strings are considered 20 years ago
Bruce Momjian f545a05704 Update interval documenation to mention the storage system used. 20 years ago
Bruce Momjian 14e9a17f0a Add documentation example of using interval multiplication with 'days'. 20 years ago
Bruce Momjian 2469b99665 Add additional example for interval multiplication. 20 years ago
Teodor Sigaev dacf7e774d Fix word's length in pg_regexec call 20 years ago
Tom Lane ba7fd49de5 Defend against crash while processing Describe Statement or Describe Portal 20 years ago
Tom Lane 599e225c11 Fix problem with whole-row Vars referencing sub-select outputs, per 20 years ago
Tom Lane f23e9f7a54 Teach deparsing of CASE expressions to cope with the simplified forms 20 years ago
Tom Lane 31a21e3df0 Remove incorrect increment of lineno, per David Fetter. 20 years ago
Peter Eisentraut 8c1fc987e4 Translation updates 20 years ago
Tom Lane a2fc8ca797 Add release notes for back branches (7.3 and up). 20 years ago
Bruce Momjian 24cea65634 Add documentation about the behavior of BEFORE triggers and referential 20 years ago
Bruce Momjian 2eed0afc0c Remove mention that history is _now_ automatically saved on exit. It 20 years ago
Tom Lane 9af49fcf87 Fix broken markup. 20 years ago
Tom Lane 49d0ac4472 Fix core dump in error path of plpgsql_parse_tripwordtype. Somebody 20 years ago
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