| Age | Commit message (Expand) | Author |
| 2018-03-15 | Fix more format truncation issues | Peter Eisentraut |
| 2018-03-15 | restrict -> pg_restrict | Alvaro Herrera |
| 2018-03-15 | logical replication: fix OID type mapping mechanism | Alvaro Herrera |
| 2018-03-14 | Remove pg_class.relhaspkey | Peter Eisentraut |
| 2018-03-14 | Support INOUT arguments in procedures | Peter Eisentraut |
| 2018-03-14 | Log when a BRIN autosummarization request fails | Alvaro Herrera |
| 2018-03-13 | When updating reltuples after ANALYZE, just extrapolate from our sample. | Tom Lane |
| 2018-03-13 | Move strtoint() to common | Peter Eisentraut |
| 2018-03-13 | Change internal integer representation of Value node | Peter Eisentraut |
| 2018-03-11 | Fix improper uses of canonicalize_qual(). | Tom Lane |
| 2018-03-09 | Improve predtest.c's internal docs, and enhance its functionality a bit. | Tom Lane |
| 2018-03-07 | Fix typo | Peter Eisentraut |
| 2018-03-05 | Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL) | Alvaro Herrera |
| 2018-03-04 | Fix assorted issues in convert_to_scalar(). | Tom Lane |
| 2018-03-03 | Trivial adjustments in preparation for bootstrap data conversion. | Tom Lane |
| 2018-03-02 | Add prokind column, replacing proisagg and proiswindow | Peter Eisentraut |
| 2018-03-02 | Minor clean-up in dshash.{c,h}. | Andres Freund |
| 2018-03-01 | Remove redundant IndexTupleDSize macro. | Tom Lane |
| 2018-02-28 | For partitionwise join, match on partcollation, not parttypcoll. | Robert Haas |
| 2018-02-27 | Fix up ecpg's configuration so it handles "long long int" in MSVC builds. | Tom Lane |
| 2018-02-26 | Update PartitionTupleRouting struct comment | Alvaro Herrera |
| 2018-02-26 | Empty search_path in Autovacuum and non-psql/pgbench clients. | Noah Misch |
| 2018-02-26 | Add a new upper planner relation for partially-aggregated results. | Robert Haas |
| 2018-02-24 | Add window RANGE support for float4, float8, numeric. | Tom Lane |
| 2018-02-24 | Fix filtering of unsupported relations in logical replication | Peter Eisentraut |
| 2018-02-23 | Fix planner failures with overlapping mergejoin clauses in an outer join. | Tom Lane |
| 2018-02-23 | Support parameters in CALL | Peter Eisentraut |
| 2018-02-22 | Add user-callable SHA-2 functions | Peter Eisentraut |
| 2018-02-22 | Be lazier about partition tuple routing. | Robert Haas |
| 2018-02-20 | Use platform independent type for TupleTableSlot->tts_off. | Andres Freund |
| 2018-02-19 | Allow UNIQUE indexes on partitioned tables | Alvaro Herrera |
| 2018-02-19 | Fix StaticAssertExpr() under C++ | Peter Eisentraut |
| 2018-02-17 | Refactor format_type APIs to be more modular | Alvaro Herrera |
| 2018-02-17 | Allow tupleslots to have a fixed tupledesc, use in executor nodes. | Andres Freund |
| 2018-02-16 | Do execGrouping.c via expression eval machinery, take two. | Andres Freund |
| 2018-02-16 | Fix crash when canceling parallel query | Peter Eisentraut |
| 2018-02-16 | Remove some inappropriate #includes. | Tom Lane |
| 2018-02-16 | Rename enable_partition_wise_join to enable_partitionwise_join | Peter Eisentraut |
| 2018-02-16 | Revert "Do execGrouping.c via expression eval machinery." | Andres Freund |
| 2018-02-16 | Do execGrouping.c via expression eval machinery. | Andres Freund |
| 2018-02-15 | Cast to void in StaticAssertExpr, not its callers. | Tom Lane |
| 2018-02-15 | Move the extern declaration for ExceptionalCondition into c.h. | Tom Lane |
| 2018-02-14 | Return implementation defined value if pg_$op_s$bit_overflow overflows. | Andres Freund |
| 2018-02-13 | Make plpgsql use its DTYPE_REC code paths for composite-type variables. | Tom Lane |
| 2018-02-12 | get_relid_attribute_name is dead, long live get_attname | Alvaro Herrera |
| 2018-02-10 | Fix oversight in CALL argument handling, and do some minor cleanup. | Tom Lane |
| 2018-02-09 | Mark assorted GUC variables as PGDLLIMPORT. | Robert Haas |
| 2018-02-08 | Avoid listing the same ResultRelInfo in more than one EState list. | Robert Haas |
| 2018-02-07 | Remove prototype for fmgr() function, which no longer exists. | Robert Haas |
| 2018-02-07 | Support all SQL:2011 options for window frame clauses. | Tom Lane |