Commit Graph

44574 Commits (32af96b2b118cd204ca809d7c48c7f8ea7f879cf)
 

Author SHA1 Message Date
Andres Freund 32af96b2b1 JIT tuple deforming in LLVM JIT provider. 8 years ago
Teodor Sigaev 64f85894ad Set random seed for pgbench. 8 years ago
Alvaro Herrera 530bcf7581 Fix thinko in comment 8 years ago
Alvaro Herrera 186b6df2e6 Fix test impredictability 8 years ago
Alvaro Herrera 555ee77a96 Handle INSERT .. ON CONFLICT with partitioned tables 8 years ago
Alvaro Herrera 1b89c2188b Fix typo 8 years ago
Andrew Dunstan 1d494b622f Remove two tests inadvertently added in 2b27273435 8 years ago
Andrew Dunstan 2b27273435 Optimize btree insertions for common case of increasing values 8 years ago
Tom Lane c515ff8d0a Doc: add example of type resolution in nested UNIONs. 8 years ago
Tom Lane d0c0c89453 Fix unsafe extraction of the OID part of a relation filename. 8 years ago
Peter Eisentraut bf4a8676c3 pg_resetwal: Allow users to change the WAL segment size 8 years ago
Peter Eisentraut 8ad8d916f9 initdb: Further polishing of --wal-segsize option 8 years ago
Tom Lane 3a2cb59887 Remove useless if-test. 8 years ago
Tom Lane ee4a2c4a03 Doc: remove extra comma in syntax summary for array_fill(). 8 years ago
Peter Eisentraut cc547cf08f pg_resetwal: Fix logical typo in code 8 years ago
Tom Lane 2dd3f969f5 Add #includes missed in commit e22b27f0cb. 8 years ago
Tom Lane 038a2ed139 Stabilize regression test result. 8 years ago
Tom Lane da616950ce Mop-up for commit feb8254518. 8 years ago
Peter Eisentraut e22b27f0cb Add long options to pg_resetwal and pg_controldata 8 years ago
Peter Eisentraut 496d56670a initdb: Improve --wal-segsize handling 8 years ago
Peter Eisentraut 4644a1170f Improve pg_resetwal documentation 8 years ago
Noah Misch c92f7c6223 Don't qualify type pg_catalog.text in extend-extensions-example. 8 years ago
Peter Eisentraut 52f3a9d6a3 Small refactoring 8 years ago
Peter Eisentraut 66ee8513d1 Further fix interaction of Perl and stdbool.h 8 years ago
Tom Lane 4b538727e2 Fix make rules that generate multiple output files. 8 years ago
Teodor Sigaev 8694cc96b5 Exclude unlogged tables from base backups 8 years ago
Peter Eisentraut 7ba7986fb4 Fix interaction of Perl and stdbool.h 8 years ago
Peter Eisentraut f1a074b146 pg_resetwal: Prevent division-by-zero errors 8 years ago
Alvaro Herrera 86f575948c Allow FOR EACH ROW triggers on partitioned tables 8 years ago
Peter Eisentraut 5700aa1301 pg_resetwal: Add simple test suite 8 years ago
Andres Freund 2111a48a0c Adapt expression JIT to stdbool.h introduction. 8 years ago
Peter Eisentraut fdb78948d8 Fix whitespace 8 years ago
Peter Eisentraut 5c4920be30 Remove stdbool workaround in sepgsql 8 years ago
Peter Eisentraut 9a95a77d9d Use stdbool.h if suitable 8 years ago
Andres Freund 2a0faed9d7 Add expression compilation support to LLVM JIT provider. 8 years ago
Andres Freund 7ced1d1247 Add FIELDNO_* macro designating offset into structs required for JIT. 8 years ago
Andres Freund fb46ac26fe Expand list of synchronized types and functions in LLVM JIT provider. 8 years ago
Tom Lane feb8254518 Improve style guideline compliance of assorted error-report messages. 8 years ago
Robert Haas 88ba0ae2aa Consider Parallel Append of partial paths for UNION [ALL]. 8 years ago
Tom Lane 7c91a0364f Sync up our various ways of estimating pg_class.reltuples. 8 years ago
Andres Freund cc415a56d0 Basic planner and executor integration for JIT. 8 years ago
Andres Freund 7ec0d80c05 Add helpers for emitting LLVM IR. 8 years ago
Andres Freund 250bca7fc1 Debugging and profiling support for LLVM JIT provider. 8 years ago
Andres Freund b96d550eb0 Support for optimizing and emitting code in LLVM JIT provider. 8 years ago
Robert Haas 2fe6336e2d Avoid creating a TOAST table for a partitioned table. 8 years ago
Robert Haas 8a8c4f3b32 Fix typo in comment. 8 years ago
Robert Haas f644c3b386 doc: Update parallel join documentation for Parallel Shared Hash. 8 years ago
Tom Lane 649f179250 Fix tuple counting in SP-GiST index build. 8 years ago
Robert Haas 7de4a1bcc5 Call pgstat_report_activity() in parallel CREATE INDEX workers. 8 years ago
Tom Lane c35b472869 Fix errors in contrib/bloom index build. 8 years ago