]> granicus.if.org Git - postgresql/history - src/backend/catalog
Replace the XLogInsert slots with regular LWLocks.
[postgresql] / src / backend / catalog /
2014-03-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-03-17 Tom LaneDuring index build, check and elog (not just Assert...
2014-03-08 Bruce MomjianC comments: improve description of relfilenode uniqueness
2014-03-04 Alvaro HerreraConstructors for interval, timestamp, timestamptz
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-25 Robert HaasShow xid and xmin in pg_stat_activity and pg_stat_repli...
2014-02-19 Robert HaasSwitch various builtin functions to use pg_lsn instead...
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-02-17 Noah MischPrevent privilege escalation in explicit calls to PL...
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-28 Fujii MasaoAdd pg_stat_archiver statistics view.
2014-01-27 Heikki LinnakangasFix typo in README
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-21 Robert HaasAvoid a possible relcache leak in get_object_address_at...
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-10 Alvaro HerreraAccept pg_upgraded tuples during multixact freezing
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-03 Alvaro HerreraRestore some comments lost during 15732b34e8c8
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-20 Alvaro HerreraAvoid useless palloc during transaction commit
2013-12-19 Bruce MomjianMove pg_upgrade_support global variables to their own...
2013-12-18 Robert HaasAllow on-detach callbacks for dynamic shared memory...
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-27 Peter EisentrautImplement information_schema.parameters.parameter_defau...
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-16 Tom LaneAllow aggregates to provide estimates of their transiti...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-11 Alvaro HerreraUse $(PERL) to invoke duplicate_oids
2013-10-11 Peter EisentrautRemove maintainer-check target, fold into normal build
2013-10-01 Alvaro HerreraAdd WaitForLockers in lmgr, refactoring index.c code
2013-09-10 Peter EisentrautShow schemas in information_schema.schemata that the...
2013-09-03 Tom LaneDon't fail for bad GUCs in CREATE FUNCTION with check_f...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-08-28 Robert HaasPartially restore comments discussing enum renumbering...
2013-08-01 Robert HaasRemove SnapshotNow and HeapTupleSatisfiesNow.
2013-07-22 Robert HaasAdjust HeapTupleSatisfies* routines to take a HeapTuple.
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-07-18 Andrew DunstanMove checking an explicit VARIADIC "any" argument into...
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.
next