]> granicus.if.org Git - postgresql/history - src/backend/catalog
Ensure 64bit arithmetic when calculating tapeSpace
[postgresql] / src / backend / catalog /
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-05 Magnus HaganderExpose the estimation of number of changed tuples since...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-06-09 Tom LaneRemove ALTER DEFAULT PRIVILEGES' requirement of schema...
2013-06-06 Peter EisentrautUpdate SQL features list
2013-06-03 Heikki LinnakangasPut back allow_system_table_mods check in heap_create().
2013-05-31 Peter EisentrautRemove whitespace from end of lines
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-12 Robert Haassepgsql: Enforce db_procedure:{execute} permission.
2013-04-12 Robert HaasMinor wording corrections for object-access hook stuff.
2013-04-11 Alvaro HerreraFix confusion between ObjectType and ObjectClass
2013-04-05 Robert Haassepgsql: Enforce db_schema:search permission.
2013-03-29 Andrew DunstanAdd new JSON processing functions and parser API.
2013-03-28 Alvaro HerreraAdd sql_drop event for event triggers
2013-03-20 Alvaro HerreraAllow extracting machine-readable object identity
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-03-07 Robert HaasCode beautification for object-access hook machinery.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-01-28 Alvaro HerreraREASSIGN OWNED: handle shared objects, too
2013-01-28 Alvaro HerreraDROP OWNED: don't try to drop tablespaces/databases
2013-01-26 Bruce MomjianUpdate comments in new DROP IF EXISTS code; commit...
2013-01-26 Bruce MomjianUpdate LookupExplicitNamespace() comments; commit...
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
2013-01-25 Tom LaneChange plan caching to honor, not resist, changes in...
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-17 Alvaro HerreraAccelerate end-of-transaction dropping of relations
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-12-21 Peter EisentrautMake some messages more consistent in style
2012-12-19 Peter EisentrautRename SQL feature S403 to ARRAY_MAX_CARDINALITY
2012-12-18 Tom LaneFix failure to ignore leftover temp tables after a...
2012-12-10 Heikki LinnakangasUpdate minimum recovery point on truncation.
2012-12-09 Tom LaneFix assorted bugs in privileges-for-types patch.
2012-12-08 Tom LaneSupport automatically-updatable views.
2012-12-06 Tom LaneFix intermittent crash in DROP INDEX CONCURRENTLY.
2012-12-06 Alvaro HerreraUpdate comment at top of index_create
2012-11-29 Tom LaneFix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-11-07 Alvaro HerreraDon't try to use a unopened relation
2012-10-31 Alvaro HerreraFix ALTER EXTENSION / SET SCHEMA
2012-10-24 Tom LaneWhen converting a table to a view, remove its system...
2012-10-23 Alvaro HerreraAdd context info to OAT_POST_CREATE security hook
2012-10-21 Kevin GrittnerCorrect predicate locking for DROP INDEX CONCURRENTLY.
2012-10-19 Simon RiggsFix orphan on cancel of drop index concurrently.
2012-10-18 Simon RiggsRe-think guts of DROP INDEX CONCURRENTLY.
2012-10-10 Tom LaneUpdate obsolete comment.
2012-10-07 Andrew DunstanQuiet a few MSC compiler warnings.
2012-10-03 Alvaro Herrerarefactor ALTER some-obj SET OWNER implementation
2012-10-03 Alvaro HerreraREASSIGN OWNED: consider grants on tablespaces, too
2012-10-02 Alvaro HerreraRefactor "ALTER some-obj SET SCHEMA" implementation
2012-09-22 Tom LaneMinor corrections for ALTER TYPE ADD VALUE IF NOT EXIST...
2012-09-22 Andrew DunstanAllow IF NOT EXISTS when add a new enum label.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-28 Alvaro Herreraremove catcache.h from syscache.h
2012-08-18 Tom LaneMake use of LATERAL in information_schema.sequences...
2012-08-11 Tom LaneFix dependencies generated during ALTER TABLE ADD CONST...
2012-08-10 Tom LaneCentralize the logic for detecting misplaced aggregates...
2012-07-23 Peter EisentrautUpdate information schema to SQL:2011
2012-07-20 Alvaro Herreraconnoinherit may be true only for CHECK constraints
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-07-06 Bruce MomjianRun updated copyright.pl on HEAD and 9.2 trees, updatin...
2012-07-05 Bruce MomjianRun newly-configured perltidy script on Perl files.
2012-07-03 Alvaro HerreraForgot an #include in the previous patch :-(
2012-07-03 Alvaro HerreraHave REASSIGN OWNED work on extensions, too
2012-06-26 Robert HaasMake DROP FUNCTION hint more informative.
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-06-18 Tom LaneRefer to the default foreign key match style as MATCH...
2012-06-15 Peter EisentrautImprove reporting of permission errors for array types
2012-06-14 Robert HaasRemove misplaced sanity check from heap_create().
2012-06-14 Robert HaasRemove RELKIND_UNCATALOGED.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Tom LaneScan the buffer pool just once, not once per fork,...
2012-05-31 Tom LaneForce PL and range-type support functions to be owned...
2012-05-27 Peter EisentrautUpdate SQL features list
2012-05-22 Robert HaasFix error message for COMMENT/SECURITY LABEL ON COLUMN...
2012-05-17 Peter EisentrautUpdate SQL features/conformance information to SQL...
2012-05-15 Peter EisentrautRemove stray nbsp character
2012-05-11 Robert HaasPrevent loss of init fork when truncating an unlogged...
2012-05-09 Peter EisentrautAdd make dependency so that postgres.bki is rebuilt...
2012-04-30 Tom LaneConverge all SQL-level statistics timing values to...
2012-04-29 Tom LaneRename I/O timing statistics columns to blk_read_time...
2012-04-24 Robert HaasLots of doc corrections.
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-04-11 Tom LaneSilently ignore any nonexistent schemas that are listed...
2012-04-07 Tom LaneRemove useless variable to suppress compiler warning.
2012-04-06 Simon RiggsAdd DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpda...
2012-04-06 Robert Haascheckopint -> checkpoint
2012-04-05 Robert HaasPublish checkpoint timing information to pg_stat_bgwriter.
2012-04-05 Robert HaasExpose track_iotiming data via the statistics collector.
2012-04-03 Peter EisentrautAdd support for renaming domain constraints
2012-03-11 Tom LaneMake INSERT/UPDATE queries depend on their specific...
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-03-08 Tom LaneFix some issues with temp/transient tables in extension...
2012-03-04 Tom LaneCollect and use element-frequency statistics for arrays.
next