]> granicus.if.org Git - postgresql/history - src/include/utils/rel.h
Add 'ignore_nulls' option to row_to_json
[postgresql] / src / include / utils / rel.h
2014-07-14 Alvaro HerreraMove view reloptions into their own varlena struct
2014-05-14 Tom LaneCode review for recent changes in relcache.c.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-11 Robert HaasAdd a new reloption, user_catalog_table.
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-04-16 Heikki LinnakangasRemove some unused and seldom used fields from Relation...
2013-04-09 Kevin GrittnerCreate a distinction between a populated matview and...
2013-03-07 Tom LaneArrange to cache FdwRoutine structs in foreign tables...
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-24 Simon RiggsUpdate comments on rd_newRelfilenodeSubid.
2012-12-18 Tom LaneFix failure to ignore leftover temp tables after a...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-12 Tom LaneFix CLUSTER/VACUUM FULL for toast values owned by recen...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-12-18 Tom LaneReplace simple constant pg_am.amcanreturn with an AM...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-11-29 Tom LaneSimplify and speed up mapping of index opfamilies to...
2010-10-10 Tom LaneSupport triggers on views.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-04 Tom LaneRestructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE...
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-10 Tom LaneSome trivial adjustments in comments for struct Relatio...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-11-26 Heikki LinnakangasRely on relcache invalidation to update the cached...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-03-19 Jan WieckChanges pg_trigger and extend pg_rewrite in order to...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-04-25 Tom LaneArrange to cache btree metapage data in the relcache...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-05-27 Tom LaneArrange to cache fmgr lookup information for an index...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-01-10 Tom LanePhase 1 of fix for 'SMgrRelation hashtable corrupted...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneFix relcache to account properly for subtransaction...
2004-07-17 Tom LaneInvent ResourceOwner mechanism as per my recent proposa...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-06 Neil ConwayCode cleanup, mostly in the smgr:
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2002-11-23 Bruce MomjianThis patch implements FOR EACH STATEMENT triggers,...
2002-09-04 Bruce Momjianpgindent run.
2002-08-11 Tom LaneCode review of CLUSTER patch. Clean up problems with...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-01 Tom LaneAdd tgconstrrelid to stored Trigger structures, make...
next