Commit Graph

44615 Commits (3282c4c136e4e5ad22d57dbe7a98fbac2962500a)
 

Author SHA1 Message Date
Bruce Momjian 3282c4c136 README change: update for hash access method 8 years ago
Magnus Hagander 8cdc834647 Fix incorrect copy/paste in comment 8 years ago
Magnus Hagander 9778d5c180 Fix typo in comment 8 years ago
Tom Lane 2b1759e267 Remove unnecessary BufferGetPage() calls in fsm_vacuum_page(). 8 years ago
Tom Lane a063baaced Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead. 8 years ago
Bruce Momjian bc0021ef09 C comment: fix wording about shared memory message queue 8 years ago
Tom Lane 851a26e266 While vacuuming a large table, update upper-level FSM data every so often. 8 years ago
Teodor Sigaev c0cbe00fee Add casts from jsonb 8 years ago
Bruce Momjian 7fe04ce920 docs: fix INSTALL.xml build by using "standalone-ignore" 8 years ago
Magnus Hagander 669820a3d9 Fix typo in comment 8 years ago
Peter Eisentraut 056a5a3f63 Allow committing inside cursor loop 8 years ago
Bruce Momjian a2894cce54 C comment: fix typo, log -> lag 8 years ago
Andres Freund a0a08c1d85 Fix mistakes in the just added JIT docs. 8 years ago
Andres Freund e6c039d13e Add documentation for the JIT feature. 8 years ago
Andres Freund 1f0c6a9e7d Add EXPLAIN support for JIT. 8 years ago
Andres Freund 9370462e9a Add inlining support to LLVM JIT provider. 8 years ago
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