Commit Graph

24720 Commits (77a41e71a3550a438e579da170db86c61bd61e4b)
 

Author SHA1 Message Date
Peter Eisentraut 16059d39a0 Replace some strncpy() by strlcpy(). 19 years ago
Peter Eisentraut f11aa82d03 Use memcpy() instead of strncpy() for copying into varlena structures. 19 years ago
Peter Eisentraut 4f64a07bee Add strlcat() from OpenBSD, to be used for replacing strncat and other 19 years ago
Tom Lane 5b706ba481 Fix an error in the original coding of holdable cursors: PersistHoldablePortal 19 years ago
Bruce Momjian 09f9553daf Update for 8.2.2 as most recent release. 19 years ago
Bruce Momjian 63b7afbe4f Update workding for daylight savings time. 19 years ago
Bruce Momjian a85a290dad Update timezone FAQ item: 19 years ago
Tom Lane a8c3f161fb Remove typmod checking from the recent security-related patches. It turns 19 years ago
Bruce Momjian 869585cc8f Split apart entries, one done now: 19 years ago
Tom Lane 28c3cd5c1c Fix typo in comment. 19 years ago
Tom Lane c76ed81513 Remove some dead code, per Heikki. 19 years ago
Peter Eisentraut 037f8413fa Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It 19 years ago
Tom Lane 56e59edd75 Fix a performance regression in 8.2: optimization of MIN/MAX into indexscans 19 years ago
Tom Lane 91e18dbbcc Docs updates for cross-type hashing. 19 years ago
Tom Lane 8076c8c7f0 Come to think of it, we should check that commutator pairs have the same 19 years ago
Tom Lane b259924e9f Not only did we agree that this 'hint' doesn't belong here, but the 19 years ago
Tom Lane ab05eedecc Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN cases 19 years ago
Bruce Momjian b70e536e4d Trim down environment variable instructions for Win32, backpatch to 8.2.X. 19 years ago
Bruce Momjian fdd4a1ff0d Updated TODO item: 19 years ago
Bruce Momjian fcbddea8b7 Modify: 19 years ago
Andrew Dunstan 00ade1dfcf Pass modern COPY syntax to backend, since copy (query) does not accept old syntax. Per complaint from Michael Fuhr. 19 years ago
Tom Lane 23c4978e6c Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to 19 years ago
Tom Lane a2e092e1c7 Don't MAXALIGN in the checks to decide whether a tuple is over TOAST's 19 years ago
Bruce Momjian 03d442ca60 Add: 19 years ago
Bruce Momjian 1a476a6145 Update wording. 19 years ago
Bruce Momjian 43aa1e59f5 Add documentation for Windows on how to set an environment variable. 19 years ago
Bruce Momjian c29a0bd52c Change vacuum lazy "compacting" warning message to: 19 years ago
Bruce Momjian 1d6653ee80 Update URL for: 19 years ago
Bruce Momjian 28019984e9 Add: 19 years ago
Bruce Momjian 300c43e303 Add URLs for: 19 years ago
Bruce Momjian 1a641c0cee Document that a client-only install using: 19 years ago
Bruce Momjian b6f6284802 Add: 19 years ago
Peter Eisentraut 4c488e857e Update SQL conformance information about XML features. 19 years ago
Peter Eisentraut ec020e1ceb Implement XMLSERIALIZE for real. Analogously, make the xml to text cast 19 years ago
Bruce Momjian 25dc46334b Fix configure detection code when --with-ldap and --enable-thread-safety 19 years ago
Bruce Momjian b1b9c364cc Add patches thread for: 19 years ago
Bruce Momjian 635425d845 Add URL for: 19 years ago
Bruce Momjian 69b90c49bc Add: 19 years ago
Bruce Momjian 99be3fa3ee Add URL for: 19 years ago
Neil Conway b587bafef1 This patch changes the installscript for vcbuild to actually parse the 19 years ago
Neil Conway ee84009cb0 Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under 19 years ago
Michael Meskes 685523c420 Applied Magnus Hagander's patch to take away some compiler warnings. 19 years ago
Michael Meskes fc8115d42f Cleaned up va_list handling. Hopefully this now works on all archs. 19 years ago
Bruce Momjian 98df90013f Add: 19 years ago
Tom Lane bd01a4e3b7 Update release notes for security-related releases in all active branches. 19 years ago
Tom Lane 5413eef8dc Repair failure to check that a table is still compatible with a previously 19 years ago
Tom Lane f8eb75b673 Repair insufficiently careful type checking for SQL-language functions: 19 years ago
Tom Lane dc4c26c37e Fix broken markup. 19 years ago
Bruce Momjian f7e5ecb026 Add "May/Can/Might" section to error message style guidlines, and 19 years ago
Neil Conway 2576dd4dee Fix two more regression tests whose expected outputs were not updated 19 years ago