index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pageinspect
Age
Commit message (
Expand
)
Author
2014-08-25
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-07-22
Check block number against the correct fork in get_raw_page().
Tom Lane
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-03-03
pageinspect: Use new pg_lsn datatype.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Add more use of psprintf()
Peter Eisentraut
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-11-18
Use cstring_to_text_with_len when length is known.
Robert Haas
2013-07-18
Fix typo in update scripts for some contrib modules.
Fujii Masao
2013-05-24
Remove pageinspect--1.0.sql
Heikki Linnakangas
2013-03-18
Add pageinspect--1.0--1.sql for checksum changes
Simon Riggs
2013-03-18
Add pageinspect--1.1.sql for checksum changes
Simon Riggs
2013-03-18
Remove PageSetTLI and rename pd_tli to pd_checksum
Simon Riggs
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-11-30
Take buffer lock while inspecting btree index pages in contrib/pageinspect.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-29
Fix assorted compilation failures in contrib
Alvaro Herrera
2012-06-24
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-10-12
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-04-11
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-02-25
Update pageinspect--1.0.sql to match the upgrade script
Alvaro Herrera
2011-02-25
Fix pageinspect's heap_page_item to return infomasks as 32 bit values
Alvaro Herrera
2011-02-14
Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2011-01-02
Basic foreign table support.
Robert Haas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-04-02
Fix minor typos in comments.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-08
Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4.
Tom Lane
2009-03-31
Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-10-31
Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer
Heikki Linnakangas
2008-10-06
Use fork names instead of numbers in the file names for additional
Heikki Linnakangas
2008-09-30
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2008-05-17
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2008-05-12
Restructure some header files a bit, in particular heapam.h, by removing some
Alvaro Herrera
2008-03-25
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-01-01
Fix some missed copyright updates.
Tom Lane
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-11-13
Add CVS version labels to all install/uninstall scripts.
Bruce Momjian
[next]