Commit Graph

184 Commits (master)

Author SHA1 Message Date
Bruce Momjian 0ff3461bcc Alphabetically order reference to include files, "N" - "S". 19 years ago
Bruce Momjian dab42382f4 Add index information to /contrib/pgstattuple: 19 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Peter Eisentraut 7f4f42fa10 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in 20 years ago
Peter Eisentraut fe83b3ebc6 contrib uninstall scripts 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 0b36cb83dc PGXS should be set with := not =, as specified in the documentation, 20 years ago
Tom Lane 978129f28e Document get_call_result_type() and friends; mark TypeGetTupleDesc() 21 years ago
Neil Conway a4374f9070 Remove second argument from textToQualifiedNameList(), as it is no longer 21 years ago
Tom Lane 9ffc8ed58b Repair possible failure to update hint bits back to disk, per 21 years ago
Tom Lane 392b187a21 Remove DROPs from contrib object creation scripts, per Dave Page. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 21 years ago
Tom Lane 4af3421161 Get rid of rd_nblocks field in relcache entries. Turns out this was 22 years ago
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 3896f48d7e Fix some minor portability issues, per Chris K-L. 22 years ago
Bruce Momjian a647e30ba3 New patch with corrected README attached. 23 years ago
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 23 years ago
Bruce Momjian aa4c702eac Update /contrib for "autocommit TO 'on'". 23 years ago
Tatsuo Ishii 6bea242750 Add GRANT EXECUTE ON FUNCTION 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tatsuo Ishii 5e3a28f4de Refrect changes made by Tom Lane 23 years ago
Tom Lane e4186762ff Adjust nodeFunctionscan.c to reset transient memory context between calls 23 years ago
Tatsuo Ishii cf7ee638a7 Adapt for SRF(Set Returning Function). 23 years ago
Tom Lane 44fbe20d62 Restructure indexscan API (index_beginscan, index_getnext) per 24 years ago
Tom Lane 5f4745adf4 Further cleanups for relations in schemas: teach nextval and other 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Tatsuo Ishii 71d641cf15 Reflect Tom's change 24 years ago
Tom Lane 897083715b Fix pgstattuple to acquire a read lock on the target table. This 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tatsuo Ishii 9a23885f72 Add pgstattuple 24 years ago