| Commit message (Expand) | Author | Age |
* | Standardize ItemIdData terminology. | Peter Geoghegan | 2019-05-13 |
* | postgres_fdw: Fix typo in comment. | Etsuro Fujita | 2019-05-13 |
* | postgres_fdw: Fix cost estimation for aggregate pushdown. | Etsuro Fujita | 2019-05-09 |
* | Clean up the behavior and API of catalog.c's is-catalog-relation tests. | Tom Lane | 2019-05-08 |
* | Revert "Avoid the creation of the free space map for small heap relations". | Amit Kapila | 2019-05-07 |
* | Suppress compiler warning in non-SSL, non-assert builds. | Noah Misch | 2019-05-03 |
* | Fix potential assertion failure when reindexing a pg_class index. | Andres Freund | 2019-04-29 |
* | Avoid postgres_fdw crash for a targetlist entry that's just a Param. | Tom Lane | 2019-04-27 |
* | Sanitize line pointers within contrib/amcheck. | Peter Geoghegan | 2019-04-25 |
* | postgres_fdw: Fix incorrect handling of row movement for remote partitions. | Etsuro Fujita | 2019-04-24 |
* | Fix two memory leaks around force-storing tuples in slots. | Andres Freund | 2019-04-19 |
* | Fix more strcmp() calls using boolean-like comparisons for result checks | Michael Paquier | 2019-04-12 |
* | Avoid Python memory leaks in hstore_plpython and jsonb_plpython. | Tom Lane | 2019-04-06 |
* | Add support TCP user timeout in libpq and the backend server | Michael Paquier | 2019-04-06 |
* | Add facility to copy replication slots | Alvaro Herrera | 2019-04-05 |
* | Add test coverage for rootdescend verification. | Peter Geoghegan | 2019-04-04 |
* | file_fdw: Fix for generated columns | Peter Eisentraut | 2019-04-04 |
* | Add SETTINGS option to EXPLAIN, to print modified settings. | Tomas Vondra | 2019-04-04 |
* | Report progress of CREATE INDEX operations | Alvaro Herrera | 2019-04-02 |
* | postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely. | Etsuro Fujita | 2019-04-02 |
* | postgres_fdw: Modify regression tests for EPQ-related planning problems. | Etsuro Fujita | 2019-04-02 |
* | postgres_fdw: Perform the (ORDERED, NULL) upperrel operations remotely. | Etsuro Fujita | 2019-04-02 |
* | Only allow heap in a number of contrib modules. | Andres Freund | 2019-04-01 |
* | tableam: sample scan. | Andres Freund | 2019-03-31 |
* | Speed up planning when partitions can be pruned at plan time. | Tom Lane | 2019-03-30 |
* | Generated columns | Peter Eisentraut | 2019-03-30 |
* | Tweak some nbtree-related code comments. | Peter Geoghegan | 2019-03-29 |
* | tableam: Support for an index build's initial table scan(s). | Andres Freund | 2019-03-27 |
* | Switch some palloc/memset calls to palloc0 | Michael Paquier | 2019-03-27 |
* | Get rid of duplicate child RTE for a partitioned table. | Tom Lane | 2019-03-26 |
* | Suppress Append and MergeAppend plan nodes that have a single child. | Tom Lane | 2019-03-25 |
* | Initialize structure at declaration | Peter Eisentraut | 2019-03-25 |
* | Avoid double-free in vacuumlo error path. | Tom Lane | 2019-03-24 |
* | tableam: Add tuple_{insert, delete, update, lock} and use. | Andres Freund | 2019-03-23 |
* | Collations with nondeterministic comparison | Peter Eisentraut | 2019-03-22 |
* | Allow amcheck to re-find tuples using new search. | Peter Geoghegan | 2019-03-20 |
* | Make heap TID a tiebreaker nbtree index column. | Peter Geoghegan | 2019-03-20 |
* | Refactor nbtree insertion scankeys. | Peter Geoghegan | 2019-03-20 |
* | Remove leftover reference to oid column. | Andres Freund | 2019-03-18 |
* | Don't auto-restart per-database autoprewarm workers. | Robert Haas | 2019-03-18 |
* | Fix volatile vs. pointer confusion | Peter Eisentraut | 2019-03-14 |
* | tableam: Add and use scan APIs. | Andres Freund | 2019-03-11 |
* | Move hash_any prototype from access/hash.h to utils/hashutils.h | Alvaro Herrera | 2019-03-11 |
* | Tighten use of OpenTransientFile and CloseTransientFile | Michael Paquier | 2019-03-09 |
* | Remove unused macro | Peter Eisentraut | 2019-02-28 |
* | Use slots in trigger infrastructure, except for the actual invocation. | Andres Freund | 2019-02-26 |
* | Doc: Update the documentation for FSM behavior for small tables. | Amit Kapila | 2019-02-20 |
* | Suppress another case of MSVC warning 4146. | Noah Misch | 2019-02-16 |
* | In imath.h, replace stdint.h usage with c.h equivalents. | Noah Misch | 2019-02-16 |
* | Import changes from IMath versions (1.3, 1.29]. | Noah Misch | 2019-02-16 |