Commit Graph

46835 Commits (5f768045a1a25847a3eea59d309e28c8141aed44)
 

Author SHA1 Message Date
Alvaro Herrera 5f768045a1 Correctly initialize newly added struct member 7 years ago
Alvaro Herrera e8abf97af7 Prevent use of uninitialized variable 7 years ago
Alvaro Herrera 11074f26bc Update expected output for modified catalog definition 7 years ago
Alvaro Herrera ab0dfc961b Report progress of CREATE INDEX operations 7 years ago
Stephen Frost 4d0e994eed Add support for partial TOAST decompression 7 years ago
Etsuro Fujita d50d172e51 postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely. 7 years ago
Etsuro Fujita aef65db676 Refactor create_limit_path() to share cost adjustment code with FDWs. 7 years ago
Etsuro Fujita 0269edefac postgres_fdw: Modify regression tests for EPQ-related planning problems. 7 years ago
Etsuro Fujita ffab494a4d postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely. 7 years ago
Dean Rasheed e2d28c0f40 Perform RLS subquery checks as the right user when going via a view. 7 years ago
Michael Paquier 280e5f1405 Add progress reporting to pg_checksums 7 years ago
Thomas Munro 475861b261 Add wal_recycle and wal_init_zero GUCs. 7 years ago
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