]> granicus.if.org Git - postgresql/history - src/include
Add a materialized view relations.
[postgresql] / src / include /
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-03-04 Tom LaneGet rid of any toast table when converting a table...
2013-03-03 Tom LaneFix SQL function execution to be safe with long-lived...
2013-02-27 Heikki LinnakangasAdd support for piping COPY to/from an external program.
2013-02-26 Tom LaneInstall headers from the new src/include/common subdire...
2013-02-22 Alvaro HerreraAdd pg_xlogdump contrib program
2013-02-22 Alvaro HerreraMove relpath() to libpgcommon
2013-02-21 Tom LaneNeed to decorate XactIsoLevel as PGDLLIMPORT for postgr...
2013-02-18 Alvaro HerreraMove ExceptionalCondition back to postgres.h
2013-02-18 Alvaro HerreraSplit pgstat file in smaller pieces
2013-02-18 Peter EisentrautAdd ALTER ROLE ALL SET command
2013-02-15 Simon RiggsForce archive_status of .done for xlogs created by...
2013-02-15 Tom LaneInvent pre-commit/pre-prepare/pre-subcommit events...
2013-02-13 Tom LaneFix CVE-2013-0255 properly.
2013-02-12 Alvaro HerreraRename "string" pstrdup argument to "in"
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-12 Peter EisentrautAdd noreturn attributes to some error reporting functions
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2013-02-11 Heikki LinnakangasInclude previous TLI in end-of-recovery and shutdown...
2013-02-10 Tom LaneDocument and clean up gistsplit.c.
2013-02-09 Tom LaneAdd support for ALTER RULE ... RENAME TO.
2013-02-08 Alvaro HerreraClean up c.h / postgres.h after Assert() move
2013-02-07 Tom LaneRepair bugs in GiST page splitting code for multi-colum...
2013-02-06 Alvaro HerreraSplit out list of XLog resource managers
2013-02-01 Alvaro HerreraMove Assert() definitions to c.h
2013-01-31 Tom LaneFix plpgsql's reporting of plan-time errors in possibly...
2013-01-29 Tom LaneProvide database object names as separate fields in...
2013-01-29 Simon RiggsFast promote mode skips checkpoint at end of recovery.
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-24 Andrew DunstanUse correct output device for Windows prompts.
2013-01-24 Alvaro HerreraRedefine HEAP_XMAX_IS_LOCKED_ONLY
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-23 Heikki LinnakangasImplement pg_unreachable() on MSVC.
2013-01-23 Heikki LinnakangasFix more issues with cascading replication and timeline...
2013-01-22 Tom LaneAdd infrastructure for storing a VARIADIC ANY function...
2013-01-21 Robert HaasAdd ddl_command_end support for event triggers.
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-18 Heikki LinnakangasNow that START_REPLICATION returns the next timeline...
2013-01-18 Heikki LinnakangasUse the right timeline when beginning to stream from...
2013-01-17 Alvaro HerreraAccelerate end-of-transaction dropping of relations
2013-01-17 Heikki LinnakangasMake pg_receivexlog and pg_basebackup -X stream work...
2013-01-17 Heikki LinnakangasMake GiST indexes on-disk compatible with 9.2 again.
2013-01-16 Alvaro HerreraSplit out XLog reading as an independent facility
2013-01-15 Alvaro HerreraRework order of checks in ALTER / SET SCHEMA
2013-01-14 Tom LanePrevent very-low-probability PANIC during PREPARE TRANS...
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2013-01-11 Tom LaneRedesign the planner's handling of index-descent cost...
2013-01-05 Magnus HaganderCentralize single quote escaping in src/port/quotes.c
2013-01-04 Tom LaneInvent a "one-shot" variant of CachedPlans for better...
2013-01-03 Heikki LinnakangasTolerate timeline switches while "pg_basebackup -X...
2013-01-02 Magnus HaganderMove tar function headers to pgtar.h
2013-01-02 Alvaro HerreraMake sure MaxBackends is always set
2013-01-02 Alvaro HerreraFix background workers for EXEC_BACKEND
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2013-01-01 Magnus HaganderUnify some tar functionality across different parts
2012-12-30 Heikki LinnakangasKeep timeline history files restored from archive in...
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-12-27 Alvaro HerreraRemove unused NextLogPage macro
2012-12-24 Simon RiggsUpdate comments on rd_newRelfilenodeSubid.
2012-12-24 Simon RiggsFix more weird compiler messages caused
2012-12-24 Simon RiggsAdd function prototype from previous commit.
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-12-23 Tom LanePrevent failure when RowExpr or XmlExpr is parse-analyz...
2012-12-21 Heikki LinnakangasForgot to remove extern declaration of GetRecoveryTarge...
2012-12-20 Heikki LinnakangasFollow TLI of last replayed record, not recovery target...
2012-12-18 Tom LaneFix failure to ignore leftover temp tables after a...
2012-12-14 Andrew DunstanProvide Assert() for frontend code.
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-12-13 Heikki LinnakangasMake xlog_internal.h includable in frontend context.
2012-12-11 Kevin GrittnerFix performance problems with autovacuum truncation...
2012-12-08 Tom LaneSupport automatically-updatable views.
2012-12-06 Alvaro HerreraBackground worker processes
2012-12-04 Heikki LinnakangasWrite exact xlog position of timeline switch in the...
2012-12-04 Heikki LinnakangasTrack the timeline associated with minRecoveryPoint...
2012-12-04 Peter EisentrautAdd support for LDAP URLs
2012-12-03 Simon RiggsRefactor inCommit flag into generic delayChkpt flag.
2012-12-02 Simon RiggsReduce scope of changes for COPY FREEZE.
2012-12-02 Tom LaneDon't advance checkPoint.nextXid near the end of a...
2012-12-02 Simon RiggsRearrange storage of data in xl_running_xacts.
2012-12-01 Tom LaneAllow adding values to an enum type created in the...
2012-12-01 Simon RiggsCOPY FREEZE and mark committed on fresh tables.
2012-11-30 Tom LaneProduce a more useful error message for over-length...
2012-11-29 Simon RiggsCleanup VirtualXact at end of Hot Standby.
2012-11-29 Robert HaasBasic binary heap implementation.
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-27 Tom LaneAdd explicit casts in ilist.h's inline functions.
2012-11-27 Heikki LinnakangasAdd OpenTransientFile, with automatic cleanup at end...
2012-11-26 Tom LaneRevert patch for taking fewer snapshots.
2012-11-26 Tom LaneFix SELECT DISTINCT with index-optimized MIN/MAX on...
2012-11-19 Heikki LinnakangasFix archive_cleanup_command.
2012-11-13 Tom LaneFix multiple problems in WAL replay.
2012-11-12 Heikki LinnakangasUse correct text domain for translating errcontext...
2012-11-12 Heikki LinnakangasSilence "expression result unused" warnings in AssertVa...
2012-11-09 Tom LaneFix WaitLatch() to return promptly when the requested...
2012-11-08 Tom LaneRename ResolveNew() to ReplaceVarsFromTargetList()...
2012-11-07 Bruce MomjianAdd URLs to document why DLLIMPORT is needed on Windows.
2012-11-07 Heikki LinnakangasMake the streaming replication protocol messages archit...
next