Commit Graph

27968 Commits (57b5984d241c00bb8362881a14cc566fbb4869e3)
 

Author SHA1 Message Date
Tom Lane 57b5984d24 Minor wordsmithing. 17 years ago
Magnus Hagander 2e371183ee Loop calling CallNamedPipe() several times in case it fails, 17 years ago
Tom Lane 3f7626e9f2 A couple of marginal performance hacks for the information_schema views: 17 years ago
Tom Lane ca5646fc82 Fix UNLISTEN to fall out quickly if the current backend has never executed 17 years ago
Andrew Dunstan 30735adfe4 do not use unsetenv.c on mingw 17 years ago
Peter Eisentraut 71936fc5eb The Czech (cs_CZ) and Slovak (sk_SK) locales sort numbers after letters, 17 years ago
Peter Eisentraut c1c1886d82 Unset language-related locale settings in any case, otherwise psql will 17 years ago
Bruce Momjian eee82d44bd Remove tabs from SGML. 17 years ago
Magnus Hagander b31d0719fb Don't call SetEnvironmentVariable() when removing an environment variable, 17 years ago
Tom Lane 6d1e361852 Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically 17 years ago
Tom Lane 68d95f12e7 Tweak configure to attempt to add -qnoansialias to CFLAGS whenever running 17 years ago
Alvaro Herrera 787020fd3d Improve psql \d+ to show TOAST reloptions too. Per complaint from 17 years ago
Peter Eisentraut 20a43b16b4 Only unset the locale environment when --no-locale is used (the way it was 17 years ago
Bruce Momjian 715ea2bf18 Clarify PQinitSSL() documentation to mention what the argument controls. 17 years ago
Peter Eisentraut 8b9dd6b5fd Support for KOI8U encoding 17 years ago
Peter Eisentraut 1cb54c2860 Remove the encoding *numbers* from the comments. They are useless, and 17 years ago
Peter Eisentraut 06941da30b Add possibility to generate only some files, by passing command-line 17 years ago
Bruce Momjian b79e374519 Update wording of how to prevent pg_dump from affecting statistics 17 years ago
Tom Lane 8205258fa6 Adopt Bob Jenkins' improved hash function for hash_any(). This changes the 17 years ago
Alvaro Herrera 834a6da4f7 Update autovacuum to use reloptions instead of a system catalog, for 17 years ago
Bruce Momjian 57b10ebcd4 Fix spelling error in docs. 17 years ago
Tom Lane 3d02cae310 Ensure that INSERT ... SELECT into a table with OIDs never copies row OIDs 17 years ago
Bruce Momjian 053835d334 Document that LIMIT NULL is the same as no LIMIT clause. 17 years ago
Bruce Momjian 97072ad80c Remove documentation mention that hash indexes perform no better than 17 years ago
Bruce Momjian 0c0d652031 Uppercase CHECK mention in relchecks documentation mention. 17 years ago
Bruce Momjian e795b56322 ecpg requires libpq; add Makefile rules to require libpq to be built 17 years ago
Bruce Momjian 952fe78a05 Properly wrap new pg_dump doc text. 17 years ago
Bruce Momjian ec48770e0c Update pg_constraint.conkey documentation description. 17 years ago
Bruce Momjian d54ae17b63 Document disabling the statistics collector pg_dump activity, and give a 17 years ago
Bruce Momjian 65b731bd9d Fix to_timestamp() to not require upper/lower case matching for meridian 17 years ago
Heikki Linnakangas b75b66332a Fix obsolete comment. Zdenek Kotala 17 years ago
Peter Eisentraut a3a7d47275 Set column privileges to supported 17 years ago
Tom Lane c473d92351 Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join 17 years ago
Tom Lane c87c31f10b Ooops, forgot to update COPY reference page to mention column privileges. 17 years ago
Tom Lane 7449427a1e Clean up some loose ends from the column privileges patch: add 17 years ago
Bruce Momjian 0274e1b949 Fix typo in docs. 17 years ago
Bruce Momjian 3d1a1eeddb Document ways to avoid libpq WSACleanup() overhead on Windows. 17 years ago
Bruce Momjian 8c78f8e65c Add PL/PgSQL FOUND and GET DIAGNOSTICS support for RETURN QUERY 17 years ago
Michael Meskes 78cbd49826 Mixing long and int entries of a union only works on some architectures. 17 years ago
Tom Lane 244f649261 Fix an old corner-case error in match_unsorted_outer(): don't consider 17 years ago
Alvaro Herrera d1cf27a8ee Fix some SGML-compiler warnings on -wxml mode. 17 years ago
Bruce Momjian d8a30eca2e Update read committed documentation to better explain undesirable 17 years ago
Michael Meskes 649a1252b7 Added result checks for calls to gmtime(). 17 years ago
Michael Meskes 08ffa78483 Argh, wrong line copied again. 17 years ago
Michael Meskes efd019fc94 Fixed copy&paste mistake that made library use uninitialized variable. 17 years ago
Andrew Dunstan b5d23f28ce allow alternative names for tclsh used on Windows 17 years ago
Tom Lane 623cf5edec Add a failure check for syslogger's use of _beginthreadex(), and remove 17 years ago
Tom Lane c242502005 Document the longstanding behavior of LIMIT NULL and OFFSET NULL, 17 years ago
Tom Lane c401a5ce58 Fix plpgsql to not treat INSERT INTO as an INTO-variables clause anywhere 17 years ago
Andrew Dunstan 775f1b379e Provide for parallel restoration from a custom format archive. Each data and 17 years ago