]> granicus.if.org Git - postgresql/history - src/backend/commands/command.c
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / backend / commands / command.c
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-27 Tom LaneClean up BeginCommand and related routines. BeginComma...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2002-02-14 Tom LaneEnsure that a cursor is scanned under the same scanComm...
2002-01-03 Tom LaneRequire ownership permission for CREATE INDEX, per...
2001-12-04 Tom LaneRemove now-dead code for processing CONSTR_UNIQUE nodes in
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
2001-10-31 Bruce MomjianAdd ALTER TABLE ADD UNIQUE regression tests from Christ...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-23 Tom LaneFix foreign keys on system columns.
2001-10-12 Tom LaneBreak transformCreateStmt() into multiple routines...
2001-10-05 Tom LaneFurther cleanup of dynahash.c API, in pursuit of portab...
2001-09-07 Bruce MomjianHere is my much-promised patch to let people add UNIQUE...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-10 Bruce MomjianPatch to LOCK multiple tables in one LOCK command.
2001-08-04 Bruce MomjianBack out LOCK A,B,C patch at Tom's suggestion.
2001-08-04 Bruce MomjianAdd LOCK A,B,C functionality as LOCK A;LOCK B;LOCK...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-06-07 Bruce MomjianThis adds unary plus capability. No grammar changes...
2001-05-30 Bruce MomjianThese patches should fix check constraints not inheriting
2001-05-30 Bruce MomjianAttached is my patch that adds DROP CONSTRAINT support...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-05-21 Jan WieckEnhancement of SPI to get access to portals
2001-05-09 Bruce Momjian This patch should catch cases where the types
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-27 Tom LaneTweak portal (cursor) code so that it will not call...
2001-02-14 Tom LaneChange scoping of table and join refnames to conform...
2001-01-29 Tom LaneClean up handling of tuple descriptors so that result...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-23 Bruce MomjianRename int4 to int32 in a few places.
2001-01-08 Hiroshi InoueKeep relations open until they are no longer needed.
2001-01-07 Tom LaneClean up checking of relkind for ALTER TABLE and LOCK...
2000-12-22 Tom LaneSmall cleanup of temp-table handling. Disallow creatio...
2000-12-05 Tom LaneFrom Stephan Szabo:
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-14 Hiroshi InoueFix illegal combination of SearchSysCacheTuple() and...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-10-26 Tom LaneRe-implement LIMIT/OFFSET as a plan node type, instead...
2000-10-16 Bruce MomjianRemove NO_SECURITY define.
2000-10-10 Bruce MomjianThis is a stupid garden variety bug and I'm not sure...
2000-10-05 Bruce MomjianAdd proofreader's changes to docs.
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-09-12 Bruce MomjianThis patch implements the following command:
2000-09-12 Bruce MomjianThis patch implements a different "relkind"
2000-09-12 Bruce MomjianPrevious patch backed out.
2000-09-12 Bruce MomjianThis patch is for the TODO item
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-29 Bruce MomjianThis is mostly the same as an earlier patch I
2000-08-25 Tom LaneAvoid creating a TOAST table if we can prove that the...
2000-08-21 Tom Lanefmgr interface mopup work. Use new DatumGetBool and...
2000-08-04 Tom LaneFix tuptoaster bugs induced by making bytea toastable...
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-18 Tom Lane'const' decorations are fine, but not when they're...
2000-07-15 Bruce MomjianThis should be a slighly more complete patch for comman...
2000-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-07-05 Jan WieckChanged TOAST relations to have relkind RELKIND_TOASTVALUE.
2000-07-05 Jan WieckSmall fix for ALTER TABLE xxx* ADD COLUMN ...
2000-07-05 Jan WieckAutomatically create toast tables on ALTER TABLE ....
2000-07-05 Jan WieckBugfix in ALTER TABLE CREATE TOAST TABLE
2000-07-04 Tom LaneMake toast-table creation and deletion work somewhat...
2000-07-03 Jan WieckTOAST
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-06-12 Bruce MomjianBack out pg_shadow changes to allow create table and...
2000-06-09 Bruce Momjian I have large database and with this DB work more users...
2000-06-04 Tom LaneDisallow CLOSE of reserved system portal names.
2000-05-30 Hiroshi InoueAdded header files required for ALTER TABLE DROP COLUMN
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-09 Hiroshi InoueTrial implementation of ALTER DROP COLUMN.
2000-02-15 Tom LaneRemoved unused var to silence gcc warning.
2000-02-04 Jan WieckAdded ALTER TABLE ... ADD CONSTRAINT (provided by Steph...
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-26 Bruce MomjianAdd:
2000-01-24 Peter EisentrautRemoved alter table drop column.
2000-01-22 Peter Eisentrautadded ALTER TABLE DROP COLUMN, early version
2000-01-16 Peter EisentrautIncluded all yacc and lex files into the distribution.
1999-12-20 Jan WieckRequired catalog changes for extended LONG attribute...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-14 Tom Lanefix_parsetree_attnums was not nearly smart enough about...
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
next