]> granicus.if.org Git - postgresql/history - contrib/pageinspect
Manual cleanup of pgindent results.
[postgresql] / contrib / pageinspect /
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-07 Alvaro HerreraImprove BRIN infra, minmax opclass and regression test
2015-03-10 Alvaro HerreraMove BRIN page type to page's last two bytes
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-02 Alvaro Herrerapageinspect/BRIN: minor tweaks
2014-11-21 Heikki LinnakangasAdd pageinspect functions for inspecting GIN indexes.
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-07-22 Tom LaneCheck block number against the correct fork in get_raw_...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-03-03 Robert Haaspageinspect: Use new pg_lsn datatype.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Peter EisentrautAdd more use of psprintf()
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-11-18 Robert HaasUse cstring_to_text_with_len when length is known.
2013-07-18 Fujii MasaoFix typo in update scripts for some contrib modules.
2013-05-24 Heikki LinnakangasRemove pageinspect--1.0.sql
2013-03-18 Simon RiggsAdd pageinspect--1.0--1.sql for checksum changes
2013-03-18 Simon RiggsAdd pageinspect--1.1.sql for checksum changes
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-30 Tom LaneTake buffer lock while inspecting btree index pages...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-29 Alvaro HerreraFix assorted compilation failures in contrib
2012-06-24 Heikki LinnakangasReplace XLogRecPtr struct with a 64-bit integer.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-12 Tom LaneThrow a useful error message if an extension script...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-02-25 Alvaro HerreraUpdate pageinspect--1.0.sql to match the upgrade script
2011-02-25 Alvaro HerreraFix pageinspect's heap_page_item to return infomasks...
2011-02-14 Tom LaneAvoid use of CREATE OR REPLACE FUNCTION in extension...
2011-02-14 Tom LaneConvert contrib modules to use the extension facility.
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-04-02 Magnus HaganderFix minor typos in comments.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-08 Tom LaneFix contrib/pageinspect to not create an ABI breakage...
2009-03-31 Tom LaneFix contrib/pgstattuple and contrib/pageinspect to...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-06 Heikki LinnakangasUse fork names instead of numbers in the file names...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-05-17 Andrew DunstanAdd $PostgreSQL$ markers to a lot of files that were...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Tom LaneFix some missed copyright updates.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-13 Bruce MomjianAdd CVS version labels to all install/uninstall scripts.
2007-11-11 Bruce MomjianMake /contrib install/uninstall script consistent:
2007-11-10 Bruce MomjianRemove references to READMEs from /contrib Makefiles.
2007-11-10 Bruce MomjianMove most /contrib README files into SGML. Some still...
2007-09-21 Tom LaneImprove handling of prune/no-prune decisions by storing...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-08-26 Tom LaneCode review for btreefuncs additions: restrict to super...
2007-07-15 Tom LaneFix CHECK_RELATION_BLOCK_RANGE macro, which was not...
2007-07-15 Tom LaneSilence a rather odd compiler warning. In passing...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-05-17 Bruce MomjianAdd database page inspection /contrib module.