Commit Graph

81 Commits (REL9_1_STABLE)

Author SHA1 Message Date
Heikki Linnakangas c2c19afc82 Remove unused macros. 10 years ago
Tom Lane 0f359c7de9 Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. 10 years ago
Andres Freund 0aa09c9cf3 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Bruce Momjian 2616a5d300 Remove tabs after spaces in C comments 12 years ago
Tom Lane dbd35a972f Throw a useful error message if an extension script file is fed to psql. 14 years ago
Robert Haas 5308abfd89 Make pgstatindex respond to cancel interrupts. 14 years ago
Tom Lane ac45828e99 Fix pgstatindex() to give consistent results for empty indexes. 15 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 17 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 18 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 19 years ago
Tom Lane 6889303531 Redefine the lp_flags field of item pointers as having four states, rather 19 years ago
Tom Lane 38c75ecf83 Restrict pgstattuple functions to superusers. (This might be too strict, 19 years ago
Tom Lane 93624bcda0 Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing 19 years ago
Tom Lane cfd6c89b04 Silence a rather odd compiler warning. In passing, make this file's 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 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. 20 years ago
Tom Lane c9a6490991 Clean up some leftover problems in pgstattuple: remove unwanted and 20 years ago
Bruce Momjian 74924d29fa Add functions to /contrib/pgstattuple that show index statistics and 20 years ago
Bruce Momjian 0ff3461bcc Alphabetically order reference to include files, "N" - "S". 20 years ago
Bruce Momjian dab42382f4 Add index information to /contrib/pgstattuple: 20 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago