| 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 | 
| 2018-03-14 | Alvaro Herrera | Log when a BRIN autosummarization request fails | commit | commitdiff | tree | 
| 2018-03-14 | Stephen Frost | Fix comment for ExecProcessReturning | commit | commitdiff | tree | 
| 2018-03-14 | Peter Eisentraut | Add tests for reinit.c | commit | commitdiff | tree | 
| 2018-03-13 | Michael Meskes | Add Oracle like handling of char arrays. | commit | commitdiff | tree | 
| 2018-03-13 | Michael Meskes | Fix double frees in ecpg. | commit | commitdiff | tree | 
| 2018-03-13 | Andres Freund | Expand AND/OR regression tests around NULL handling. | commit | commitdiff | tree | 
| 2018-03-13 | Andres Freund | Add COSTS off to two EXPLAIN using tests. | commit | commitdiff | tree | 
| 2018-03-13 | Robert Haas | Let Parallel Append over simple UNION ALL have partial... | commit | commitdiff | tree | 
| 2018-03-13 | Tom Lane | When updating reltuples after ANALYZE, just extrapolate... | commit | commitdiff | tree | 
| 2018-03-13 | Tom Lane | Avoid holding AutovacuumScheduleLock while rechecking... | commit | commitdiff | tree | 
| 2018-03-13 | Michael Meskes | Set connection back to NULL after freeing it. | commit | commitdiff | tree | 
| 2018-03-13 | Peter Eisentraut | Move strtoint() to common | commit | commitdiff | tree | 
| 2018-03-13 | Peter Eisentraut | Change internal integer representation of Value node | commit | commitdiff | tree | 
| 2018-03-13 | Peter Eisentraut | Fix CREATE TABLE / LIKE with bigint identity column | commit | commitdiff | tree | 
| 2018-03-12 | Alvaro Herrera | Avoid having two PKs in a partition | commit | commitdiff | tree | 
| 2018-03-12 | Alvaro Herrera | doc: Reword restriction on partition keys in unique... | commit | commitdiff | tree | 
| 2018-03-12 | Alvaro Herrera | docs: Fix typo: a -> an | commit | commitdiff | tree | 
| 2018-03-12 | Alvaro Herrera | Remove doc sentence no longer applicable | commit | commitdiff | tree | 
| 2018-03-11 | Tom Lane | Fix improper uses of canonicalize_qual(). | commit | commitdiff | tree | 
| 2018-03-11 | Magnus Hagander | Clarify initdb --help message for --wal-segsize | commit | commitdiff | tree | 
| 2018-03-10 | Tom Lane | In psql, restore old behavior of Query_for_list_of_func... | commit | commitdiff | tree | 
| 2018-03-09 | Tom Lane | Improve predtest.c's internal docs, and enhance its... | commit | commitdiff | tree | 
| 2018-03-09 | Tom Lane | Fix test_predtest's idea of what weak refutation means. | commit | commitdiff | tree | 
| 2018-03-08 | Robert Haas | Correctly assess parallel-safety of tlists when SRFs... | commit | commitdiff | tree | 
| 2018-03-08 | Tom Lane | Add test scaffolding for exercising optimizer's predica... | commit | commitdiff | tree | 
| 2018-03-08 | Tom Lane | Revert "Temporarily instrument postgres_fdw test to... | commit | commitdiff | tree | 
| 2018-03-08 | Tom Lane | In initdb, don't bother trying max_connections = 10. | commit | commitdiff | tree | 
| 2018-03-08 | Tom Lane | Fix cross-checking of ReservedBackends/max_wal_senders... | commit | commitdiff | tree | 
| 2018-03-07 | Robert Haas | test_decoding: Remove unused #include directives. | commit | commitdiff | tree | 
| 2018-03-07 | Peter Eisentraut | doc: Add more substructure to SSL documentation | commit | commitdiff | tree | 
| 2018-03-07 | Alvaro Herrera | Add missing debug lines during bootstrap | commit | commitdiff | tree | 
| 2018-03-07 | Peter Eisentraut | Fix typo | commit | commitdiff | tree | 
| 2018-03-07 | Alvaro Herrera | Fix typo | commit | commitdiff | tree | 
| 2018-03-07 | Peter Eisentraut | Fix test counting in SSL tests | commit | commitdiff | tree | 
| 2018-03-07 | Stephen Frost | Fix typo for RangeVarGetRelidExtended | commit | commitdiff | tree | 
| 2018-03-07 | Peter Eisentraut | Fix costing of parallel hash joins. | commit | commitdiff | tree | 
| 2018-03-07 | Peter Eisentraut | doc: Improve calculation of vm.nr_hugepages | commit | commitdiff | tree | 
| 2018-03-07 | Peter Eisentraut | doc: Add replication parameter to libpq documentation | commit | commitdiff | tree | 
| 2018-03-06 | Alvaro Herrera | Refrain from duplicating data in reorderbuffers | commit | commitdiff | tree | 
| 2018-03-06 | Peter Eisentraut | Fix expected error message in test | commit | commitdiff | tree | 
| 2018-03-06 | Peter Eisentraut | Raise Test::More version requirement | commit | commitdiff | tree | 
| 2018-03-06 | Alvaro Herrera | Fix bogus Name assignment in CreateStatistics | commit | commitdiff | tree | 
| 2018-03-06 | Peter Eisentraut | Tests for Kerberos/GSSAPI authentication | commit | commitdiff | tree | 
| 2018-03-06 | Andres Freund | Fix parent node of WCO expressions in partitioned tables. | commit | commitdiff | tree | 
| 2018-03-06 | Andres Freund | Add parenthesized options syntax for ANALYZE. | commit | commitdiff | tree | 
| 2018-03-05 | Andres Freund | Fix HEAP_INSERT_IS_SPECULATIVE to HEAP_INSERT_SPECULATI... | commit | commitdiff | tree | 
| 2018-03-05 | Alvaro Herrera | Clone extended stats in CREATE TABLE (LIKE INCLUDING... | commit | commitdiff | tree | 
| 2018-03-05 | Tom Lane | Temporarily instrument postgres_fdw test to look for... | commit | commitdiff | tree | 
| 2018-03-05 | Tom Lane | Add infrastructure to support server-version-dependent... | commit | commitdiff | tree | 
| 2018-03-05 | Robert Haas | shm_mq: Fix detach race condition. | commit | commitdiff | tree | 
| 2018-03-05 | Fujii Masao | Fix pg_rewind to handle relation data files in tablespa... | commit | commitdiff | tree | 
| next |