]> granicus.if.org Git - postgresql/history - src/backend/commands
Replace the XLogInsert slots with regular LWLocks.
[postgresql] / src / backend / commands /
2014-03-18 Tom LaneFix relcache reference leak in refresh_by_match_merge().
2014-03-13 Tom LaneAvoid transaction-commit race condition while receiving...
2014-03-08 Bruce MomjianC comments: improve description of relfilenode uniqueness
2014-03-07 Tom LaneAvoid getting more than AccessShareLock when deparsing...
2014-03-04 Andrew DunstanProvide a FORCE NULL option to COPY in CSV mode.
2014-03-04 Robert HaasAllow VACUUM FULL/CLUSTER to bump freeze horizons even...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-25 Robert HaasUpdate a few comments to mention materialized views.
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
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-17 Noah MischShore up ADMIN OPTION restrictions.
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-01-30 Tom LaneFix unsafe references to errno within error messaging...
2014-01-29 Robert HaasInclude planning time in EXPLAIN ANALYZE output.
2014-01-24 Stephen FrostALTER TABLESPACE ... MOVE ... OWNED BY
2014-01-23 Alvaro HerreraMake DROP IF EXISTS more consistently not fail
2014-01-20 Alvaro HerreraExpose a routine to print triggers during EXPLAIN ANALYZE
2014-01-20 Fujii MasaoFix typo in comment.
2014-01-20 Simon RiggsSpeed up COPY into tables with DEFAULT nextval()
2014-01-19 Stephen FrostAdd CREATE TABLESPACE ... WITH ... Options
2014-01-19 Tom LaneFix VACUUM's reporting of dead-tuple counts to the...
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-18 Stephen FrostAllow SET TABLESPACE to database default
2014-01-18 Tom LaneMake various variables const (read-only).
2014-01-13 Robert HaasMake bitmap heap scans show exact/lossy block info...
2014-01-11 Tom LaneFix compute_scalar_stats() for case that all values...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Peter EisentrautAdd more use of psprintf()
2014-01-03 Alvaro HerreraRestore some comments lost during 15732b34e8c8
2014-01-02 Robert HaasAggressively freeze tables when CLUSTER or VACUUM FULL...
2013-12-30 Tom LaneFix broken support for event triggers as extension...
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
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-17 Bruce MomjianComment: COPY comment improvement
2013-12-16 Alvaro HerreraRework tuple freezing protocol
2013-12-13 Tom LaneAdd HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt...
2013-12-13 Heikki LinnakangasFix more instances of "the the" in comments.
2013-12-13 Heikki LinnakangasFix WAL-logging of setting the visibility map bit.
2013-12-12 Tom LaneImprove EXPLAIN to print the grouping columns in Agg...
2013-12-12 Simon RiggsNew autovacuum_work_mem parameter
2013-12-11 Robert HaasAdd a new reloption, user_catalog_table.
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-12-03 Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
2013-11-30 Alvaro HerreraFix full-table-vacuum request mechanism for MultiXactIds
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-27 Heikki LinnakangasDon't update relfrozenxid if any pages were skipped.
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-18 Heikki LinnakangasCount locked pages that don't need vacuuming as scanned.
2013-11-16 Tom LaneAllow aggregates to provide estimates of their transiti...
2013-11-15 Tom LaneMinor comment corrections for sequence hashtable patch.
2013-11-15 Heikki LinnakangasFix bogus hash table creation.
2013-11-15 Heikki LinnakangasUse a hash table to store current sequence values.
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-11-08 Tom LaneFix subtly-wrong volatility checking in BeginCopyFrom().
2013-11-06 Kevin GrittnerKeep heap open until new heap generated in RMV.
2013-11-05 Kevin GrittnerLock relation used to generate fresh data for RMV.
2013-11-03 Kevin GrittnerAcquire appropriate locks when rewriting during RMV.
2013-11-01 Tom LaneRemove CTimeZone/HasCTZSet, root and branch.
2013-11-01 Tom LaneFix some odd behaviors when using a SQL-style simple...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-28 Tom LaneImprove documentation about usage of FDW validator...
2013-10-23 Heikki LinnakangasFix two bugs in setting the vm bit of empty pages.
2013-10-18 Robert HaasAllow only some columns of a view to be auto-updateable.
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
2013-10-07 Robert HaasMake DISCARD SEQUENCES also discard the last used sequence.
2013-10-04 Robert HaasFix silly thinko in ResetSequenceCaches.
2013-10-03 Robert HaasAdd DISCARD SEQUENCES command.
2013-10-01 Alvaro HerreraAdd WaitForLockers in lmgr, refactoring index.c code
2013-09-26 Heikki LinnakangasFix spurious warning after vacuuming a page on a table...
2013-09-23 Robert HaasDon't allow system columns in CHECK constraints, except...
2013-09-16 Alvaro HerreraRename various "freeze multixact" variables
2013-09-03 Tom LaneUpdate comments concerning PGC_S_TEST.
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-08-28 Robert HaasAllow discovery of whether a dynamic background worker...
2013-08-18 Kevin GrittnerRemove relcache entry invalidation in REFRESH MATERIALI...
2013-08-15 Kevin GrittnerDon't allow ALTER MATERIALIZED VIEW ADD UNIQUE.
2013-08-14 Kevin GrittnerRemove Assert that matview is not in system schema...
2013-08-05 Kevin GrittnerVarious cleanups for REFRESH MATERIALIZED VIEW CONCURRE...
2013-08-01 Kevin GrittnerImprove comments for IncrementalMaintenance DML enablin...
2013-08-01 Robert HaasRemove SnapshotNow and HeapTupleSatisfiesNow.
2013-07-30 Noah MischRestore REINDEX constraint validation.
2013-07-22 Robert HaasFix cache flush hazard in ExecRefreshMatView.
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 Tom LaneFix direct access to Relation->rd_indpred.
2013-07-16 Kevin GrittnerAdd support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
2013-07-12 Noah MischSwitch user ID to the object owner when populating...
2013-07-05 Noah MischUpdate messages, comments and documentation for materia...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-28 Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
2013-06-28 Simon RiggsAssert that ALTER TABLE subcommands have pass set
2013-06-24 Simon RiggsReverting previous commit, pending investigation
2013-06-24 Simon RiggsALTER TABLE ... ALTER CONSTRAINT for FKs
next