Commit Graph

184 Commits (master)

Author SHA1 Message Date
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 13 years ago
Robert Haas d2c86a1ccd Remove RELKIND_UNCATALOGED. 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Robert Haas 2e46bf6711 pgstattuple: Use a BufferAccessStrategy object to avoid cache-trashing. 14 years ago
Robert Haas 97c85098de pgstattuple: Add new error case for spgist indexes. 14 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Robert Haas 1cb018dd09 Make pgstatindex respond to cancel interrupts. 14 years ago
Tom Lane bd165757f4 Add a regression test for pgstattuple. 14 years ago
Tom Lane af7d181298 Fix pgstatindex() to give consistent results for empty indexes. 14 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 14 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Robert Haas 0d692a0dc9 Basic foreign table support. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane 33065ef8bc Ensure that contrib/pgstattuple functions respond to cancel interrupts 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Bruce Momjian 636edd553d Blank line Makefile cleanups. 17 years ago
Tom Lane c029a6a49e Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read 17 years ago
Tatsuo Ishii 40e01e267d Remove outdated Japanese README files per discussion. 17 years ago
Alvaro Herrera a3540b0f65 Improve our #include situation by moving pointer types away from the 17 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Tom Lane 0ff81a525e Suppress compiler warning induced by recent header file refactoring. 18 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 18 years ago
Alvaro Herrera 73b0300b2a Move the HTSU_Result enum definition into snapshot.h, to avoid including 18 years ago
Tom Lane d287818eb5 Adjust pgstatindex() to give correct answers for indexes larger than 18 years ago
Tom Lane b775d93acb Fix pgstat_heap() to not be broken by syncscans starting from a block 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Tom Lane 7ec280e117 Be careful to get share lock on each page before computing its free space. 18 years ago
Tom Lane 282d2a03dd HOT updates. When we update a tuple without changing any of its indexed 18 years ago
Tom Lane 6889303531 Redefine the lp_flags field of item pointers as having four states, rather 18 years ago
Tom Lane 38c75ecf83 Restrict pgstattuple functions to superusers. (This might be too strict, 18 years ago
Tom Lane 93624bcda0 Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing 18 years ago
Tom Lane cfd6c89b04 Silence a rather odd compiler warning. In passing, make this file's 18 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 18 years ago
Magnus Hagander b13cc9579c The functions bt_metap, bt_page_stats and bt_page_items had moved 19 years ago
Bruce Momjian 9c326ad6bc Add CVS comment for recent commit: 19 years ago
Bruce Momjian 64058429c5 Add database page inspection /contrib module. 19 years ago
Tom Lane 0fef38da21 Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetching 19 years ago
Tom Lane e85a01df67 Clean up the representation of special snapshots by including a "method 19 years ago
Alvaro Herrera c9d3b8f5d2 Fix uninitialized value in pgstatindex leading to invalid values being 19 years ago
Tom Lane 72ec567a9a Simplify contrib Makefiles by removing unnecessary SRCS macro, 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Bruce Momjian 70bc947dc9 Update Japanese readme for pgstattuple. 19 years ago
Tom Lane c9a6490991 Clean up some leftover problems in pgstattuple: remove unwanted and 19 years ago
Bruce Momjian 74924d29fa Add functions to /contrib/pgstattuple that show index statistics and 19 years ago