summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2002-10-19Fix range-query estimation to not double-exclude NULLs, per gripe fromTom Lane
2002-10-19This patch adds some missing functions for float8 math operations,Bruce Momjian
2002-10-18Fix breakage that had crept into setlocale() usage: once again we'veTom Lane
2002-10-14Arrange to copy relcache's trigdesc structure at the start of anyTom Lane
2002-10-13Make macaddr_in reject trailing garbage (except whitespace).Tom Lane
2002-10-11Oops, back out newNode changes. We are not ready for that yet.Bruce Momjian
2002-10-11Prevent tv_sec from becoming negative in connection timeout code.Bruce Momjian
2002-10-08Move responsibility for setting QuerySnapshot for utility statementsTom Lane
2002-10-04Fix a couple of grammatical errors in error messages.Tom Lane
2002-10-04Tweak a few of the most heavily used function call points to zero outTom Lane
2002-10-03Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands thatTom Lane
2002-10-03In a bootstrap process or standalone backend, set MaxBackends = 1Tom Lane
2002-10-03This patch removes two unused global variables from globals.cBruce Momjian
2002-10-02Alter scale selection for NUMERIC division and transcendental functionsTom Lane
2002-10-02Turn GUC log_min_error_statement off by default by setting it to PANIC.Bruce Momjian
2002-09-24Change default privileges for languages and functions to be PUBLIC USAGETom Lane
2002-09-24Tweak conversion names to follow the established naming scheme, andPeter Eisentraut
2002-09-22RelationClearRelation must reset rd_targblock and update rd_nblocksTom Lane
2002-09-22server_min_messages and friends should have valid values at bootup.Tom Lane
2002-09-22Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane
2002-09-21Add last-ditch defense against attempts to compile datetime code withTom Lane
2002-09-20The patch fix bug described in TODO:Bruce Momjian
2002-09-20Tom Lane wrote:Bruce Momjian
2002-09-20This patch cleans up some of the code in src/util/adt/formatting.c,Bruce Momjian
2002-09-19Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane
2002-09-19Department of second thoughts: suppressing implicit casts everywhere inTom Lane
2002-09-18Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane
2002-09-18Fix bug in encoding conversion map.Tatsuo Ishii
2002-09-18Update Japanese README so that it reflects the changes made to theTatsuo Ishii
2002-09-13Change Assert(len > 0) to Assert(len >= 0)Tatsuo Ishii
2002-09-12Avoid misleading error message when SET/RESET target variable nameTom Lane
2002-09-10Powerup defaults for LC_foo GUC variables should match what main.c does.Tom Lane
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-04Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane
2002-09-04Refrect the changes to src/test/regress/sql/conversion.sql By Tom.Tatsuo Ishii
2002-09-03EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestampTom Lane
2002-09-03Arrange for the default permissions on a database to allow temp tableTom Lane
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-03Work around mktime() brain damage in recent versions of glibc by usingTom Lane
2002-09-03Eliminate unnecessary dependency on mktime(), and consequent 'Unable toTom Lane
2002-09-02> Okay. When you get back to the original issue, the gold is hidden inBruce Momjian
2002-09-02I checked all the previous string handling errors and most of them wereBruce Momjian
2002-09-02Add GUC variable to print original query to the server logs when thereBruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-09-01Add log_duration to GUC/postgresql.conf.Bruce Momjian
2002-09-01Mark the float8 -> int8 cast as implicit. This resolves the problemTom Lane
2002-08-31Code review for domain-constraints patch. Use a new ConstraintTest nodeTom Lane