OSDN Git Service

pg_class has a relnamespace column. You can create and access tables
[pg-rex/syncrep.git] / src / backend / tcop / utility.c
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-24 Tom LaneEXPLAIN output now comes out as a query result, not...
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-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianFix syntax error introduced by patch.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2002-03-05 Bruce MomjianI attach a version of my toast-slicing patch, against...
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-02-26 Tom LaneRestructure command-completion-report code so that...
2002-02-24 Tom LaneAdd OWNER option to CREATE DATABASE, so superusers...
2002-02-07 Hiroshi InoueRemoved a check for REINDEX TABLE.
2002-01-03 Tom LaneRequire ownership permission for CREATE INDEX, per...
2001-11-20 Tom LaneSome minor tweaks of REINDEX processing: grab exclusive...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-18 Thomas G. LockhartAccept an INTERVAL argument for SET TIME ZONE per SQL99.
2001-10-12 Tom LaneBreak transformCreateStmt() into multiple routines...
2001-10-09 Tom LaneFix typo in error message. Noted by laser@zhengmai...
2001-09-18 Tom LaneEXPLAIN ANALYZE feature to measure and show actual...
2001-09-08 Tom LaneClean up some confusion about where and how to set...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-06-18 Bruce MomjianAllow removal of system-named pg_* temp tables. Rename...
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-05-30 Bruce MomjianRemove OLD_FILE_NAMING code. No longer used.
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
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-01-27 Peter EisentrautAdd permission check for CHECKPOINT.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-05 Tom LaneRemove not-really-standard implementation of CREATE...
2000-12-08 Hiroshi InoueREINDEX under WAL.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-08 Tom LaneCLUSTER did no permissions checking, forsooth ...
2000-11-07 Tom LaneDropErrorMsg() died with assert failure if try to drop...
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-10-18 Bruce MomjianThe following patch was sent to the patches list:
2000-10-16 Bruce MomjianRemove NO_SECURITY define.
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-09-12 Bruce MomjianThis patch implements the following command:
2000-09-12 Bruce MomjianThis patch implements a different "relkind"
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-07-05 Jan WieckBugfix in ALTER TABLE CREATE TOAST TABLE
2000-07-03 Jan WieckTOAST
2000-06-04 Peter EisentrautNew ps display code, works on more platforms.
2000-05-11 Tom LaneFix CLUSTER ... or at least undo the bit-rot it's suffe...
2000-04-25 Hiroshi Inouechange reindex ERROR/NOTICE message
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-04 Tom LaneFix bug noted by Bruce: FETCH in an already-aborted...
2000-02-19 Tom LaneRemove gcc warnings. The Postgres world isn't really...
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-26 Bruce MomjianAdd:
2000-01-16 Peter EisentrautIncluded all yacc and lex files into the distribution.
2000-01-15 Peter Eisentraut- Allow array on int8
2000-01-14 Peter Eisentraut* User management commands no longer user pg_exec_query...
2000-01-13 Peter EisentrautFixed everything in and surrounding createdb and dropdb...
1999-12-20 Tom LaneWhoever touched this code last doesn't seem to understand
1999-12-16 Bruce MomjianHere's the Create/Alter/Drop Group stuff that's been...
1999-12-14 Bruce MomjianDepending on my interpreting (and programming) skills...
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-21 Tom LaneChange backend-side COPY to write files with permission...
1999-10-26 Bruce MomjianHello.
1999-10-15 Bruce MomjianThis patch implements ORACLE's COMMENT SQL command.
1999-09-30 Tom LaneHmm, guess I forgot to commit this file the other day ...
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-09-27 Vadim B. MikheevTransaction log manager core code.
1999-09-23 Bruce MomjianAdd TRUNCATE command, with psql help and sgml additions.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneImprove error message from failed LOAD command (include
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-03-16 Bruce MomjianHere is a patch.
1999-02-25 Bruce MomjianRemove reference to recipe.h.
1999-02-24 Bruce MomjianFix problem with selectivity error in added columns...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-26 Marc G. Fournierprimary key support cleanups from D'Arcy...
1999-01-21 Bruce MomjianThe following patch finishes primary key support. ...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-12-18 Vadim B. MikheevSET TRANSACTION ISOLATION LEVEL ...
1998-09-25 Thomas G. LockhartBracket filename in LOAD error message with single...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-06 Bruce MomjianMake large objects their own relkind type. Fix dups...
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-06-16 Bruce MomjianChange error message and remove non-functional update...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
next