]> granicus.if.org Git - postgresql/shortlog
postgresql
2002-05-18 Peter EisentrautRevise command completion tags as per hackers message...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
2002-05-18 Tom LaneChange set_plan_references and join_references to take...
2002-05-18 Tom LaneAdd missing fix_expr_references() step for the funcexpr...
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-05-17 Tom LaneSupport temporary setting of search path during CREATE...
2002-05-17 Tom LaneDept. of second thoughts: interaction between DoIt...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-05-17 Tom LaneGuard against empty-string results from pg_getlocale.
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-05-14 Tom LaneFix obsolete statement about permissions on COPY ref...
2002-05-14 Tom LaneRemove unnecessary pfree's in geometric operators....
2002-05-14 Thomas G. LockhartFix lookup tables used for rounding interval data value...
2002-05-14 Peter EisentrautMake regression tests locale-proof by setting some...
2002-05-14 Tatsuo IshiiFix bug in psql.
2002-05-14 Barry Lindfixed problem connecting to server with client_min_mess...
2002-05-13 Tom LaneFix typo in _copyAlterUserSetStmt.
2002-05-13 Tom LaneAVG probably shouldn't be upper case here, considering
2002-05-13 Tom LaneMake operators have their own comments separate from...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-05-11 Tom LaneUpdate for additional options in CREATE OPERATOR.
2002-05-11 Tom LaneForgot to handle 'opaque' function arguments in regproc...
2002-05-10 Tom LaneFirst pass at schema-fying pg_dump/pg_restore. Much...
2002-05-10 Tom LaneSuppress duplicate logging of utility commands under...
2002-05-09 Peter EisentrautMake initdb print a message about which locale it is...
2002-05-09 Hiroshi InoueAdd a file for version control.
2002-05-06 Tom LaneAccept SET SESSION AUTHORIZATION DEFAULT and RESET...
2002-05-06 Tom LaneMake dumpACL behave more reasonably for case where...
2002-05-06 Tom LaneCause fmtId to always use its internal buffer for the...
2002-05-06 Tom LaneReorder snapshot checks to save a couple comparisons...
2002-05-05 Tom LaneA little paranoia never hurt anyone.
2002-05-05 Tom Laneplpgsql_dstring_append was broken for long strings.
2002-05-05 Tom LaneNot needed anymore.
2002-05-05 Tom LaneAdd missing includes.
2002-05-05 Tom LaneAdd a trivial testbed for pg_sema and pg_shmem code.
2002-05-05 Tom LaneCope with case that SEM_FAILED is not defined (assume...
2002-05-05 Tom LaneFirst test of Darwin port with POSIX semaphore code.
2002-05-05 Tom LaneFix code to work when isalpha and friends are macros...
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-05-03 Tom LaneFix compile errors in CYR_RECODE code, per report from...
2002-05-03 Tom LaneMake ruleutils.c schema-aware. Displayed names are...
2002-05-03 Tom LaneFix obsolete comments.
2002-05-03 Tom LaneUse quote_identifier on relation names in EXPLAIN outpu...
2002-05-03 Tom LaneFix typo in usage instructions.
2002-05-03 Tom LaneRemove the last traces of datatypes datetime and timespan.
2002-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-05-02 Tom LaneFix backslash-n typo, per Joe Conway.
2002-05-02 Tom LaneTweak scanner/grammar interface so that the keyword...
2002-05-01 Tom LaneAdd routines in namespace.c to determine whether object...
2002-05-01 Tom LaneGive left_oper() and right_oper() noError parameters...
2002-05-01 Tom LaneImprove lexer's error reporting. You get the whole...
2002-05-01 Jan WieckThe attached patch fixes 4 instances of missing simi...
2002-05-01 Hiroshi InoueChange heap_get_latest_tid() so that a transaction can
2002-04-30 Tom LaneFix obj_description() and col_description() functions...
2002-04-30 Tom LaneDocument that NAMEDATALEN must be a multiple of sizeof...
2002-04-30 Tom LaneClean up loose ends remaining from schema privileges...
2002-04-30 Tom LaneCode review for ALTER TRIGGER RENAME patch: make better...
2002-04-29 Tom LaneEnforce EXECUTE privilege for aggregate functions.
2002-04-29 Tom LaneImplement checking of USAGE rights on namespaces.
2002-04-29 Tom LaneAdd cache invalidation callback hooks.
2002-04-29 Tom LaneAdd missing 'static' keyword to suppress compiler compl...
2002-04-29 Tom LaneRemove unnecessary/obsolete regproctooid() references.
2002-04-29 Bruce MomjianAdd Polish FAQ from Marcin Mazurek.
2002-04-28 Bruce MomjianFix problem with new pg_hba.conf code where the same...
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
2002-04-28 Michael Meskes - Synced yet again.
2002-04-28 Tom LaneMake ruleutils.c use format_type for printing typenames...
2002-04-28 Tom LaneMinor code cleanup.
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-27 Bruce MomjianFix write of pg_pwd file for multiple users. Broken...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-27 Bruce MomjianUpdate DROP COLUMN example to use transactions and...
2002-04-26 Tom LaneFix typo.
2002-04-26 Tom LaneMove renametrig() from tablecmds.c to trigger.c --...
2002-04-26 Bruce MomjianUpdated:
2002-04-26 Tatsuo IshiiAdd checking for syslog.h
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2002-04-25 Tom LaneAdd a reference page for CREATE SCHEMA.
2002-04-25 Bruce MomjianAdded:
2002-04-25 Bruce MomjianImprove display of headings in HTML.
2002-04-25 Tom LaneUpdates for schema features.
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-25 Hiroshi InoueFix for the following items about escape sequence
2002-04-25 Bruce MomjianFix password code to deal with new quoting code.
2002-04-24 Peter EisentrautRemove reference to NAMEDATALEN, which wasn't necessary...
2002-04-24 Peter EisentrautRemove references to NAMEDATALEN and INDEX_MAX_KEYS...
2002-04-24 Peter EisentrautRemove reference to BLCKSZ.
2002-04-24 Tom LaneDon't dump core on empty table.
2002-04-24 Bruce MomjianRemove compile warnings for lo dump by casting to char *.
2002-04-24 Peter EisentrautMissed one NAMEDATALEN.
2002-04-24 Peter EisentrautRemove traces of NAMEDATALEN and INDEX_MAX_KEYS from...
2002-04-24 Bruce MomjianUpdate version for UNKNOWN regression fix.
2002-04-24 Bruce MomjianFix UNKNOWN regression test failure.
2002-04-24 Bruce MomjianFix regression for new DROP RULE syntax.
2002-04-24 Bruce MomjianAdd missing columns for UNKNOWN patch. Increment catal...
2002-04-24 Bruce MomjianAdd missing SGML file.
2002-04-24 Bruce MomjianRestrict comment to the current database in order to...
2002-04-24 Bruce MomjianHere's a doc patch for ALTER TRIGGER RENAME. Please...
2002-04-24 Bruce MomjianAttached is a patch for ALTER TRIGGER RENAME per the...
next