| 2018-03-29 |
Tom Lane | While vacuuming a large table, update upper-level FSM... |
commit | commitdiff | tree |
| 2018-03-29 |
Teodor Sigaev | Add casts from jsonb |
commit | commitdiff | tree |
| 2018-03-29 |
Bruce Momjian | docs: fix INSTALL.xml build by using "standalone-ignore" |
commit | commitdiff | tree |
| 2018-03-29 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
| 2018-03-28 |
Peter Eisentraut | Allow committing inside cursor loop |
commit | commitdiff | tree |
| 2018-03-28 |
Bruce Momjian | C comment: fix typo, log -> lag |
commit | commitdiff | tree |
| 2018-03-28 |
Andres Freund | Fix mistakes in the just added JIT docs. |
commit | commitdiff | tree |
| 2018-03-28 |
Andres Freund | Add documentation for the JIT feature. |
commit | commitdiff | tree |
| 2018-03-28 |
Andres Freund | Add EXPLAIN support for JIT. |
commit | commitdiff | tree |
| 2018-03-28 |
Andres Freund | Add inlining support to LLVM JIT provider. |
commit | commitdiff | tree |
| 2018-03-28 |
Andres Freund | Use isinf builtin for clang, for performance. |
commit | commitdiff | tree |
| 2018-03-28 |
Fujii Masao | Make pg_rewind skip files and directories that are... |
commit | commitdiff | tree |
| 2018-03-28 |
Fujii Masao | Fix handling of files that source server removes during... |
commit | commitdiff | tree |
| 2018-03-28 |
Peter Eisentraut | PL/pgSQL: Nested CALL with transactions |
commit | commitdiff | tree |
| 2018-03-28 |
Tom Lane | Fix actual and potential double-frees around tuplesort... |
commit | commitdiff | tree |
| 2018-03-28 |
Simon Riggs | Store 2PC GID in commit/abort WAL recs for logical... |
commit | commitdiff | tree |
| 2018-03-28 |
Peter Eisentraut | Attempt to fix jsonb_plpython build on Windows |
commit | commitdiff | tree |
| 2018-03-28 |
Peter Eisentraut | Fix jsonb_plpython tests on older Python versions |
commit | commitdiff | tree |
| 2018-03-28 |
Peter Eisentraut | Transforms for jsonb to PL/Python |
commit | commitdiff | tree |
| 2018-03-28 |
Andrew Dunstan | Make fast_default regression tests locale independent |
commit | commitdiff | tree |
| 2018-03-28 |
Simon Riggs | Use pg_stat_get_xact* functions within xacts |
commit | commitdiff | tree |
| 2018-03-28 |
Andres Freund | Quick adaption of JIT tuple deforming to the fast defau... |
commit | commitdiff | tree |
| 2018-03-28 |
Andres Freund | Add catversion bump missed in 16828d5c0. |
commit | commitdiff | tree |
| 2018-03-28 |
Andrew Dunstan | Fast ALTER TABLE ADD COLUMN with a non-NULL default |
commit | commitdiff | tree |
| 2018-03-27 |
Tom Lane | Update pgindent's typedefs blacklist, and make it easie... |
commit | commitdiff | tree |
| 2018-03-27 |
Tom Lane | Allow memory contexts to have both fixed and variable... |
commit | commitdiff | tree |
| 2018-03-27 |
Simon Riggs | Allow HOT updates for some expression indexes |
commit | commitdiff | tree |
| 2018-03-27 |
Peter Eisentraut | libpq: PQhost to return active connected host or hostaddr |
commit | commitdiff | tree |
| 2018-03-27 |
Teodor Sigaev | Fix count of skipped test of basebackup on Windows |
commit | commitdiff | tree |
| 2018-03-27 |
Teodor Sigaev | Skip temp tables from basebackup. |
commit | commitdiff | tree |
| 2018-03-27 |
Teodor Sigaev | Add predicate locking for GiST |
commit | commitdiff | tree |
| 2018-03-26 |
Andres Freund | Adapt to LLVM 7+ Orc API changes. |
commit | commitdiff | tree |
| 2018-03-26 |
Andres Freund | LLVMJIT: Free created module in LLVM < 5. |
commit | commitdiff | tree |
| 2018-03-26 |
Andres Freund | Make new regression indpendent of max_parallel_workers... |
commit | commitdiff | tree |
| 2018-03-26 |
Andres Freund | Correct some typos in the new JIT code. |
commit | commitdiff | tree |
| 2018-03-26 |
Andres Freund | JIT tuple deforming in LLVM JIT provider. |
commit | commitdiff | tree |
| 2018-03-26 |
Teodor Sigaev | Set random seed for pgbench. |
commit | commitdiff | tree |
| 2018-03-26 |
Alvaro Herrera | Fix thinko in comment |
commit | commitdiff | tree |
| 2018-03-26 |
Alvaro Herrera | Fix test impredictability |
commit | commitdiff | tree |
| 2018-03-26 |
Alvaro Herrera | Handle INSERT .. ON CONFLICT with partitioned tables |
commit | commitdiff | tree |
| 2018-03-26 |
Alvaro Herrera | Fix typo |
commit | commitdiff | tree |
| 2018-03-26 |
Andrew Dunstan | Remove two tests inadvertently added in 2b27273435 |
commit | commitdiff | tree |
| 2018-03-26 |
Andrew Dunstan | Optimize btree insertions for common case of increasing... |
commit | commitdiff | tree |
| 2018-03-25 |
Tom Lane | Doc: add example of type resolution in nested UNIONs. |
commit | commitdiff | tree |
| 2018-03-25 |
Tom Lane | Fix unsafe extraction of the OID part of a relation... |
commit | commitdiff | tree |
| 2018-03-25 |
Peter Eisentraut | pg_resetwal: Allow users to change the WAL segment... |
commit | commitdiff | tree |
| 2018-03-25 |
Peter Eisentraut | initdb: Further polishing of --wal-segsize option |
commit | commitdiff | tree |
| 2018-03-25 |
Tom Lane | Remove useless if-test. |
commit | commitdiff | tree |
| 2018-03-25 |
Tom Lane | Doc: remove extra comma in syntax summary for array_fill(). |
commit | commitdiff | tree |
| 2018-03-25 |
Peter Eisentraut | pg_resetwal: Fix logical typo in code |
commit | commitdiff | tree |
| 2018-03-25 |
Tom Lane | Add #includes missed in commit e22b27f0cb3ee03ee300d431... |
commit | commitdiff | tree |
| 2018-03-25 |
Tom Lane | Stabilize regression test result. |
commit | commitdiff | tree |
| 2018-03-25 |
Tom Lane | Mop-up for commit feb8254518752b2cb4a8964c374dd82d49ef0e0d. |
commit | commitdiff | tree |
| 2018-03-25 |
Peter Eisentraut | Add long options to pg_resetwal and pg_controldata |
commit | commitdiff | tree |
| 2018-03-24 |
Peter Eisentraut | initdb: Improve --wal-segsize handling |
commit | commitdiff | tree |
| 2018-03-24 |
Peter Eisentraut | Improve pg_resetwal documentation |
commit | commitdiff | tree |
| 2018-03-24 |
Noah Misch | Don't qualify type pg_catalog.text in extend-extensions... |
commit | commitdiff | tree |
| 2018-03-23 |
Peter Eisentraut | Small refactoring |
commit | commitdiff | tree |
| 2018-03-23 |
Peter Eisentraut | Further fix interaction of Perl and stdbool.h |
commit | commitdiff | tree |
| 2018-03-23 |
Tom Lane | Fix make rules that generate multiple output files. |
commit | commitdiff | tree |
| 2018-03-23 |
Teodor Sigaev | Exclude unlogged tables from base backups |
commit | commitdiff | tree |
| 2018-03-23 |
Peter Eisentraut | Fix interaction of Perl and stdbool.h |
commit | commitdiff | tree |
| 2018-03-23 |
Peter Eisentraut | pg_resetwal: Prevent division-by-zero errors |
commit | commitdiff | tree |
| 2018-03-23 |
Alvaro Herrera | Allow FOR EACH ROW triggers on partitioned tables |
commit | commitdiff | tree |
| 2018-03-23 |
Peter Eisentraut | pg_resetwal: Add simple test suite |
commit | commitdiff | tree |
| 2018-03-23 |
Andres Freund | Adapt expression JIT to stdbool.h introduction. |
commit | commitdiff | tree |
| 2018-03-23 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
| 2018-03-23 |
Peter Eisentraut | Remove stdbool workaround in sepgsql |
commit | commitdiff | tree |
| 2018-03-23 |
Peter Eisentraut | Use stdbool.h if suitable |
commit | commitdiff | tree |
| 2018-03-22 |
Andres Freund | Add expression compilation support to LLVM JIT provider. |
commit | commitdiff | tree |
| 2018-03-22 |
Andres Freund | Add FIELDNO_* macro designating offset into structs... |
commit | commitdiff | tree |
| 2018-03-22 |
Andres Freund | Expand list of synchronized types and functions in... |
commit | commitdiff | tree |
| 2018-03-22 |
Tom Lane | Improve style guideline compliance of assorted error... |
commit | commitdiff | tree |
| 2018-03-22 |
Robert Haas | Consider Parallel Append of partial paths for UNION... |
commit | commitdiff | tree |
| 2018-03-22 |
Tom Lane | Sync up our various ways of estimating pg_class.reltuples. |
commit | commitdiff | tree |
| 2018-03-22 |
Andres Freund | Basic planner and executor integration for JIT. |
commit | commitdiff | tree |
| 2018-03-22 |
Andres Freund | Add helpers for emitting LLVM IR. |
commit | commitdiff | tree |
| 2018-03-22 |
Andres Freund | Debugging and profiling support for LLVM JIT provider. |
commit | commitdiff | tree |
| 2018-03-22 |
Andres Freund | Support for optimizing and emitting code in LLVM JIT... |
commit | commitdiff | tree |
| 2018-03-22 |
Robert Haas | Avoid creating a TOAST table for a partitioned table. |
commit | commitdiff | tree |
| 2018-03-22 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
| 2018-03-22 |
Robert Haas | doc: Update parallel join documentation for Parallel... |
commit | commitdiff | tree |
| 2018-03-22 |
Tom Lane | Fix tuple counting in SP-GiST index build. |
commit | commitdiff | tree |
| 2018-03-22 |
Robert Haas | Call pgstat_report_activity() in parallel CREATE INDEX... |
commit | commitdiff | tree |
| 2018-03-22 |
Tom Lane | Fix errors in contrib/bloom index build. |
commit | commitdiff | tree |
| 2018-03-22 |
Robert Haas | Implement partition-wise grouping/aggregation. |
commit | commitdiff | tree |
| 2018-03-22 |
Teodor Sigaev | Add conditional.c to libpgfeutils for MSVC build |
commit | commitdiff | tree |
| 2018-03-22 |
Teodor Sigaev | UINT64CONST'fy long constants in pgbench |
commit | commitdiff | tree |
| 2018-03-22 |
Teodor Sigaev | Add \if support to pgbench |
commit | commitdiff | tree |
| 2018-03-22 |
Dean Rasheed | Improve ANALYZE's strategy for finding MCVs. |
commit | commitdiff | tree |
| 2018-03-22 |
Andres Freund | Add file containing extensions of the LLVM C API. |
commit | commitdiff | tree |
| 2018-03-22 |
Andres Freund | Basic JIT provider and error handling infrastructure. |
commit | commitdiff | tree |
| 2018-03-22 |
Andres Freund | Fix typo in BITCODE_CXXFLAGS assignment. |
commit | commitdiff | tree |
| 2018-03-22 |
Andres Freund | Empty CXXFLAGS inherited from autoconf. |
commit | commitdiff | tree |
| 2018-03-22 |
Tom Lane | Prevent extensions from creating custom GUCs that are... |
commit | commitdiff | tree |
| 2018-03-22 |
Tom Lane | Fix mishandling of quoted-list GUC values in pg_dump... |
commit | commitdiff | tree |
| 2018-03-21 |
Tom Lane | Improve predtest.c's handling of cases with NULL-consta... |
commit | commitdiff | tree |
| 2018-03-21 |
Tom Lane | Change oddly-chosen OID allocation. |
commit | commitdiff | tree |
| 2018-03-21 |
Peter Eisentraut | pg_controldata: Prevent division-by-zero errors |
commit | commitdiff | tree |
| 2018-03-21 |
Alvaro Herrera | Fix relcache handling of the 'default' partition |
commit | commitdiff | tree |
| next |