OSDN Git Service

Restructure local-buffer handling per recent pghackers discussion.
[pg-rex/syncrep.git] / src / backend / catalog /
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-05 Tom LaneCode review for anonymous-functions patch --- clean...
2002-08-04 Tom LaneFix merge failures for anonymous-type patch. From...
2002-08-04 Bruce MomjianFix compile failures for FRS composite tyhpe patch...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-02 Tom LaneRemoveAttrDefaultById() neglected to obtain exclusive...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-29 Tom LaneCentralize code for interpreting schema references...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-22 Peter EisentrautAdd unique index on pg_cast.oid, and document pg_cast...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-19 Tom LaneSmall performance improvement --- use indexscan not...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-18 Bruce MomjianREVOKE ALL ON FUNCTION nonexistant() FROM PUBLIC;
2002-07-16 Tom LaneAdd more dependency insertions --- this completes the...
2002-07-16 Tatsuo IshiiFix typo
2002-07-16 Tatsuo IshiiAdd FindDefaultConversionProc
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-07-15 Tom LaneUse the dependency mechanism to manage column defaults...
2002-07-14 Tom LaneIn DeleteAttributeTuples, use a single indexscan instea...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-22 Tom LaneMinor kibitzing.
2002-05-22 Peter EisentrautAdd optional "validator" function to languages that...
2002-05-22 Tom LaneUn-break table creation.
2002-05-22 Hiroshi InoueAllow
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-18 Peter EisentrautAllow functions to be executed with the privileges...
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 LaneMerge the last few variable.c configuration variables...
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-05 Tom LaneCreate an internal semaphore API that is not tied to...
2002-05-03 Tom LaneRemove the last traces of datatypes datetime and timespan.
2002-05-01 Tom LaneAdd routines in namespace.c to determine whether object...
2002-04-30 Tom LaneClean up loose ends remaining from schema privileges...
2002-04-29 Tom LaneImplement checking of USAGE rights on namespaces.
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-04-19 Tom Lanepg_trigger's index on tgrelid is replaced by a unique...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-15 Bruce MomjianThe attached patch corrects an inaccuracy in src/backen...
2002-04-15 Tom LaneAdjust rules for search_path so that pg_catalog is...
2002-04-12 Tom LaneChecking to decide whether relations are system relatio...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-11 Peter EisentrautMake sure that usesuper is always accessed through...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-08 Tom LaneDocument genbki.sh's ability to auto-assign OIDs for...
2002-04-06 Tom LaneImplement partial-key searching of syscaches, per recen...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-04-01 Tom LaneCreate a new GUC variable search_path to control the...
2002-03-31 Tom LaneReimplement temp tables using schemas. The temp table...
2002-03-30 Tom LaneFurther cleanups for relations in schemas: teach nextva...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-22 Tom LaneCreate the pg_namespace system catalog. Doesn't do...
2002-03-22 Tom LaneImprove catalog commentary.
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-03-19 Bruce MomjianThe attached patch cleans up the implementation of...
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-19 Bruce MomjianComment patch:
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-03-06 Bruce MomjianChange made to elog:
2002-03-03 Tom LaneCatcaches can now store negative entries as well as...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2002-01-06 Tom LaneAdd CHECK_FOR_INTERRUPTS() in various strategic spots...
2002-01-04 Tom LaneFix some incorrect and obsolete commentary.
2001-11-30 Tom LaneTry to make genbki.sh a little more bulletproof, per...
2001-11-20 Tom LaneSome minor tweaks of REINDEX processing: grab exclusive...
2001-11-16 Tom LaneIsSystemRelationName() treats TOAST relations as system...
2001-11-12 Tom LaneClean up a bunch of ScanKeyEntryInitialize calls that...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneAdd default expressions to INSERTs during planning...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-25 Tom LaneFix a couple of places where lack of parenthesization...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneConsolidate tables of known system attributes into...
2001-10-22 Tom LaneAdd defenses against invalid operator names passed...
next