summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-24Fix incorrect wording about function failure time on unsafe ops - theseAndrew Dunstan
2005-10-24I have applied the following patch to document PQinitSSL() andBruce Momjian
2005-10-24Ensure that a plpgsql LOOP with an empty body still executes at leastTom Lane
2005-10-23A bit of minor copy-editing.Tom Lane
2005-10-23I've confirmed 8.1beta4 passes regression tests on all hardware platformsTom Lane
2005-10-22update configure and bugtemplate for beta 4 ...REL8_1_0BETA4PostgreSQL Daemon
2005-10-22Add a note about GNU tar's propensity to complain if a file changesTom Lane
2005-10-22Copy-editing for recent documentation changes relevant to WAL,Tom Lane
2005-10-22Make code for selecting default WAL sync method less confusing.Tom Lane
2005-10-22Fix documentation to specify the correct range of timezone offsets forTom Lane
2005-10-22Temporarily disable Qingqing's Windows signal processing patch, so thatTom Lane
2005-10-22Fix typo.Alvaro Herrera
2005-10-22minor code cleanup - replace useless struct timezone argument toAndrew Dunstan
2005-10-21Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doingTom Lane
2005-10-21Clean up autovacuum documentation, which was a bit out of sync with whatTom Lane
2005-10-21Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we wereTom Lane
2005-10-21Add an implicit cast from varchar to regclass, so that existing codeTom Lane
2005-10-21Add missing PQinitSSL and PQregisterThreadLock to exports.txt.Tom Lane
2005-10-21Update obsolete URL, per Chris.Tom Lane
2005-10-21Minor PL/PgSQL doc tweak: use current_timestamp rather than now() inNeil Conway
2005-10-21Clean up some obsolete statements about GiST indexes, and add a sectionTom Lane
2005-10-20Improve testlibpq3.c's example of PQexecParams() usage to include sendingTom Lane
2005-10-20Minor tweak to libpq documentation: make "PREPARE" and "DEALLOCATE" xrefs.Neil Conway
2005-10-20Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane
2005-10-20Document the behavior of GRANT/REVOKE in cases where the privilege isTom Lane
2005-10-20Adjust not-too-sane calculation of DDD value for to_char(interval).Tom Lane
2005-10-20Clean up md5.c to make it clearer that it is a frontend-and-backendTom Lane
2005-10-20Make \d order a table's check constraints by constraint name insteadTom Lane
2005-10-19Better solution to the problem of labeling whole-row Datums that areTom Lane
2005-10-19Ensure that the Datum generated from a whole-row Var contains validTom Lane
2005-10-19Fix oversight in recent changes to enable the 'physical tlist'Tom Lane
2005-10-18Improve trace_sort code to also show the total memory or disk space used.Tom Lane
2005-10-18replace use of predefined perl vars $a and $b with $x and $y - per Greg Sabin...Andrew Dunstan
2005-10-18Add an entry to the discussion of regression test failures about theTom Lane
2005-10-18Code review for regexp_replace patch. Improve documentation and comments,Tom Lane
2005-10-18Code review for spi_query/spi_fetchrow patch: handle errors sanely,Tom Lane
2005-10-18When a cursor is opened using dblink_open, only start a transactionJoe Conway
2005-10-18Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane
2005-10-18A few trivial code cleanups motivated by reading warnings generatedTom Lane
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2005-10-16Add note that some versions of OS X require SHMMAX to be an exact multipleTom Lane
2005-10-16Add space after description.Bruce Momjian
2005-10-15kerberos error message: localhost -> server hostnameBruce Momjian
2005-10-15Suppress warnings on platforms where fprintf is a macro (eg, recentTom Lane
2005-10-15Fix bogus error test in get_ti_Oid().Tom Lane
2005-10-15Fix unportable struct initializations.Tom Lane
2005-10-15Remove a long comment from cvs.sgml -- AFAICS this is no longer useful,Neil Conway
2005-10-15Fix assorted typos in the documentation, and use American spellingNeil Conway
2005-10-15Fix thinko in pg_read_file: testing for negative result is not the wayTom Lane
2005-10-15Update 'supported platforms' list with current buildfarm results.Tom Lane