summaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAgeFilesLines
* to_char fixes, Karel ZakBruce Momjian2003-03-271-138/+116
* Add comment to postgresql.conf:Bruce Momjian2003-03-241-1/+1
* Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane2003-03-232-39/+26
* Tweak selectivity and related routines to cope with domains. Per reportTom Lane2003-03-231-19/+75
* Back out to_char fixes until regression tests are fixed.Bruce Momjian2003-03-221-53/+38
* Fix compile warning.Tom Lane2003-03-211-3/+2
* Add hostmask() function:Bruce Momjian2003-03-211-1/+41
* Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane2003-03-211-911/+1546
* This patch creates a function named pg_get_triggerdef that takes the oid ofBruce Momjian2003-03-201-1/+184
* It would also be handy if users could see their own pg_stat_activityBruce Momjian2003-03-201-3/+3
* Attached is a patch that limits the range tested by horology toBruce Momjian2003-03-201-1/+4
* Peter found bug in the to_char() routine for PL/MI options. ThisBruce Momjian2003-03-201-38/+53
* > I can see a couple possible downsides: (a) the library might have someBruce Momjian2003-03-203-2/+99
* Add start time to pg_stat_activityBruce Momjian2003-03-203-12/+65
* Arrange to print the relevant key values when reporting a foreign-keyTom Lane2003-03-151-567/+423
* Prevent infinite loop in ln_var() due to roundoff error.Tom Lane2003-03-141-1/+4
* Add explicit tests for division by zero to all user-accessible integerTom Lane2003-03-118-19/+58
* Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane2003-03-111-7/+11
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-108-28/+28
* Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane2003-03-101-3/+14
* Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane2003-03-091-145/+170
* Reimplement free-space-map management as per recent discussions.Tom Lane2003-03-042-5/+6
* Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zoneTom Lane2003-02-271-4/+17
* Remove no-longer-used FixBTree GUC variable.Tom Lane2003-02-232-7/+2
* btree page recycling can be done as soon as page's next-xact label isTom Lane2003-02-231-2/+3
* Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane2003-02-224-172/+40
* Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane2003-02-202-11/+8
* Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian2003-02-191-24/+18
* Fix for GUC client_encoding variable not being handledTatsuo Ishii2003-02-192-2/+27
* - Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian2003-02-191-18/+24
* The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian2003-02-191-38/+49
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-181-6/+6
* COALESCE() and NULLIF() are now first-class expressions, not macrosTom Lane2003-02-161-1/+41
* Prevent timetz2tm() from scribbling on its input in HAVE_INT64_TIMESTAMP case.Tom Lane2003-02-131-11/+10
* The "random" regression test uses a function called oidrand(), whichBruce Momjian2003-02-131-70/+1
* This patch makes pg_get_constraintdef support UNIQUE, PRIMARY KEY andBruce Momjian2003-02-131-7/+47
* Create a distinction between Lists of integers and Lists of OIDs, to getTom Lane2003-02-092-11/+11
* Replace planner's representation of relation sets, per pghackers discussion.Tom Lane2003-02-081-3/+3
* Create a GUC variable REGEX_FLAVOR to control the type of regularTom Lane2003-02-063-12/+51
* Replace regular expression package with Henry Spencer's latest versionTom Lane2003-02-051-180/+201
* Determine the set of constraints applied to a domain at executorTom Lane2003-02-032-16/+59
* Don't print NO ACTION foreign key actions in dumps and psql \d.Bruce Momjian2003-02-031-5/+7
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-311-2/+3
* Tweak ArrayCount() to forestall possible access to temp[-1]. ProblemTom Lane2003-01-291-2/+2
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-292-68/+45
* Fix array subscript overruns identified by Yichen Xie.Tom Lane2003-01-291-5/+5
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-281-18/+57
* Convert variable name to canonical spelling before checking for matchesTom Lane2003-01-281-1/+11
* Revert off setting mention for client_min_messages.Bruce Momjian2003-01-281-2/+1
* Revert optimizer page count change.Bruce Momjian2003-01-281-1/+2