]> granicus.if.org Git - postgresql/history - contrib/pgstattuple
Add support for multi-row VALUES clauses as part of INSERT statements
[postgresql] / contrib / pgstattuple /
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-06 Bruce MomjianAdd index information to /contrib/pgstattuple:
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-05-27 Neil ConwayRemove second argument from textToQualifiedNameList...
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-10-01 Tom LaneRemove DROPs from contrib object creation scripts,...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-20 Bruce Momjian> Please find enclose a submission to fix these problems.
2004-05-08 Tom LaneGet rid of rd_nblocks field in relcache entries. Turns...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneFix some minor portability issues, per Chris K-L.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-09-18 Tatsuo IshiiAdd GRANT EXECUTE ON FUNCTION
2002-09-04 Bruce Momjianpgindent run.
2002-09-04 Tatsuo IshiiRefrect changes made by Tom Lane
2002-08-29 Tom LaneAdjust nodeFunctionscan.c to reset transient memory...
2002-08-23 Tatsuo IshiiAdapt for SRF(Set Returning Function).
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-03-30 Tom LaneFurther cleanups for relations in schemas: teach nextva...
2002-03-06 Bruce MomjianChange made to elog:
2001-12-20 Tatsuo IshiiReflect Tom's change
2001-12-19 Tom LaneFix pgstattuple to acquire a read lock on the target...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-01 Tatsuo IshiiAdd pgstattuple