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