Commit Graph

44599 Commits (8a934d6778331f2ac04a40f4f22178a56a232315)
 

Author SHA1 Message Date
Andres Freund 8a934d6778 Use isinf builtin for clang, for performance. 8 years ago
Fujii Masao 266b6acb31 Make pg_rewind skip files and directories that are removed during server start. 8 years ago
Fujii Masao 09e96b3f35 Fix handling of files that source server removes during pg_rewind is running. 8 years ago
Peter Eisentraut d92bc83c48 PL/pgSQL: Nested CALL with transactions 8 years ago
Tom Lane c2d4eb1b1f Fix actual and potential double-frees around tuplesort usage. 8 years ago
Simon Riggs 1eb6d6527a Store 2PC GID in commit/abort WAL recs for logical decoding 8 years ago
Peter Eisentraut 75e95dd79b Attempt to fix jsonb_plpython build on Windows 8 years ago
Peter Eisentraut e81fc9b9db Fix jsonb_plpython tests on older Python versions 8 years ago
Peter Eisentraut 3f44e3db72 Transforms for jsonb to PL/Python 8 years ago
Andrew Dunstan a437551a22 Make fast_default regression tests locale independent 8 years ago
Simon Riggs 5b0d7f6996 Use pg_stat_get_xact* functions within xacts 8 years ago
Andres Freund f4f5845b31 Quick adaption of JIT tuple deforming to the fast default patch. 8 years ago
Andres Freund b4013b8e4a Add catversion bump missed in 16828d5c0. 8 years ago
Andrew Dunstan 16828d5c02 Fast ALTER TABLE ADD COLUMN with a non-NULL default 8 years ago
Tom Lane ef1978d6ed Update pgindent's typedefs blacklist, and make it easier to adjust. 8 years ago
Tom Lane 442accc3fe Allow memory contexts to have both fixed and variable ident strings. 8 years ago
Simon Riggs c203d6cf81 Allow HOT updates for some expression indexes 8 years ago
Peter Eisentraut 1944cdc982 libpq: PQhost to return active connected host or hostaddr 8 years ago
Teodor Sigaev 44bd95846a Fix count of skipped test of basebackup on Windows 8 years ago
Teodor Sigaev 920a5e500a Skip temp tables from basebackup. 8 years ago
Teodor Sigaev 3ad55863e9 Add predicate locking for GiST 8 years ago
Andres Freund 4b9094eb6e Adapt to LLVM 7+ Orc API changes. 8 years ago
Andres Freund 071371bc43 LLVMJIT: Free created module in LLVM < 5. 8 years ago
Andres Freund 0976c4ddd4 Make new regression indpendent of max_parallel_workers_per_gather. 8 years ago
Andres Freund 96b5eac918 Correct some typos in the new JIT code. 8 years ago
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