summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2003-04-12Fix encoding conversion function bug.Tatsuo Ishii
2003-04-08First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane
2003-04-08Mark TimeScales constants as double to avoid integer overflow in some compilers.Tom Lane
2003-04-07Avoid primary key lookup (and lock) if foreign key does not changeJan Wieck
2003-04-07Remove unnecessary dt2local() call.Tom Lane
2003-04-05Fix compile problem with Win32 macro used inside another macro.Bruce Momjian
2003-04-04Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian
2003-04-04Avoid repeated computation of the constants date2j(1970, 1, 1) andTom Lane
2003-04-04Code review for pg_stat_get_backend_activity_start patch --- fixTom Lane
2003-04-03Remove zero_damaged_pages from postgresql.conf.sample; the only way toTom Lane
2003-04-02Fix buffer overrun in to_ascii(), per report from Guido Notari.Tom Lane
2003-04-02Fix platform-dependent failure introduced by recent to_char changesTom Lane
2003-04-02This is a derived file and should never have been added to CVS.Tom Lane
2003-03-30Properly document default value of log_min_error_statement in postgresql.conf.Bruce Momjian
2003-03-28Add code to apply some simple sanity checks to the header fields of aTom Lane
2003-03-27Fix bogus coding of SET DEFAULT ri triggers ... or at least make it lessTom Lane
2003-03-27Fix syntax error in to_char fixes --- was defining variable in main codeBruce Momjian
2003-03-27Add new files.Bruce Momjian
2003-03-27This patch implements holdable cursors, following the proposalBruce Momjian
2003-03-27to_char fixes, Karel ZakBruce Momjian
2003-03-24Add comment to postgresql.conf:Bruce Momjian
2003-03-23Instead of storing pg_statistic stavalues entries as text strings, storeTom Lane
2003-03-23Tweak selectivity and related routines to cope with domains. Per reportTom Lane
2003-03-22Back out to_char fixes until regression tests are fixed.Bruce Momjian
2003-03-21Fix compile warning.Tom Lane
2003-03-21Add hostmask() function:Bruce Momjian
2003-03-21Reimplement NUMERIC datatype using base-10000 arithmetic; also improveTom Lane
2003-03-20This patch creates a function named pg_get_triggerdef that takes the oid ofBruce Momjian
2003-03-20It would also be handy if users could see their own pg_stat_activityBruce Momjian
2003-03-20Attached is a patch that limits the range tested by horology toBruce Momjian
2003-03-20 Peter found bug in the to_char() routine for PL/MI options. ThisBruce Momjian
2003-03-20> I can see a couple possible downsides: (a) the library might have someBruce Momjian
2003-03-20Add start time to pg_stat_activityBruce Momjian
2003-03-15Arrange to print the relevant key values when reporting a foreign-keyTom Lane
2003-03-14Prevent infinite loop in ln_var() due to roundoff error.Tom Lane
2003-03-11Add explicit tests for division by zero to all user-accessible integerTom Lane
2003-03-11Implement SQL92-compatible FIRST, LAST, ABSOLUTE n, RELATIVE n optionsTom Lane
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2003-03-10Restructure parsetree representation of DECLARE CURSOR: now it's aTom Lane
2003-03-09Revise tuplestore and nodeMaterial so that we don't have to read theTom Lane
2003-03-04Reimplement free-space-map management as per recent discussions.Tom Lane
2003-02-27Change EXTRACT(EPOCH FROM timestamp) so that a timestamp without time zoneTom Lane
2003-02-23Remove no-longer-used FixBTree GUC variable.Tom Lane
2003-02-23btree page recycling can be done as soon as page's next-xact label isTom Lane
2003-02-22Simplify timezone-handling code per proposal to pghackers: get rid ofTom Lane
2003-02-20Fix timestamptz_in so that parsing of 'now'::timestamptz gives rightTom Lane
2003-02-19Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry.Bruce Momjian
2003-02-19Fix for GUC client_encoding variable not being handledTatsuo Ishii
2003-02-19- Modifies LOCKTAG to include a 'classId'. Relation receive a classId ofBruce Momjian
2003-02-19The following patches eliminate the overflows in the j2date() and date2j()Bruce Momjian