]> granicus.if.org Git - postgresql/history - src
Error message editing: finish up undone task of reporting the problem
[postgresql] / src /
2003-07-19 Tom LaneError message editing: finish up undone task of reporti...
2003-07-19 Tom LaneAdd ereport-related functions to GETTEXT_TRIGGERS list.
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-07-18 Bruce MomjianAdd cleaner formatting to config file.
2003-07-18 Michael MeskesAdded more compat stuff ot the parser.
2003-07-18 Tom LaneIt seems some case-insensitive locales sort upper case...
2003-07-17 Tom LaneAdd an upper limit to IS_VALID_JULIAN() to defend again...
2003-07-17 Tom LaneOh, for crying in a bucket ... relax Assert so that...
2003-07-17 Tom LaneWork around buggy strxfrm() present in some Solaris...
2003-07-17 Tom LaneFor COMMENT ON DATABASE where database name is unknown...
2003-07-17 Tom LaneRepair boundary-case bug introduced by patch of two...
2003-07-17 Michael MeskesAllow blanks at the end of numerical values.
2003-07-17 Michael MeskesFixed some bugs in Informix compat functions.
2003-07-17 Tom LaneMake EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow...
2003-07-16 Tom LaneAdd defenses against trying to attach qual conditions...
2003-07-16 Michael MeskesApplied patch to fix two compatibility functions.
2003-07-15 Tom LaneNow that I look, SHOW TRANSACTION_ISOLATION isn't quite...
2003-07-15 Tom LaneCause SHOW DATESTYLE to produce a string that will...
2003-07-15 Tom LaneAvoid use of int64_t, which seems not to be very portab...
2003-07-15 Tom LaneOSF supports pthreads, per Philip Yarra.
2003-07-15 Michael MeskesStarted to create different error codes for different...
2003-07-15 Tom LaneTweak original coding so that we can determine the...
2003-07-14 Tom LaneRemove duplicate definition of ERROR.
2003-07-14 Tom LaneMake cost estimates for SubqueryScan more realistic...
2003-07-14 Tom LaneFix typo in comment, as noted by Weiping He.
2003-07-14 Tom LaneThe default values for shared_buffers and max_connectio...
2003-07-14 Tom LaneWhoops, missed committing this change to match cosmetic...
2003-07-14 Tom LaneFix a *second* buffer overrun bug in to_ascii(). Grumble.
2003-07-14 Michael MeskesMissed one rule in syncinc preproc.y which resulted...
2003-07-14 Michael Meskes - Synced preproc.y with gram.y
2003-07-09 Bruce MomjianAdd description for new GUC context.
2003-07-09 Michael MeskesArgh! Missed one file.
2003-07-09 Michael MeskesFixed some Informix compat functions so they handle...
2003-07-09 Bruce MomjianAdd special checks for non-super-user setting LOG_MIN_D...
2003-07-09 Bruce MomjianAdd new USERLIMIT GUC source level so certain options...
2003-07-09 Barry LindApplied patch from Kim Ho @ redhat.com to make support...
2003-07-08 Michael MeskesMore informix fixes.
2003-07-08 Michael MeskesFix segfault in connect in informix mode.
2003-07-07 Michael Meskes"char *" of course is not the same as "char []". So...
2003-07-04 Tom Lanetm2timestamp should return -1, not elog, on overflow...
2003-07-04 Tom LaneFix missing code for HAVE_INT64_TIMESTAMP.
2003-07-04 Tom LaneAdd --help-config facility to dump information about...
2003-07-04 Tom LaneAdd #include <limits.h> (re-add lost change from Wednes...
2003-07-04 Michael Meskesdate, interval and timestamp data should be quoted.
2003-07-04 Michael MeskesFixed informix behaviour for select without into.
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-07-03 Tom LaneFix bug I introduced in recent rewrite of NUMERIC code...
2003-07-03 Tom LaneDo honest transformation and preprocessing of LIMIT...
2003-07-03 Tom LaneCode review for UPDATE tab SET col = DEFAULT patch...
2003-07-02 Michael MeskesFixed initialization bug and added postgres_fe.h to...
2003-07-01 Tom LaneSupport polymorphic functions in plpgsql. Along the...
2003-07-01 Bruce MomjianFix ecpg typo --- change ;; to ;.
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-07-01 Tom LaneDept. of second thoughts: supporting inlining of polymo...
2003-07-01 Tom LaneSTRENGH => STRENGTH, per Jon Jensen.
2003-07-01 Michael MeskesUse ISO dates in pgtypeslib by default.
2003-07-01 Tom LaneDepartment of second thoughts: even if we can't run...
2003-07-01 Peter EisentrautTranslation update
2003-07-01 Tom LaneSQL functions can have arguments and results declared...
2003-07-01 Peter EisentrautChange EXECUTE INTO to CREATE TABLE AS EXECUTE.
2003-06-30 Dave Cramerpatches by Kim Ho to fix
2003-06-30 Tom LaneRename plpython to plpythonu, and update documentation...
2003-06-30 Tom LaneAdd GUC option log_error_verbosity to control which...
2003-06-30 Barry LindPatches applied:
2003-06-29 Tom LaneRestructure building of join relation targetlists so...
2003-06-29 Michael Meskes- Made sure Informix style decimal vars are initialized...
2003-06-29 Peter EisentrautInformation schema views for group privileges, some...
2003-06-29 Peter EisentrautIt was comparing the wrong pair of columns, which trigg...
2003-06-29 Peter EisentrautAdd missing PO files from last commit.
2003-06-29 Michael MeskesJust another sync.
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-28 Peter EisentrautMerge PO file updates from 7.3 branch.
2003-06-28 Peter EisentrautMake information schema aware of arrays.
2003-06-28 Tom LaneUpdate psql for some features of new FE/BE protocol...
2003-06-28 Tom LaneWhen using new protocol, PQexec can get out of a COPY...
2003-06-27 Bruce MomjianAdjust pgtest grep.
2003-06-27 Bruce MomjianUpdate pgtest to use 'gmake check'.
2003-06-27 Tom LaneAdd is_superuser parameter reporting, soon to be used...
2003-06-27 Tom LaneFix compile warnings.
2003-06-27 Tom LaneMissing calls to PQclear in large_obj.c and describe.c.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-26 Tom LaneAdd comment pointing out that XLByteToPrevSeg macro...
2003-06-26 Michael MeskesAdded just another compatibility level for Informix.
2003-06-26 Bruce MomjianWrap LONG_LONG_MIN redfinition around HAVE_LONG_LONG_IN...
2003-06-26 Bruce MomjianFix compile problem for missing LONG_LONG_MIN on BSD/OS.
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-25 Tom LaneIn ISO datestyle, never emit just HH:MM, always emit...
2003-06-25 Tom LaneDon't generate 'zero' typeids in the output from gen_cr...
2003-06-25 Michael MeskesThe remaining files ...
2003-06-25 Michael Meskesremove including of postgres_fe.h
2003-06-25 Michael MeskesSome systems need another header file included.
2003-06-25 Michael MeskesImplemented Informix special way to treat NULLs, remove...
2003-06-25 Bruce Momjian Fix up JOIN .. USING with domains
2003-06-25 Bruce MomjianUPDATE ... SET <col> = DEFAULT
2003-06-25 Bruce MomjianIf they're not, the below causes problems, as the forei...
2003-06-25 Bruce MomjianUpdated the pg_get_constraintdef() to use conbin. ...
2003-06-25 Bruce MomjianIncludes:
2003-06-25 Bruce MomjianBack out commit.
next