| Commit message (Expand) | Author | Age |
* | Default server_min_messages is NOTICE. | Bruce Momjian | 2002-03-03 |
* | 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 |
* | Array slice extraction should produce a result array with index lower | Tom Lane | 2002-03-02 |
* | 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 |
* | 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-03-01 |
* | Tweak pg_exec_query_string so that we close down transaction command | 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 |
* | Fix bug in COPY FROM when DELIMITER is not in ASCII range. | Tatsuo Ishii | 2002-02-27 |
* | Restructure command-completion-report code so that there is just one | Tom Lane | 2002-02-26 |
* | Fix for PAM error message display: | Bruce Momjian | 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-25 |
* | Add OWNER option to CREATE DATABASE, so superusers can create databases | Tom Lane | 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-24 |
* | Add fstat / S_ISDIR checks to make sure we're not trying to use a | 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 | 2002-02-23 |
* | Save source of GUC settings, allowing different sources to be processed in | Peter Eisentraut | 2002-02-23 |
* | Make factorial(0) return 1, as per spec. | Bruce Momjian | 2002-02-23 |
* | Avoid failures in cash_out and cash_words for INT_MIN. | Tom Lane | 2002-02-19 |
* | Add casts to suppress gcc warnings on Solaris (where apparently pid_t | Tom Lane | 2002-02-19 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 |
* | Remove some unnecessary pqsignal() calls to shave a few cycles off | Tom Lane | 2002-02-19 |
* | Arrange to call localtime() during postmaster startup. On most Unixen, | Tom Lane | 2002-02-19 |
* | Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves one | Tom Lane | 2002-02-19 |
* | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 |
* | Replace number-of-distinct-values estimator equation, per recent | Tom Lane | 2002-02-18 |
* | Remove MAX/MIN() macros, use c.h Max/Min() instead. | Bruce Momjian | 2002-02-18 |
* | Disable LIMIT #,# syntax, as agreed to months ago. Print message saying | Bruce Momjian | 2002-02-18 |
* | Reorder postgresql.conf WAL section to be clearer. | Bruce Momjian | 2002-02-18 |
* | Don't mention TIOGA in Makefile and move strdup.c rule into proper | Bruce Momjian | 2002-02-18 |
* | Add better error text: | Bruce Momjian | 2002-02-18 |
* | Ensure that a cursor is scanned under the same scanCommandId it was | Tom Lane | 2002-02-14 |
* | Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms. | Tom Lane | 2002-02-12 |
* | Modify COPY TO to emit carriage returns and newlines as backslash escapes | Tom Lane | 2002-02-12 |
* | Tweak GiST code to work correctly on machines where 8-byte alignment | Tom Lane | 2002-02-11 |
* | Fix for old FreeBSD versions that don't have RTLD_GLOBAL | Peter Eisentraut | 2002-02-11 |
* | Repair problems with EvalPlanQual where target table is scanned as | Tom Lane | 2002-02-11 |
* | Don't Assert() that fsync() and close() never fail; I have seen this | Tom Lane | 2002-02-10 |
* | Move sys/types.h to top, for hiroyuki hanai/ FreeBSD. | Bruce Momjian | 2002-02-08 |