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 |
2018-03-21 |
Teodor Sigaev | Add general purpose hasing functions to pgbench. |
commit | commitdiff | tree |
2018-03-21 |
Tatsuo Ishii | Fix typo. |
commit | commitdiff | tree |
2018-03-21 |
Peter Eisentraut | Handle heap rewrites even better in logical decoding |
commit | commitdiff | tree |
2018-03-21 |
Teodor Sigaev | Add strict_word_similarity to pg_trgm module |
commit | commitdiff | tree |
2018-03-21 |
Peter Eisentraut | Add configure tests for stdbool.h and sizeof bool |
commit | commitdiff | tree |
2018-03-21 |
Andrew Gierth | Repair crash with unsortable grouping sets. |
commit | commitdiff | tree |
2018-03-21 |
Teodor Sigaev | Rework word_similarity documentation, make it close... |
commit | commitdiff | tree |
2018-03-21 |
Peter Eisentraut | doc: Small wording improvement |
commit | commitdiff | tree |
2018-03-21 |
Andres Freund | Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line. |
commit | commitdiff | tree |
2018-03-21 |
Andres Freund | Add configure infrastructure (--with-llvm) to enable... |
commit | commitdiff | tree |
2018-03-20 |
Andres Freund | Add C++ support to configure. |
commit | commitdiff | tree |
2018-03-20 |
Peter Eisentraut | Attempt to fix build with unusual OpenSSL versions |
commit | commitdiff | tree |
2018-03-20 |
Andres Freund | Add PGAC_PROG_VARCC_VARFLAGS_OPT autoconf macro. |
commit | commitdiff | tree |
2018-03-20 |
Tom Lane | Make configure check for a couple more Perl modules... |
commit | commitdiff | tree |
2018-03-20 |
Robert Haas | Don't pass the grouping target around unnecessarily. |
commit | commitdiff | tree |
2018-03-20 |
Tom Lane | Doc: typo fix, "PG_" should be "TG_" here. |
commit | commitdiff | tree |
2018-03-20 |
Robert Haas | Determine grouping strategies in create_grouping_paths. |
commit | commitdiff | tree |
2018-03-20 |
Robert Haas | Defer creation of partially-grouped relation until... |
commit | commitdiff | tree |
2018-03-20 |
Alvaro Herrera | Fix CommandCounterIncrement in partition-related DDL |
commit | commitdiff | tree |
2018-03-20 |
Tom Lane | Prevent query-lifespan memory leakage of SP-GiST traver... |
commit | commitdiff | tree |
2018-03-19 |
Peter Eisentraut | Add missing break |
commit | commitdiff | tree |
2018-03-19 |
Tom Lane | Fix some corner-case issues in REFRESH MATERIALIZED... |
commit | commitdiff | tree |
2018-03-19 |
Andrew Dunstan | Don't use an Msys virtual path to create a tablespace |
commit | commitdiff | tree |
2018-03-19 |
Tom Lane | Fix performance hazard in REFRESH MATERIALIZED VIEW... |
commit | commitdiff | tree |
2018-03-19 |
Alvaro Herrera | Remove unnecessary members from ModifyTableState and... |
commit | commitdiff | tree |
2018-03-19 |
Alvaro Herrera | Expand comment a little bit |
commit | commitdiff | tree |
2018-03-19 |
Alvaro Herrera | Fix state reversal after partition tuple routing |
commit | commitdiff | tree |
2018-03-19 |
Robert Haas | Generate a separate upper relation for each stage of... |
commit | commitdiff | tree |
2018-03-19 |
Robert Haas | Rewrite recurse_union_children to iterate, rather than... |
commit | commitdiff | tree |
2018-03-19 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree |
2018-03-18 |
Tom Lane | Doc: note that statement-level view triggers require... |
commit | commitdiff | tree |
2018-03-18 |
Magnus Hagander | Fix pg_recvlogical for pre-10 versions |
commit | commitdiff | tree |
2018-03-17 |
Tom Lane | Fix overflow handling in plpgsql's integer FOR loops. |
commit | commitdiff | tree |
2018-03-17 |
Tom Lane | Fix WHERE CURRENT OF when the referenced cursor uses... |
commit | commitdiff | tree |
2018-03-17 |
Michael Meskes | Fix closing of incorrectly named cursor. |
commit | commitdiff | tree |
2018-03-17 |
Peter Eisentraut | Set libpq sslcompression to off by default |
commit | commitdiff | tree |
2018-03-17 |
Peter Eisentraut | Add ssl_passphrase_command setting |
commit | commitdiff | tree |
2018-03-17 |
Andres Freund | Add 'unit' parameter to ExplainProperty{Integer,Float}. |
commit | commitdiff | tree |
2018-03-17 |
Andres Freund | Make ExplainPropertyInteger accept 64bit input, remove... |
commit | commitdiff | tree |
2018-03-16 |
Tom Lane | Fix query-lifespan memory leakage in repeatedly execute... |
commit | commitdiff | tree |
2018-03-16 |
Tom Lane | Doc: explicitly point out that enum values can't be... |
commit | commitdiff | tree |
2018-03-16 |
Peter Eisentraut | Change transaction state debug strings to match enum... |
commit | commitdiff | tree |
2018-03-16 |
Peter Eisentraut | Improve savepoint error messages |
commit | commitdiff | tree |
2018-03-16 |
Peter Eisentraut | Simplify parse representation of savepoint commands |
commit | commitdiff | tree |
2018-03-16 |
Peter Eisentraut | Rename TransactionChain functions |
commit | commitdiff | tree |
2018-03-16 |
Peter Eisentraut | Update function comments |
commit | commitdiff | tree |
2018-03-16 |
Tom Lane | Mop-up for letting VOID-returning SQL functions end... |
commit | commitdiff | tree |
2018-03-16 |
Tom Lane | Fix msvc/ecpg_regression.proj for recent ECPG test... |
commit | commitdiff | tree |
2018-03-15 |
Tom Lane | Clean up duplicate table and function names in regressi... |
commit | commitdiff | tree |
2018-03-15 |
Robert Haas | Split create_grouping_paths into degenerate and non... |
commit | commitdiff | tree |
2018-03-15 |
Alvaro Herrera | test_ddl_deparse: rename matview |
commit | commitdiff | tree |
2018-03-15 |
Tom Lane | Clean up duplicate role and schema names in regression... |
commit | commitdiff | tree |
2018-03-15 |
Peter Eisentraut | Fix more format truncation issues |
commit | commitdiff | tree |
2018-03-15 |
Robert Haas | Pass additional arguments to a couple of grouping-relat... |
commit | commitdiff | tree |
2018-03-15 |
Alvaro Herrera | restrict -> pg_restrict |
commit | commitdiff | tree |
2018-03-15 |
Alvaro Herrera | test_ddl_deparse: Don't use pg_class as source for... |
commit | commitdiff | tree |
2018-03-15 |
Alvaro Herrera | logical replication: fix OID type mapping mechanism |
commit | commitdiff | tree |
2018-03-14 |
Peter Eisentraut | Fix compiler warning |
commit | commitdiff | tree |
2018-03-14 |
Peter Eisentraut | Remove pg_class.relhaspkey |
commit | commitdiff | tree |
2018-03-14 |
Stephen Frost | Fix function-header comments in planner.c |
commit | commitdiff | tree |
2018-03-14 |
Stephen Frost | Fix typo in add_paths_to_append_rel() |
commit | commitdiff | tree |
2018-03-14 |
Michael Meskes | Fixed compiler warnings in test case. |
commit | commitdiff | tree |
2018-03-14 |
Peter Eisentraut | Support INOUT arguments in procedures |
commit | commitdiff | tree |
next |