Commit Graph

21385 Commits (9507b560318127899423c7c618b83f810b230e80)
 

Author SHA1 Message Date
Bruce Momjian 9507b56031 Add: 20 years ago
Bruce Momjian 42b689aed4 More forcefully recommend MD5 over crypt authentication. 20 years ago
Andrew Dunstan 24fa8746ae Fix incorrect wording about function failure time on unsafe ops - these 20 years ago
Bruce Momjian 819159709f I have applied the following patch to document PQinitSSL() and 20 years ago
Tom Lane 18feafcc59 Ensure that a plpgsql LOOP with an empty body still executes at least 20 years ago
Tom Lane 7d3ab8ac55 A bit of minor copy-editing. 20 years ago
Tom Lane 55337e40b3 I've confirmed 8.1beta4 passes regression tests on all hardware platforms 20 years ago
PostgreSQL Daemon 106388fbe8 update configure and bugtemplate for beta 4 ... 20 years ago
Tom Lane c3a7b0577b Add a note about GNU tar's propensity to complain if a file changes 20 years ago
Tom Lane f72a342fb7 Copy-editing for recent documentation changes relevant to WAL, 20 years ago
Tom Lane 6d6c3722fb Make code for selecting default WAL sync method less confusing. 20 years ago
Tom Lane 96b85f1ccb Fix documentation to specify the correct range of timezone offsets for 20 years ago
Tom Lane 4d20df3c78 Temporarily disable Qingqing's Windows signal processing patch, so that 20 years ago
Alvaro Herrera 63aa492466 Fix typo. 20 years ago
Andrew Dunstan 188c52497d minor code cleanup - replace useless struct timezone argument to 20 years ago
Tom Lane 6aad07d270 Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing 20 years ago
Tom Lane fdff883aca Clean up autovacuum documentation, which was a bit out of sync with what 20 years ago
Tom Lane 9fc24f2bf6 Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we were 20 years ago
Tom Lane ef3b7cd328 Add an implicit cast from varchar to regclass, so that existing code 20 years ago
Tom Lane 5aad28a104 Add missing PQinitSSL and PQregisterThreadLock to exports.txt. 20 years ago
Tom Lane f8529779ee Update obsolete URL, per Chris. 20 years ago
Neil Conway d6707cb66e Minor PL/PgSQL doc tweak: use current_timestamp rather than now() in 20 years ago
Tom Lane 9bd7ed828e Clean up some obsolete statements about GiST indexes, and add a section 20 years ago
Tom Lane d1959f9ff6 Improve testlibpq3.c's example of PQexecParams() usage to include sending 20 years ago
Neil Conway 61abd9a3fb Minor tweak to libpq documentation: make "PREPARE" and "DEALLOCATE" xrefs. 20 years ago
Tom Lane 78ce809216 Postpone pg_timezone_initialize() until after creation of postmaster.pid, 20 years ago
Tom Lane c9de6b922e Document the behavior of GRANT/REVOKE in cases where the privilege is 20 years ago
Tom Lane 7218aab7a2 Adjust not-too-sane calculation of DDD value for to_char(interval). 20 years ago
Tom Lane 8130cbce96 Clean up md5.c to make it clearer that it is a frontend-and-backend 20 years ago
Tom Lane a5bd1d357a Make \d order a table's check constraints by constraint name instead 20 years ago
Tom Lane d9cb48786e Better solution to the problem of labeling whole-row Datums that are 20 years ago
Tom Lane 07908c9c37 Ensure that the Datum generated from a whole-row Var contains valid 20 years ago
Tom Lane 32fcfcdbd6 Fix oversight in recent changes to enable the 'physical tlist' 20 years ago
Tom Lane b33a732264 Improve trace_sort code to also show the total memory or disk space used. 20 years ago
Andrew Dunstan 48f3d77858 replace use of predefined perl vars $a and $b with $x and $y - per Greg Sabino Mullane 20 years ago
Tom Lane a33fadfd6d Add an entry to the discussion of regression test failures about the 20 years ago
Tom Lane 220f2a7d15 Code review for regexp_replace patch. Improve documentation and comments, 20 years ago
Tom Lane 800af89004 Code review for spi_query/spi_fetchrow patch: handle errors sanely, 20 years ago
Joe Conway 056eb1412c When a cursor is opened using dblink_open, only start a transaction 20 years ago
Tom Lane c62b29a603 Fix several contrib makefiles that failed in VPATH builds, particularly 20 years ago
Tom Lane 23836fb1fb A few trivial code cleanups motivated by reading warnings generated 20 years ago
Tom Lane d330f1554d Clean up libpq's pollution of application namespace by renaming the 20 years ago
Tom Lane 8ffdcbf23b Add note that some versions of OS X require SHMMAX to be an exact multiple 20 years ago
Bruce Momjian 649e74bf90 Add space after description. 20 years ago
Bruce Momjian 98d5f4e574 kerberos error message: localhost -> server hostname 20 years ago
Tom Lane ad148c4154 Suppress warnings on platforms where fprintf is a macro (eg, recent 20 years ago
Tom Lane b562639561 Fix bogus error test in get_ti_Oid(). 20 years ago
Tom Lane 0631059c9c Fix unportable struct initializations. 20 years ago
Neil Conway 2c19629f93 Remove a long comment from cvs.sgml -- AFAICS this is no longer useful, 20 years ago
Neil Conway fc8f4bac0e Fix assorted typos in the documentation, and use American spelling 20 years ago