Commit Graph

44595 Commits (c2d4eb1b1fa252fd8c407e1519308017a18afed1)
 

Author SHA1 Message Date
Tom Lane c2d4eb1b1f Fix actual and potential double-frees around tuplesort usage. 7 years ago
Simon Riggs 1eb6d6527a Store 2PC GID in commit/abort WAL recs for logical decoding 7 years ago
Peter Eisentraut 75e95dd79b Attempt to fix jsonb_plpython build on Windows 7 years ago
Peter Eisentraut e81fc9b9db Fix jsonb_plpython tests on older Python versions 7 years ago
Peter Eisentraut 3f44e3db72 Transforms for jsonb to PL/Python 7 years ago
Andrew Dunstan a437551a22 Make fast_default regression tests locale independent 7 years ago
Simon Riggs 5b0d7f6996 Use pg_stat_get_xact* functions within xacts 7 years ago
Andres Freund f4f5845b31 Quick adaption of JIT tuple deforming to the fast default patch. 7 years ago
Andres Freund b4013b8e4a Add catversion bump missed in 16828d5c0. 7 years ago
Andrew Dunstan 16828d5c02 Fast ALTER TABLE ADD COLUMN with a non-NULL default 7 years ago
Tom Lane ef1978d6ed Update pgindent's typedefs blacklist, and make it easier to adjust. 7 years ago
Tom Lane 442accc3fe Allow memory contexts to have both fixed and variable ident strings. 7 years ago
Simon Riggs c203d6cf81 Allow HOT updates for some expression indexes 7 years ago
Peter Eisentraut 1944cdc982 libpq: PQhost to return active connected host or hostaddr 7 years ago
Teodor Sigaev 44bd95846a Fix count of skipped test of basebackup on Windows 7 years ago
Teodor Sigaev 920a5e500a Skip temp tables from basebackup. 7 years ago
Teodor Sigaev 3ad55863e9 Add predicate locking for GiST 7 years ago
Andres Freund 4b9094eb6e Adapt to LLVM 7+ Orc API changes. 7 years ago
Andres Freund 071371bc43 LLVMJIT: Free created module in LLVM < 5. 7 years ago
Andres Freund 0976c4ddd4 Make new regression indpendent of max_parallel_workers_per_gather. 7 years ago
Andres Freund 96b5eac918 Correct some typos in the new JIT code. 7 years ago
Andres Freund 32af96b2b1 JIT tuple deforming in LLVM JIT provider. 7 years ago
Teodor Sigaev 64f85894ad Set random seed for pgbench. 7 years ago
Alvaro Herrera 530bcf7581 Fix thinko in comment 7 years ago
Alvaro Herrera 186b6df2e6 Fix test impredictability 7 years ago
Alvaro Herrera 555ee77a96 Handle INSERT .. ON CONFLICT with partitioned tables 7 years ago
Alvaro Herrera 1b89c2188b Fix typo 7 years ago
Andrew Dunstan 1d494b622f Remove two tests inadvertently added in 2b27273435 7 years ago
Andrew Dunstan 2b27273435 Optimize btree insertions for common case of increasing values 7 years ago
Tom Lane c515ff8d0a Doc: add example of type resolution in nested UNIONs. 7 years ago
Tom Lane d0c0c89453 Fix unsafe extraction of the OID part of a relation filename. 7 years ago
Peter Eisentraut bf4a8676c3 pg_resetwal: Allow users to change the WAL segment size 7 years ago
Peter Eisentraut 8ad8d916f9 initdb: Further polishing of --wal-segsize option 7 years ago
Tom Lane 3a2cb59887 Remove useless if-test. 7 years ago
Tom Lane ee4a2c4a03 Doc: remove extra comma in syntax summary for array_fill(). 7 years ago
Peter Eisentraut cc547cf08f pg_resetwal: Fix logical typo in code 7 years ago
Tom Lane 2dd3f969f5 Add #includes missed in commit e22b27f0cb. 7 years ago
Tom Lane 038a2ed139 Stabilize regression test result. 7 years ago
Tom Lane da616950ce Mop-up for commit feb8254518. 7 years ago
Peter Eisentraut e22b27f0cb Add long options to pg_resetwal and pg_controldata 7 years ago
Peter Eisentraut 496d56670a initdb: Improve --wal-segsize handling 7 years ago
Peter Eisentraut 4644a1170f Improve pg_resetwal documentation 7 years ago
Noah Misch c92f7c6223 Don't qualify type pg_catalog.text in extend-extensions-example. 7 years ago
Peter Eisentraut 52f3a9d6a3 Small refactoring 7 years ago
Peter Eisentraut 66ee8513d1 Further fix interaction of Perl and stdbool.h 7 years ago
Tom Lane 4b538727e2 Fix make rules that generate multiple output files. 7 years ago
Teodor Sigaev 8694cc96b5 Exclude unlogged tables from base backups 7 years ago
Peter Eisentraut 7ba7986fb4 Fix interaction of Perl and stdbool.h 7 years ago
Peter Eisentraut f1a074b146 pg_resetwal: Prevent division-by-zero errors 7 years ago
Alvaro Herrera 86f575948c Allow FOR EACH ROW triggers on partitioned tables 7 years ago