summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-03-04Add Assert check to catch vsnprintf overrunning its buffer. (Seen toTom Lane
2002-03-04Make port makefile slightly less crufty.Tom Lane
2002-03-04Fix very ancient breakage in alter-table tests: apparently, there was aTom Lane
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-04Fix bogus error check in pg_execute, per report from lbayuk@mindspring.com.Tom Lane
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-03Cause regression tests to pass again after elog changes.Tom Lane
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-02Don't bother to request SSL connection over a Unix socket, since 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-01Add files for Unicode support.Hiroshi Inoue
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-27#ifdef out pg_dump's check on whether a sequence's sequence_name fieldTom Lane
2002-02-27Paranoia about data structure lifetime ...Tom Lane
2002-02-27Clean up BeginCommand and related routines. BeginCommand and EndCommandTom Lane
2002-02-27Improve the handling of ODBC escape(a request from Marcelo Aceto).Hiroshi Inoue
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-26Implementation for cancelQuery by Grant Finnemore <grantf@guruhut.co.za>Dave Cramer
2002-02-26Use quote-marks to try to clarify a plpgsql error message, perTom Lane
2002-02-25Tweak psql's \connect command to not downcase unquoted database and userTom Lane
2002-02-25Fix for PAM error message display:Bruce Momjian
2002-02-25Add note that BLCKSZ must be a power of 2.Tom Lane
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-24Fix bogus createdb option syntax recommended by initlocation message.Tom Lane
2002-02-24Add -O/--owner switch to createdb script, in support of new OWNER optionTom Lane
2002-02-24Modify pg_dumpall so that output script uses new OWNER option of CREATETom Lane
2002-02-24Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane
2002-02-24compiles correctly but still doesn't work with jdk 1.4Dave Cramer
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-23OK'ed by Peter.Bruce Momjian
2002-02-23Add fstat / S_ISDIR checks to make sure we're not trying to use aBruce Momjian
2002-02-23Feature patch per prev thread for --with-tcl, only affects AIXBruce 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