2005-10-25 |
Bruce Momjian | Update 24 hours/1 day distinction in release notes. |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Bruce Momjian | Change trace_sort to output to the log, rather than... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Bruce Momjian | Update the URL for "The Hitch-Hiker's Guide to Evolutio... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Bruce Momjian | IBM has addressed the socket address storage issue... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Bruce Momjian | More forcefully recommend MD5 over crypt authentication. |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Andrew Dunstan | Fix incorrect wording about function failure time on... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Bruce Momjian | I have applied the following patch to document PQinitSS... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Tom Lane | Ensure that a plpgsql LOOP with an empty body still... |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Tom Lane | A bit of minor copy-editing. |
commit | commitdiff | tree | snapshot |
2005-10-23 |
Tom Lane | I've confirmed 8.1beta4 passes regression tests on... |
commit | commitdiff | tree | snapshot |
2005-10-22 |
PostgreSQL... | update configure and bugtemplate for beta 4 ... REL8_1_0BETA4 |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Tom Lane | Add a note about GNU tar's propensity to complain if... |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Tom Lane | Copy-editing for recent documentation changes relevant... |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Tom Lane | Make code for selecting default WAL sync method less... |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Tom Lane | Fix documentation to specify the correct range of timez... |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Tom Lane | Temporarily disable Qingqing's Windows signal processin... |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Alvaro Herrera | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-10-22 |
Andrew Dunstan | minor code cleanup - replace useless struct timezone... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Tom Lane | Improve performance of CHECK_FOR_INTERRUPTS() macro... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Tom Lane | Clean up autovacuum documentation, which was a bit... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Tom Lane | Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: althou... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Tom Lane | Add an implicit cast from varchar to regclass, so that... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Tom Lane | Add missing PQinitSSL and PQregisterThreadLock to expor... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Tom Lane | Update obsolete URL, per Chris. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Neil Conway | Minor PL/PgSQL doc tweak: use current_timestamp rather... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Tom Lane | Clean up some obsolete statements about GiST indexes... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Tom Lane | Improve testlibpq3.c's example of PQexecParams() usage... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Neil Conway | Minor tweak to libpq documentation: make "PREPARE"... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Tom Lane | Postpone pg_timezone_initialize() until after creation... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Tom Lane | Document the behavior of GRANT/REVOKE in cases where... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Tom Lane | Adjust not-too-sane calculation of DDD value for to_cha... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Tom Lane | Clean up md5.c to make it clearer that it is a frontend... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
Tom Lane | Make \d order a table's check constraints by constraint... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Tom Lane | Better solution to the problem of labeling whole-row... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Tom Lane | Ensure that the Datum generated from a whole-row Var... |
commit | commitdiff | tree | snapshot |
2005-10-19 |
Tom Lane | Fix oversight in recent changes to enable the 'physical... |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Tom Lane | Improve trace_sort code to also show the total memory... |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Andrew Dunstan | replace use of predefined perl vars $a and $b with... |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Tom Lane | Add an entry to the discussion of regression test failu... |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Tom Lane | Code review for regexp_replace patch. Improve document... |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Tom Lane | Code review for spi_query/spi_fetchrow patch: handle... |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Joe Conway | When a cursor is opened using dblink_open, only start... |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Tom Lane | Fix several contrib makefiles that failed in VPATH... |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Tom Lane | A few trivial code cleanups motivated by reading warnin... |
commit | commitdiff | tree | snapshot |
2005-10-17 |
Tom Lane | Clean up libpq's pollution of application namespace... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Tom Lane | Add note that some versions of OS X require SHMMAX... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Bruce Momjian | Add space after description. |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Bruce Momjian | kerberos error message: localhost -> server hostname |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Tom Lane | Suppress warnings on platforms where fprintf is a macro... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Tom Lane | Fix bogus error test in get_ti_Oid(). |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Tom Lane | Fix unportable struct initializations. |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Neil Conway | Remove a long comment from cvs.sgml -- AFAICS this... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Neil Conway | Fix assorted typos in the documentation, and use Americ... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Tom Lane | Fix thinko in pg_read_file: testing for negative result... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Tom Lane | Update 'supported platforms' list with current buildfar... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Bruce Momjian | Fix kerberos description: localhost -> server hostname. |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Bruce Momjian | Standard pgindent run for 8.1. |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Bruce Momjian | Update pgindent typedef list. |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Neil Conway | Merge some user-submitted suggestions for improvement... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Alvaro Herrera | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Tom Lane | Fix syslog bug: if any messages are emitted to write_sy... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Andrew Dunstan | fix nonsensical summary row on example |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Tom Lane | Pass a strdup'd ident string to openlog(), to ensure... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Bruce Momjian | Allow times of 24:00:00 to match rounding behavior: |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Tom Lane | Add documentation mentioning that there are separate... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Tom Lane | Improve documentation about CREATEROLE privilege. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Fix uppercase TRUE/FALSE that are WIN32 stuffl. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Update regression output for new prepare transaction... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Make stack_base_ptr non-static, for PL/Java. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | This makes the error messages for PREPARE TRANSACTION... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Update krb_server_name to document that a missing entry... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Tom Lane | Update documentation to reflect the new ALTER OWNER... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Tom Lane | Describe the behavior of the SQL_ASCII encoding more... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Tom Lane | Adjust the discussion of triggers to more clearly guide... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | The patch updates the documentation to reflect the... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Enable threaded python builds on freebsd5, per report... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Peter Eisentraut | Turn off list of tables, figures, and examples. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Tom Lane | Go back to emitting path names with forward slashes... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Back out this because of fear of changing error strings: |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | This makes the error messages for PREPARE TRANSACTION... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Rewording, use the more common multi-threaded/single... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Clarify causes of possible mismatch between Win32 libra... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Some additional doc changes based around compression... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Mark xslt_process() as volatile. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Use get_progname() in backend main.c, rather than port... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Tom Lane | Fix small oversight in recent patch to add more CREATE... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Change xpath_table() and xslt_process() from IMMUTABLE... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Fix capitalization of example. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Neil Conway | Remove an antiquated comment. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Neil Conway | Add a comment describing the requirement that pointers... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Update trigger demo to reflect new trigger ordering. |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Remove extra <para> |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bruce Momjian | Update: |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Tom Lane | Don't try to remove duplicate OR-subclauses in create_b... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Tom Lane | Fix spelling error, per Michael Fuhr. |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Bruce Momjian | Remove item: |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Tom Lane | Fix longstanding bug found by Atsushi Ogawa: _bt_check_... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Tom Lane | Fix another recently-changed place that was messing... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Tom Lane | Do all accesses to shared buffer headers through volati... |
commit | commitdiff | tree | snapshot |
next |