| Age | Commit message (Expand) | Author |
| 2002-03-04 | Add Assert check to catch vsnprintf overrunning its buffer. (Seen to | Tom Lane |
| 2002-03-04 | Make port makefile slightly less crufty. | Tom Lane |
| 2002-03-04 | Fix very ancient breakage in alter-table tests: apparently, there was a | Tom Lane |
| 2002-03-04 | If presented db path has a trailing slash, remove it to avoid generating | Tom Lane |
| 2002-03-04 | Fix bug in extract/date_part for milliseconds/miscroseconds and | Tatsuo Ishii |
| 2002-03-04 | Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com. | Tom Lane |
| 2002-03-04 | Further work on elog cleanup: fix some bogosities in elog's logic about | Tom Lane |
| 2002-03-03 | Catcaches can now store negative entries as well as positive ones, to | Tom Lane |
| 2002-03-03 | Default server_min_messages is NOTICE. | Bruce Momjian |
| 2002-03-03 | Cause regression tests to pass again after elog changes. | Tom Lane |
| 2002-03-02 | Some kibitzing about appropriate elog levels for sinval messages. | Tom Lane |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2002-03-02 | Add code to allow profiling of backends on Linux: save and restore the | Tom Lane |
| 2002-03-02 | Don't bother to request SSL connection over a Unix socket, since the | Tom Lane |
| 2002-03-02 | Array slice extraction should produce a result array with index lower | Tom Lane |
| 2002-03-01 | User and database-specific session defaults for run-time configuration | Peter Eisentraut |
| 2002-03-01 | array_ref() should set isNull to false explicitly if it's not going to | Peter Eisentraut |
| 2002-03-01 | Fix thinko: cost_mergejoin must pay attention to which side of the | Tom Lane |
| 2002-03-01 | Add files for Unicode support. | Hiroshi Inoue |
| 2002-03-01 | Second thoughts dept: arrange to cache mergejoin scan selectivity | Tom Lane |
| 2002-03-01 | Teach planner about the idea that a mergejoin won't necessarily read | Tom Lane |
| 2002-02-27 | Tweak pg_exec_query_string so that we close down transaction command | Tom Lane |
| 2002-02-27 | #ifdef out pg_dump's check on whether a sequence's sequence_name field | Tom Lane |
| 2002-02-27 | Paranoia about data structure lifetime ... | Tom Lane |
| 2002-02-27 | Clean up BeginCommand and related routines. BeginCommand and EndCommand | Tom Lane |
| 2002-02-27 | Improve the handling of ODBC escape(a request from Marcelo Aceto). | Hiroshi Inoue |
| 2002-02-27 | Fix bug in COPY FROM when DELIMITER is not in ASCII range. | Tatsuo Ishii |
| 2002-02-26 | Restructure command-completion-report code so that there is just one | Tom Lane |
| 2002-02-26 | Implementation for cancelQuery by Grant Finnemore <grantf@guruhut.co.za> | Dave Cramer |
| 2002-02-26 | Use quote-marks to try to clarify a plpgsql error message, per | Tom Lane |
| 2002-02-25 | Tweak psql's \connect command to not downcase unquoted database and user | Tom Lane |
| 2002-02-25 | Fix for PAM error message display: | Bruce Momjian |
| 2002-02-25 | Add note that BLCKSZ must be a power of 2. | Tom Lane |
| 2002-02-25 | Add a large number of time zones to the lookup table. | Thomas G. Lockhart |
| 2002-02-25 | This patch will allow arbitrary levels of analyze / rewriting | Bruce Momjian |
| 2002-02-25 | I've attached a simple patch which should improve the performance of | Bruce Momjian |
| 2002-02-25 | Re-add equals documentation with CREATE DATABASE. | Bruce Momjian |
| 2002-02-25 | Remove documentation of equals in CREATE DATABASE. Mention removal of | Bruce Momjian |
| 2002-02-24 | Fix bogus createdb option syntax recommended by initlocation message. | Tom Lane |
| 2002-02-24 | Add -O/--owner switch to createdb script, in support of new OWNER option | Tom Lane |
| 2002-02-24 | Modify pg_dumpall so that output script uses new OWNER option of CREATE | Tom Lane |
| 2002-02-24 | Add OWNER option to CREATE DATABASE, so superusers can create databases | Tom Lane |
| 2002-02-24 | compiles correctly but still doesn't work with jdk 1.4 | Dave Cramer |
| 2002-02-24 | pgindent copy.c. Patch wasn't in proper format. | Bruce Momjian |
| 2002-02-24 | Free files on dir open failure in COPY. | Bruce Momjian |
| 2002-02-23 | OK'ed by Peter. | Bruce Momjian |
| 2002-02-23 | Add fstat / S_ISDIR checks to make sure we're not trying to use a | Bruce Momjian |
| 2002-02-23 | Feature patch per prev thread for --with-tcl, only affects AIX | Bruce Momjian |
| 2002-02-23 | Guard against createdb --location=PGDATA foo; without this, the code | Tom Lane |
| 2002-02-23 | Heimdal support (Kerberos V implementation from KTH) | Peter Eisentraut |