OSDN Git Service

Add proallargtypes and proargmodes columns to pg_proc, as per my earlier
[pg-rex/syncrep.git] / src / backend / catalog /
2005-03-29 Tom LaneAdd proallargtypes and proargmodes columns to pg_proc...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-07 Tom LaneAdjust creation/destruction of TupleDesc data structure...
2005-03-07 Neil ConwayHere's a tiny fix for a harmless typo in catalog.c:
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-02-23 Neil ConwayMinor code cleanup: remove a variable that was assigned...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-27 Tom LaneCheck that aggregate creator has the right to execute...
2005-01-27 Neil ConwaySmall patch to move get_grosysid() from catalog/aclchk...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-02 Bruce Momjian> I have installed your patch and adjusted the names...
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-11-27 Peter EisentrautUpdate of conformance information to SQL:2003
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-18 Neil ConwayTrivial fix: remove a pointless cast.
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-10-12 Peter EisentrautMessage style revisions
2004-10-11 Tom LaneFix pg_indexes view so that it shows the index's tables...
2004-10-07 Tom LaneFix problems with SQL functions returning rowtypes...
2004-10-01 Tom LaneFallout from changing index locking rules: we can reduc...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-31 Tom LaneFix unintended assignment of sequences to the containin...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-29 Bruce MomjianAdd hint about using GRANT with non-trusted languages.
2004-08-28 Tom LaneRearrange order of operations in heap_drop_with_catalog...
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-02 Bruce MomjianMark savepoints as supported.
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-21 Bruce MomjianThe attached patch shows the new column "tablespace...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-11 Tom LaneMove TablespaceCreateDbspace() call into smgrcreate...
2004-06-22 Tom LaneFix information schema views to return NULL for precisi...
2004-06-21 Tom LaneRename the built-in tablespaces to pg_default and pg_gl...
2004-06-21 Bruce MomjianRename pg_tablespaces directory to pg_tblspc, so it...
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-10 Tom LaneClean up generation of default names for constraints...
2004-06-06 Tom LaneAllow use of table rowtypes directly as column types...
2004-06-06 Tom LaneRemove finger from dike: composite types are now allowe...
2004-06-04 Tom LaneRemove some long-obsolete code that was causing a stran...
2004-06-01 Tom LaneAlign GRANT/REVOKE behavior more closely with the SQL...
2004-05-31 Tom LaneMinor code rationalization: FlushRelationBuffers just...
2004-05-28 Tom LaneFix minor error in comment.
2004-05-28 Tom LaneFix thinko in recent patch to change temp-table permiss...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-14 Tom LaneTighten parsing of boolean options to CREATE TYPE and...
2004-05-11 Tom LaneRefactor low-level aclcheck code to provide useful...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-05-08 Tom LaneGet rid of cluster.c's apparatus for rebuilding a relat...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-04-26 Bruce MomjianPlease find attached a small patch against current...
2004-04-02 Tom Lanecheck_sql_fn_retval has always thought that we supporte...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-03-23 Tom LaneUpgrade ALTER TABLE DROP COLUMN so that it can drop...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-14 Tom LaneArrange to emit a CONTEXT: SQL function "foo" entry...
2004-02-15 Tom LaneFirst steps towards statistics on expressional (nee...
2004-02-13 Tom LaneTry to make 'cross-database references are not implemen...
2004-02-12 Tom LaneAdd hooks for type-specific calculation of ANALYZE...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-03 Joe ConwayAdd function (actually an int4 and an int8 version...
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-24 Tom LaneSupport named parameters in information_schema.parameters,
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2004-01-14 Tom Lanepg_settings should have UPDATE privilege allowed to...
2004-01-14 Tom LaneThe no-updates-to-system-catalogs-unless-usecatupd...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2004-01-06 Neil ConwayCode cleanup, mostly in the smgr:
2004-01-04 Tom LaneThere's no longer any good reason for genbki.sh and...
2003-12-29 Tom LaneTweak OpernameGetCandidates() to reduce palloc overhead...
2003-12-28 Tom LaneClean up the usage of canonicalize_qual(): in particula...
2003-12-19 Peter EisentrautForbid REVOKE on untrusted languages, and don't dump...
2003-12-17 Tom Laneinformation_schema.constraint_column_usage and key_colu...
2003-12-16 Peter EisentrautFix constraint_column_usage for foreign keys.
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-12-07 Tom LaneRemove test on c.relkind from check_constraints view...
2003-12-07 Peter EisentrautFix typmod interpretation for bit types. (It was erron...
2003-12-03 Joe ConwayAdded new group of read-only GUC variables to allow...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-11-19 Jan WieckBackground writer process
2003-11-13 Tom LaneDunno why this got committed with DOS newlines, but...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-11 Bruce MomjianAdd system_views.sql to CVS.
next