summaryrefslogtreecommitdiff
path: root/contrib/pageinspect
Commit message (Expand)AuthorAgeFilesLines
* Improve BRIN infra, minmax opclass and regression testAlvaro Herrera2015-05-071-1/+1
* Move BRIN page type to page's last two bytesAlvaro Herrera2015-03-101-9/+4
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-211-8/+9
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-1/+1
* Update copyright for 2015Bruce Momjian2015-01-065-5/+5
* pageinspect/BRIN: minor tweaksAlvaro Herrera2014-12-022-0/+2
* Add pageinspect functions for inspecting GIN indexes.Heikki Linnakangas2014-11-214-4/+366
* BRIN: Block Range IndexesAlvaro Herrera2014-11-075-4/+501
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-253-3/+3
* Check block number against the correct fork in get_raw_page().Tom Lane2014-07-221-3/+5
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+2
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-184-12/+0
* pageinspect: Use new pg_lsn datatype.Robert Haas2014-03-035-9/+35
* Update copyright for 2014Bruce Momjian2014-01-073-3/+3
* Add more use of psprintf()Peter Eisentraut2014-01-061-49/+24
* Change the way we mark tuples as frozen.Robert Haas2013-12-221-1/+1
* Use cstring_to_text_with_len when length is known.Robert Haas2013-11-181-1/+1
* Fix typo in update scripts for some contrib modules.Fujii Masao2013-07-191-1/+1
* Remove pageinspect--1.0.sqlHeikki Linnakangas2013-05-242-109/+2
* Add pageinspect--1.0--1.sql for checksum changesSimon Riggs2013-03-181-0/+18
* Add pageinspect--1.1.sql for checksum changesSimon Riggs2013-03-181-0/+107
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-183-3/+4
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-013-3/+3
* Take buffer lock while inspecting btree index pages in contrib/pageinspect.Tom Lane2012-11-301-9/+11
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-302-0/+2
* Fix assorted compilation failures in contribAlvaro Herrera2012-08-281-2/+4
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-241-1/+2
* Update copyright notices for year 2012.Bruce Momjian2012-01-013-3/+3
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-014-13/+0
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-042-0/+2
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-111-2/+0
* Update pageinspect--1.0.sql to match the upgrade scriptAlvaro Herrera2011-02-251-2/+2
* Fix pageinspect's heap_page_item to return infomasks as 32 bit valuesAlvaro Herrera2011-02-252-3/+21
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-8/+8
* Convert contrib modules to use the extension facility.Tom Lane2011-02-136-26/+19
* Basic foreign table support.Robert Haas2011-01-011-0/+5
* Stamp copyrights for year 2011.Bruce Momjian2011-01-013-3/+3
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-207-7/+7
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-2/+1
* Fix minor typos in comments.Magnus Hagander2010-04-021-3/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-023-6/+6
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-114-23/+23
* Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4.Tom Lane2009-06-083-12/+60
* Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane2009-03-312-2/+42
* Update copyright for 2009.Bruce Momjian2009-01-013-6/+6
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-311-2/+2