Commit Graph

46823 Commits (4b82664156c230b59607704506f5b0a32ef490a2)
 

Author SHA1 Message Date
Andres Freund 4b82664156 Only allow heap in a number of contrib modules. 7 years ago
Andres Freund d45e401586 tableam: Add table_finish_bulk_insert(). 7 years ago
Tom Lane 26a76cb640 Restrict pgbench's zipfian parameter to ensure good performance. 7 years ago
Thomas Munro 4fd05bb55b Fix deadlock in heap_compute_xid_horizon_for_tuples(). 7 years ago
Tom Lane 12d46ac392 Improve documentation about our XML functionality. 7 years ago
Tom Lane b2b819019f Add volatile qualifier missed in commit 2e616dee9. 7 years ago
Peter Eisentraut cc8d415117 Unified logging system for command-line programs 7 years ago
Alexander Korotkov b4cc19ab01 Throw error in jsonb_path_match() when result is not single boolean 7 years ago
Alexander Korotkov 2e643501e5 Restrict some cases in parsing numerics in jsonpath 7 years ago
Alexander Korotkov 0a02e2ae02 GIN support for @@ and @? jsonpath operators 7 years ago
Peter Eisentraut 7241911782 Catch syntax error in generated column definition 7 years ago
Michael Paquier 4ae7f02b03 Fix thinko in allocation call during MVC list deserialization 7 years ago
Noah Misch 5a907404b5 Update HINT for pre-existing shared memory block. 7 years ago
Andres Freund bfbcad478f tableam: bitmap table scan. 7 years ago
Andres Freund 73c954d248 tableam: sample scan. 7 years ago
Andres Freund 4bb50236eb tableam: Formatting and other minor cleanups. 7 years ago
Peter Geoghegan 76a39f2295 Fix nbtree high key "continuescan" row compare bug. 7 years ago
Tom Lane 8fba397f0c Add test case exercising formerly-unreached code in inheritance_planner. 7 years ago
Tom Lane 9fd4de119c Compute root->qual_security_level in a less random place. 7 years ago
Michael Paquier 2aa6e331ea Skip redundant anti-wraparound vacuums 7 years ago
Andrew Dunstan 47b3c26642 Have pg_upgrade's Makefile honor NO_TEMP_INSTALL 7 years ago
Andres Freund 696d78469f tableam: Move heap specific logic from estimate_rel_size below tableam. 7 years ago
Andres Freund 737a292b5d tableam: VACUUM and ANALYZE support. 7 years ago
Tomas Vondra 0f5493fdf1 Fix typo 7 years ago
Tom Lane 428b260f87 Speed up planning when partitions can be pruned at plan time. 7 years ago
Tomas Vondra ad3107b973 Fix compiler warnings in multivariate MCV code 7 years ago
Tomas Vondra ea4e1c0e8f Additional fixes of memory alignment in pg_mcv_list code 7 years ago
Tom Lane 7ad6498fd5 Avoid crash in partitionwise join planning under GEQO. 7 years ago
Peter Eisentraut ef6576f537 doc: Fix typo 7 years ago
Peter Eisentraut fc22b6623b Generated columns 7 years ago
Peter Eisentraut 6b8b5364dd Small code simplification for REINDEX CONCURRENTLY 7 years ago
Peter Eisentraut 173268f4d0 doc: Small documentation review for REINDEX CONCURRENTLY 7 years ago
Peter Eisentraut 0267629e18 doc: Fix typo 7 years ago
Peter Geoghegan 9c7fb7e6d8 Tweak some nbtree-related code comments. 7 years ago
Tomas Vondra d85e0f366a Fix memory alignment in pg_mcv_list serialization 7 years ago
Andres Freund d3a5fc17eb Show table access methods as such in psql's \dA. 7 years ago
Andres Freund ffa8444ce4 tableam: Comment fixes. 7 years ago
Michael Paquier a7cc52370b Reorganize Notes section in documentation of pg_checksums 7 years ago
Peter Eisentraut c0a2ff474a doc: Refine README.links further 7 years ago
Robert Haas 41b54ba78e Allow existing VACUUM options to take a Boolean argument. 7 years ago
Robert Haas c900c15269 Warn more strongly about the dangers of exclusive backup mode. 7 years ago
Peter Eisentraut bb76134b08 Fix incorrect code in new REINDEX CONCURRENTLY code 7 years ago
Peter Eisentraut 5dc92b844e REINDEX CONCURRENTLY 7 years ago
Andres Freund d25f519107 tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE. 7 years ago
Thomas Munro 7e69323bf7 Fix typo. 7 years ago
Andres Freund 46bcd2af18 Fix a few comment copy & pastos. 7 years ago
Tomas Vondra 62bf0fb35c Fix deserialization of pg_mcv_list values 7 years ago
Peter Eisentraut f3afbbdae9 doc: Fix typo 7 years ago
Thomas Munro ad308058cc Use FullTransactionId for the transaction stack. 7 years ago
Thomas Munro 2fc7af5e96 Add basic infrastructure for 64 bit transaction IDs. 7 years ago