Commit Graph

136 Commits (cc415a56d09a8da7c919088036b6097b70f10791)

Author SHA1 Message Date
Peter Eisentraut 3a4b891964 Fix more format truncation issues 8 years ago
Tom Lane d04900de7d When updating reltuples after ANALYZE, just extrapolate from our sample. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane eb5c404b17 Minor code-cleanliness improvements for btree. 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Robert Haas 0b7ba3d647 pgstatindex: Insert some casts to prevent overflow. 8 years ago
Robert Haas 620b49a16d hash: Increase the number of possible overflow bitmaps by 8x. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Tom Lane 2040bb4a0b Clean up manipulations of hash indexes' hasho_flag field. 9 years ago
Robert Haas 9cc27566c1 Fix pgstattuple's handling of unused hash pages. 9 years ago
Robert Haas ea69a0dead Expand hash indexes more gradually. 9 years ago
Simon Riggs 25fff40798 Default monitoring roles 9 years ago
Alvaro Herrera ce96ce60ca Remove direct uses of ItemPointer.{ip_blkid,ip_posid} 9 years ago
Simon Riggs af4b1a0869 Refactor GetOldestXmin() to use flags 9 years ago
Robert Haas c11453ce0a hash: Add write-ahead logging support. 9 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Stephen Frost 90e91e242f pgstattuple: Fix typo partitiond -> partitioned 9 years ago
Stephen Frost c08d82f38e Add relkind checks to certain contrib modules 9 years ago
Robert Haas e759854a09 pgstattuple: Add pgstathashindex. 9 years ago
Peter Eisentraut f21a563d25 Move some things from builtins.h to new header files 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas d4b5d4cadd pgstattuple: Don't take heavyweight locks when examining a hash index. 9 years ago
Stephen Frost fd321a1dfd Remove superuser checks in pgstattuple 9 years ago
Tom Lane 5484c0a980 Minor fixes in contrib installation scripts. 9 years ago
Robert Haas a8501ba119 Update pgstattuple extension for parallel query. 9 years ago
Heikki Linnakangas d22b85fbd4 Remove unused macros. 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 10 years ago
Noah Misch 4ad6f13500 Copyedit comments and documentation. 10 years ago
Robert Haas a892234f83 Change the format of the VM fork to add a second bit per page. 10 years ago
Tom Lane 48e6c943e5 Fix multiple bugs in contrib/pgstattuple's pgstatindex() function. 10 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Fujii Masao 705d397cd9 Prevent pgstattuple() from reporting BRIN as unknown index. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Andres Freund 5850b20f58 Add pgstattuple_approx() to the pgstattuple extension. 10 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Bruce Momjian 6a605cd6bd Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 11 years ago
Noah Misch 9d0826c595 Don't prematurely free the BufferAccessStrategy in pgstat_heap(). 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Heikki Linnakangas 36a35c550a Compress GIN posting lists, for smaller index size. 12 years ago
Peter Eisentraut edc43458d7 Add more use of psprintf() 12 years ago
Robert Haas 80c79ab2a8 pgstattuple: Use SnapshotDirty, not SnapshotNow. 12 years ago
Fujii Masao 1dc118660b Fix pgstattuple functions to use regclass-type as the argument. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago