aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Default server_min_messages is NOTICE.Bruce Momjian2002-03-03
* Some kibitzing about appropriate elog levels for sinval messages.Tom Lane2002-03-02
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Add code to allow profiling of backends on Linux: save and restore theTom Lane2002-03-02
* Array slice extraction should produce a result array with index lowerTom Lane2002-03-02
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* array_ref() should set isNull to false explicitly if it's not going toPeter Eisentraut2002-03-01
* Fix thinko: cost_mergejoin must pay attention to which side of theTom Lane2002-03-01
* Second thoughts dept: arrange to cache mergejoin scan selectivityTom Lane2002-03-01
* Teach planner about the idea that a mergejoin won't necessarily readTom Lane2002-03-01
* Tweak pg_exec_query_string so that we close down transaction commandTom Lane2002-02-27
* Paranoia about data structure lifetime ...Tom Lane2002-02-27
* Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane2002-02-27
* Fix bug in COPY FROM when DELIMITER is not in ASCII range.Tatsuo Ishii2002-02-27
* Restructure command-completion-report code so that there is just oneTom Lane2002-02-26
* Fix for PAM error message display:Bruce Momjian2002-02-25
* Add a large number of time zones to the lookup table.Thomas G. Lockhart2002-02-25
* This patch will allow arbitrary levels of analyze / rewritingBruce Momjian2002-02-25
* I've attached a simple patch which should improve the performance ofBruce Momjian2002-02-25
* Re-add equals documentation with CREATE DATABASE.Bruce Momjian2002-02-25
* Remove documentation of equals in CREATE DATABASE. Mention removal ofBruce Momjian2002-02-25
* Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane2002-02-24
* pgindent copy.c. Patch wasn't in proper format.Bruce Momjian2002-02-24
* Free files on dir open failure in COPY.Bruce Momjian2002-02-24
* Add fstat / S_ISDIR checks to make sure we're not trying to use aBruce Momjian2002-02-23
* Guard against createdb --location=PGDATA foo; without this, the codeTom Lane2002-02-23
* Heimdal support (Kerberos V implementation from KTH)Peter Eisentraut2002-02-23
* Save source of GUC settings, allowing different sources to be processed inPeter Eisentraut2002-02-23
* Make factorial(0) return 1, as per spec.Bruce Momjian2002-02-23
* Avoid failures in cash_out and cash_words for INT_MIN.Tom Lane2002-02-19
* Add casts to suppress gcc warnings on Solaris (where apparently pid_tTom Lane2002-02-19
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* Remove some unnecessary pqsignal() calls to shave a few cycles offTom Lane2002-02-19
* Arrange to call localtime() during postmaster startup. On most Unixen,Tom Lane2002-02-19
* Avoid calling pq_flush just after sending AUTH_REQ_OK; this saves oneTom Lane2002-02-19
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Replace number-of-distinct-values estimator equation, per recentTom Lane2002-02-18
* Remove MAX/MIN() macros, use c.h Max/Min() instead.Bruce Momjian2002-02-18
* Disable LIMIT #,# syntax, as agreed to months ago. Print message sayingBruce Momjian2002-02-18
* Reorder postgresql.conf WAL section to be clearer.Bruce Momjian2002-02-18
* Don't mention TIOGA in Makefile and move strdup.c rule into properBruce Momjian2002-02-18
* Add better error text:Bruce Momjian2002-02-18
* Ensure that a cursor is scanned under the same scanCommandId it wasTom Lane2002-02-14
* Use RTLD_NOW, not RTLD_LAZY, as binding mode for dlopen() on all platforms.Tom Lane2002-02-12
* Modify COPY TO to emit carriage returns and newlines as backslash escapesTom Lane2002-02-12
* Tweak GiST code to work correctly on machines where 8-byte alignmentTom Lane2002-02-11
* Fix for old FreeBSD versions that don't have RTLD_GLOBALPeter Eisentraut2002-02-11
* Repair problems with EvalPlanQual where target table is scanned asTom Lane2002-02-11
* Don't Assert() that fsync() and close() never fail; I have seen thisTom Lane2002-02-10
* Move sys/types.h to top, for hiroyuki hanai/ FreeBSD.Bruce Momjian2002-02-08