aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add missing PQinitSSL and PQregisterThreadLock to exports.txt.Tom Lane2005-10-21
* Update obsolete URL, per Chris.Tom Lane2005-10-21
* Minor PL/PgSQL doc tweak: use current_timestamp rather than now() inNeil Conway2005-10-21
* Clean up some obsolete statements about GiST indexes, and add a sectionTom Lane2005-10-21
* Improve testlibpq3.c's example of PQexecParams() usage to include sendingTom Lane2005-10-20
* Minor tweak to libpq documentation: make "PREPARE" and "DEALLOCATE" xrefs.Neil Conway2005-10-20
* Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane2005-10-20
* Document the behavior of GRANT/REVOKE in cases where the privilege isTom Lane2005-10-20
* Adjust not-too-sane calculation of DDD value for to_char(interval).Tom Lane2005-10-20
* Clean up md5.c to make it clearer that it is a frontend-and-backendTom Lane2005-10-20
* Make \d order a table's check constraints by constraint name insteadTom Lane2005-10-20
* Better solution to the problem of labeling whole-row Datums that areTom Lane2005-10-19
* Ensure that the Datum generated from a whole-row Var contains validTom Lane2005-10-19
* Fix oversight in recent changes to enable the 'physical tlist'Tom Lane2005-10-19
* Improve trace_sort code to also show the total memory or disk space used.Tom Lane2005-10-18
* replace use of predefined perl vars $a and $b with $x and $y - per Greg Sabin...Andrew Dunstan2005-10-18
* Add an entry to the discussion of regression test failures about theTom Lane2005-10-18
* Code review for regexp_replace patch. Improve documentation and comments,Tom Lane2005-10-18
* Code review for spi_query/spi_fetchrow patch: handle errors sanely,Tom Lane2005-10-18
* When a cursor is opened using dblink_open, only start a transactionJoe Conway2005-10-18
* Fix several contrib makefiles that failed in VPATH builds, particularlyTom Lane2005-10-18
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-18
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Add note that some versions of OS X require SHMMAX to be an exact multipleTom Lane2005-10-16
* Add space after description.Bruce Momjian2005-10-16
* kerberos error message: localhost -> server hostnameBruce Momjian2005-10-15
* Suppress warnings on platforms where fprintf is a macro (eg, recentTom Lane2005-10-15
* Fix bogus error test in get_ti_Oid().Tom Lane2005-10-15
* Fix unportable struct initializations.Tom Lane2005-10-15
* Remove a long comment from cvs.sgml -- AFAICS this is no longer useful,Neil Conway2005-10-15
* Fix assorted typos in the documentation, and use American spellingNeil Conway2005-10-15
* Fix thinko in pg_read_file: testing for negative result is not the wayTom Lane2005-10-15
* Update 'supported platforms' list with current buildfarm results.Tom Lane2005-10-15
* Fix kerberos description: localhost -> server hostname.Bruce Momjian2005-10-15
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Update pgindent typedef list.Bruce Momjian2005-10-15
* Merge some user-submitted suggestions for improvement into theNeil Conway2005-10-15
* Fix typo.Alvaro Herrera2005-10-15
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-14
* fix nonsensical summary row on exampleAndrew Dunstan2005-10-14
* Pass a strdup'd ident string to openlog(), to ensure that reallocationTom Lane2005-10-14
* Allow times of 24:00:00 to match rounding behavior:Bruce Momjian2005-10-14
* Add documentation mentioning that there are separate regression testsTom Lane2005-10-13
* Improve documentation about CREATEROLE privilege.Tom Lane2005-10-13
* Fix uppercase TRUE/FALSE that are WIN32 stuffl.Bruce Momjian2005-10-13
* Update regression output for new prepare transaction error messages.Bruce Momjian2005-10-13
* Make stack_base_ptr non-static, for PL/Java.Bruce Momjian2005-10-13
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-13
* Update krb_server_name to document that a missing entry defaults toBruce Momjian2005-10-13
* Update documentation to reflect the new ALTER OWNER rules for allTom Lane2005-10-13