summaryrefslogtreecommitdiff
path: root/contrib/pageinspect
AgeCommit message (Expand)Author
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-22Check block number against the correct fork in get_raw_page().Tom Lane
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-03-03pageinspect: Use new pg_lsn datatype.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-07Add more use of psprintf()Peter Eisentraut
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-11-18Use cstring_to_text_with_len when length is known.Robert Haas
2013-07-18Fix typo in update scripts for some contrib modules.Fujii Masao
2013-05-24Remove pageinspect--1.0.sqlHeikki Linnakangas
2013-03-18Add pageinspect--1.0--1.sql for checksum changesSimon Riggs
2013-03-18Add pageinspect--1.1.sql for checksum changesSimon Riggs
2013-03-18Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-30Take buffer lock while inspecting btree index pages in contrib/pageinspect.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-29Fix assorted compilation failures in contribAlvaro Herrera
2012-06-24Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-02-25Update pageinspect--1.0.sql to match the upgrade scriptAlvaro Herrera
2011-02-25Fix pageinspect's heap_page_item to return infomasks as 32 bit valuesAlvaro Herrera
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2011-01-02Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-04-02Fix minor typos in comments.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-08Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4.Tom Lane
2009-03-31Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-10-31Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas
2008-10-06Use fork names instead of numbers in the file names for additionalHeikki Linnakangas
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-01Fix some missed copyright updates.Tom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian