summaryrefslogtreecommitdiff
path: root/contrib/pgstattuple
Commit message (Expand)AuthorAgeFilesLines
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-151-2/+9
* Remove DROPs from contrib object creation scripts, per Dave Page.Tom Lane2004-10-011-1/+0
* Pgindent run for 8.0.Bruce Momjian2004-08-291-5/+5
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-201-11/+14
* Get rid of rd_nblocks field in relcache entries. Turns out this wasTom Lane2004-05-081-2/+3
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-7/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-292-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* pgindent run.Bruce Momjian2003-08-041-2/+2
* Fix some minor portability issues, per Chris K-L.Tom Lane2003-08-011-7/+7
* New patch with corrected README attached.Bruce Momjian2003-06-123-12/+56
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-2/+0
* Update /contrib for "autocommit TO 'on'".Bruce Momjian2002-10-181-13/+18
* Add GRANT EXECUTE ON FUNCTIONTatsuo Ishii2002-09-181-0/+1
* pgindent run.Bruce Momjian2002-09-041-24/+20
* Refrect changes made by Tom LaneTatsuo Ishii2002-09-041-5/+9
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-293-73/+41
* Adapt for SRF(Set Returning Function).Tatsuo Ishii2002-08-234-89/+196
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+3
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-303-8/+13
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* Reflect Tom's changeTatsuo Ishii2001-12-201-4/+15
* Fix pgstattuple to acquire a read lock on the target table. ThisTom Lane2001-12-192-20/+38
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-73/+74
* Add pgstattupleTatsuo Ishii2001-10-015-0/+274