pgsql: contrib/tsm_system_rows - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: contrib/tsm_system_rows
Date
Msg-id E1YtLKZ-0003XK-8r@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
contrib/tsm_system_rows

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4d40494b11883f154e40f3996ad414fb0933bc12

Modified Files
--------------
contrib/tsm_system_rows/.gitignore                 |    4 +
contrib/tsm_system_rows/Makefile                   |   21 ++
.../tsm_system_rows/expected/tsm_system_rows.out   |   31 +++
contrib/tsm_system_rows/sql/tsm_system_rows.sql    |   14 +
contrib/tsm_system_rows/tsm_system_rows--1.0.sql   |   45 ++++
contrib/tsm_system_rows/tsm_system_rows.c          |  270 ++++++++++++++++++++
contrib/tsm_system_rows/tsm_system_rows.control    |    5 +
7 files changed, 390 insertions(+)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: TABLESAMPLE system_time(limit)
Next
From: Simon Riggs
Date:
Subject: pgsql: contrib/tsm_system_time