]> granicus.if.org Git - postgresql/history - src/backend/catalog
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / backend / catalog /
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... REL7_2_BETA3
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...
2001-10-12 Tom LaneBreak transformCreateStmt() into multiple routines...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-10-02 Tom LaneAdd CREATE OR REPLACE FUNCTION syntax to allow replacin...
2001-09-26 Tom LaneRepair oversight in recent changes to index-creation...
2001-09-08 Peter EisentrautMake the world somewhat safe for (not from) DELETE...
2001-09-08 Tom LaneClean up some confusion about where and how to set...
2001-09-06 Tom LaneFix handling of pg_type.typdefault per bug report from...
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...
2001-08-23 Tom LaneAllow the return value of an SQL function to be binary...
2001-08-22 Tom LaneUpdate GiST for new pg_opclass arrangement (finally...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-17 Hiroshi InoueEnsure to hold an exclusive lock while reindexing a...
2001-08-10 Tom LaneCleanup some minor oversights in optional-OIDs stuff.
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-10 Peter Eisentrautmessage refinements
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
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-29 Tom LaneFurther work on connecting the free space map (which...
2001-06-27 Tom LaneInstall infrastructure for shared-memory free space...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-06-18 Bruce MomjianAllow removal of system-named pg_* temp tables. Rename...
2001-06-16 Tom LaneIt turns out that the relcache thinks it can distinguis...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-05 Tom LaneCorrect permissions-checking bugs associated with ancie...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-30 Bruce MomjianRemove OLD_FILE_NAMING code. No longer used.
2001-05-30 Bruce MomjianRemove SEP_CHAR, replace with / or '/' as appropriate.
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-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-05-18 Bruce MomjianRename ParseFuncOrColumn() to ParseColumnOrFunc().
2001-05-16 Bruce MomjianAdd missing paren.
2001-05-15 Bruce MomjianRe-add pg_index.indhaskeytype.
2001-05-15 Bruce MomjianRe-add pg_index.indisclustered in a minimalist way...
2001-05-14 Bruce MomjianPg_varaiable removal cleanup found from regression.
2001-05-14 Bruce MomjianRemove columns pg_index.haskeytype and pg_index.indiscl...
2001-05-14 Bruce MomjianRemove unused tables pg_variable, pg_inheritproc, pg_ip...
2001-05-09 Bruce MomjianI have modifed heap.c so that it won't automatically...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-04-02 Bruce MomjianDisable creation of indexes on system tables.
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-23 Hiroshi InoueResolve a compile error.
2001-02-23 Hiroshi InoueReindex of shared system indexes must be overwrite...
2001-02-14 Tom LaneChange scoping of table and join refnames to conform...
2001-02-12 Tom LaneRearrange order of operations in heap_create_with_catal...
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-24 Hiroshi InoueRemoved a dangerours DropRelationBuffers() call.
2001-01-24 Tom LaneMake functional index copy attstorage from the column...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-18 Hiroshi InoueFix some leaks(was my fault).
2001-01-18 Hiroshi InoueChange LockClassinfoForUpdate() to retry mark4update...
2001-01-16 Tom LaneRemove bogus backslashes in sed command.
2001-01-01 Tom LaneEnsure attcacheoff is written out as -1 when writing...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-12-22 Tom LaneSmall cleanup of temp-table handling. Disallow creatio...
2000-12-22 Tom LaneImprove error message for case where DROP TABLE is...
2000-12-14 Hiroshi InoueMake sure to not handle deactivated system indexes
2000-12-09 Tom LaneSuppress compiler warnings.
2000-12-08 Hiroshi InoueREINDEX under WAL.
2000-12-07 Tom Lanecheckretval() failed to cope with an empty SQL function...
2000-11-28 Tom Laneaclitemout() shouldn't coredump when it finds an ACL...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-10 Tom LaneClean up syscache so that recursive invocation is safe...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-03 Tom LaneMinor code cleanups, make in_group() check faster.
2000-10-28 Peter EisentrautMake initdb safe against using
2000-10-24 Tom LaneMajor overhaul of large-object implementation, by Denis...
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-10-22 Bruce MomjianBACKED OUT.
2000-10-22 Bruce MomjianCrash on NULL again in system table check.
2000-10-21 Bruce MomjianFirst a core dump which can be relieved by:
2000-10-21 Bruce Momjianhere it is as requested by Bruce.
2000-10-20 Peter EisentrautAdd support for VPATH builds, that is, building somewhe...
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-10-11 Bruce MomjianFix temp relation handling for indexes, cleanup
2000-10-08 Bruce MomjianBack out:
2000-10-08 Bruce MomjianHello,
next