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