2019-03-06 |
Andres Freund | tableam: bitmap heap scan. |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: Sample Scan Support. |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: planner size estimation. |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: VACUUM and ANALYZE. |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: relation creation, VACUUM FULL/CLUSTER, SET... |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: index builds. |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: slotify CREATE TABLE AS and CREATE MATERIALIZE... |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: finish_bulk_insert(). |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: multi_insert and slotify COPY. |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: Add table_get_latest_tid. |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: Add use tableam_fetch_follow_check(). |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: Add fetch_row_version. |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: Add insert, delete, update, lock_tuple. |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: introduce slot based table getnext and use... |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: Inquire slot type from AM, rather than hard... |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: Introduce and use begin/endscan and do index... |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | WIP: Use per-partition slots for ON CONFLICT. |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: Add pg_dump support. |
commit | commitdiff | tree |
2019-03-06 |
Andres Freund | tableam: introduce table AM infrastructure. |
commit | commitdiff | tree |
2019-03-06 |
Michael Paquier | Teach SKIP_LOCKED to psql tab completion of VACUUM... |
commit | commitdiff | tree |
2019-03-05 |
Andrew Dunstan | Fix pgbench TAP test failure with funky file names... |
commit | commitdiff | tree |
2019-03-05 |
Peter Eisentraut | Remove duplicate macro |
commit | commitdiff | tree |
2019-03-05 |
Heikki Linnakangas | Scan GiST indexes in physical order during VACUUM. |
commit | commitdiff | tree |
2019-03-05 |
Peter Geoghegan | Note case where nbtree VACUUM finishes splits. |
commit | commitdiff | tree |
2019-03-04 |
Andrew Dunstan | Disable dump_connstr test on Msys2 |
commit | commitdiff | tree |
2019-03-04 |
Andrew Dunstan | Allow recovery tests to run on Windows as an admin... |
commit | commitdiff | tree |
2019-03-04 |
Peter Geoghegan | Correct obsolete nbtree page split WAL comment. |
commit | commitdiff | tree |
2019-03-04 |
Andrew Dunstan | Reorder configure tests for accept() in Windows |
commit | commitdiff | tree |
2019-03-04 |
Alvaro Herrera | pg_partition_ancestors |
commit | commitdiff | tree |
2019-03-04 |
Alvaro Herrera | Test partition functions with legacy inheritance childr... |
commit | commitdiff | tree |
2019-03-04 |
Peter Eisentraut | Remove volatile from latch API |
commit | commitdiff | tree |
2019-03-04 |
Michael Paquier | Fix error handling of readdir() port implementation... |
commit | commitdiff | tree |
2019-03-04 |
Andrew Dunstan | fix thinko in logrotate test |
commit | commitdiff | tree |
2019-03-03 |
Andrew Dunstan | Don't do pg_ctl logrotate test on Windows |
commit | commitdiff | tree |
2019-03-03 |
Tom Lane | Improve performance of index-only scans with many index... |
commit | commitdiff | tree |
2019-03-03 |
Andrew Dunstan | Avoid accidental wildcard expansion in msys shell |
commit | commitdiff | tree |
2019-03-03 |
Dean Rasheed | Further fixing for multi-row VALUES lists for updatable... |
commit | commitdiff | tree |
2019-03-02 |
Michael Paquier | Consider only relations part of partition trees in... |
commit | commitdiff | tree |
2019-03-02 |
Andres Freund | Use a virtual rather than a heap slot in two places... |
commit | commitdiff | tree |
2019-03-01 |
Tom Lane | Check we don't misoptimize a NOT IN where the subquery... |
commit | commitdiff | tree |
2019-03-01 |
Tom Lane | Teach optimizer's predtest.c more things about ScalarAr... |
commit | commitdiff | tree |
2019-03-01 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree |
2019-03-01 |
Andrew Dunstan | Remove tests for pg_dumpall --exclude-database missing... |
commit | commitdiff | tree |
2019-03-01 |
Andres Freund | Store tuples for EvalPlanQual in slots, rather than... |
commit | commitdiff | tree |
2019-03-01 |
Andrew Dunstan | Add extra descriptive headings in pg_dumpall |
commit | commitdiff | tree |
2019-03-01 |
Andrew Dunstan | Add --exclude-database option to pg_dumpall |
commit | commitdiff | tree |
2019-03-01 |
Amit Kapila | Clear the local map when not used. |
commit | commitdiff | tree |
2019-03-01 |
Michael Paquier | Make pg_partition_tree return no rows on unsupported... |
commit | commitdiff | tree |
2019-02-28 |
Andres Freund | Don't superfluously materialize slot after DELETE from... |
commit | commitdiff | tree |
2019-02-28 |
Andres Freund | Don't force materializing when copying a buffer tuple... |
commit | commitdiff | tree |
2019-02-28 |
Alvaro Herrera | Improve docs for ALTER TABLE .. SET TABLESPACE |
commit | commitdiff | tree |
2019-02-28 |
Joe Conway | Make get_controlfile not leak file descriptors |
commit | commitdiff | tree |
2019-02-28 |
Andres Freund | Allow buffer tuple table slots to materialize after... |
commit | commitdiff | tree |
2019-02-28 |
Alvaro Herrera | pg_dump: Fix ArchiveEntry handling of some empty values |
commit | commitdiff | tree |
2019-02-28 |
Peter Eisentraut | Merge near-duplicate code in RI triggers |
commit | commitdiff | tree |
2019-02-28 |
Tom Lane | Standardize some more loops that chase down parallel... |
commit | commitdiff | tree |
2019-02-28 |
Peter Eisentraut | Clean up some variable names in ri_triggers.c |
commit | commitdiff | tree |
2019-02-28 |
Peter Eisentraut | Compact for loops |
commit | commitdiff | tree |
2019-02-28 |
Peter Eisentraut | Reduce comments |
commit | commitdiff | tree |
2019-02-28 |
Peter Eisentraut | Remove unnecessary unused MATCH PARTIAL code |
commit | commitdiff | tree |
2019-02-28 |
Peter Eisentraut | Update comment |
commit | commitdiff | tree |
2019-02-28 |
Michael Paquier | Improve documentation of data_sync_retry |
commit | commitdiff | tree |
2019-02-28 |
Michael Paquier | Fix SCRAM authentication via SSL when mixing versions... |
commit | commitdiff | tree |
2019-02-27 |
Peter Eisentraut | Remove unused macro |
commit | commitdiff | tree |
2019-02-27 |
Andres Freund | Initialize variable to silence compiler warning. |
commit | commitdiff | tree |
2019-02-27 |
Peter Eisentraut | Set cluster_name for PostgresNode.pm instances |
commit | commitdiff | tree |
2019-02-27 |
Peter Eisentraut | Set fallback_application_name for a walreceiver to... |
commit | commitdiff | tree |
2019-02-27 |
Michael Paquier | Fix memory leak when inserting tuple at relation creati... |
commit | commitdiff | tree |
2019-02-27 |
Andres Freund | Use slots in trigger infrastructure, except for the... |
commit | commitdiff | tree |
2019-02-27 |
Andres Freund | Store table oid and tuple's tid in tuple slots directly. |
commit | commitdiff | tree |
2019-02-27 |
Andres Freund | Allow to use HeapTupleData embedded in [Buffer]HeapTupl... |
commit | commitdiff | tree |
2019-02-27 |
Andres Freund | Add ExecStorePinnedBufferHeapTuple. |
commit | commitdiff | tree |
2019-02-26 |
Robert Haas | Change lock acquisition order in expand_inherited_rtentry. |
commit | commitdiff | tree |
2019-02-26 |
Michael Meskes | Free memory in ecpg bytea regression test. |
commit | commitdiff | tree |
2019-02-26 |
Michael Meskes | Hopefully fixing memory handling issues in ecpglib... |
commit | commitdiff | tree |
2019-02-26 |
Michael Paquier | Simplify some code in pg_rewind when syncing target... |
commit | commitdiff | tree |
2019-02-26 |
Peter Geoghegan | Remove unneeded argument from _bt_getstackbuf(). |
commit | commitdiff | tree |
2019-02-26 |
Peter Geoghegan | Correct obsolete nbtree page deletion comment. |
commit | commitdiff | tree |
2019-02-25 |
Peter Eisentraut | psql: Remove obsolete code |
commit | commitdiff | tree |
2019-02-25 |
Peter Eisentraut | Remove unnecessary use of PROCEDURAL |
commit | commitdiff | tree |
2019-02-25 |
Michael Paquier | Make release of 2PC identifier and locks consistent... |
commit | commitdiff | tree |
2019-02-24 |
Thomas Munro | Fix inconsistent out-of-memory error reporting in dsa.c. |
commit | commitdiff | tree |
2019-02-24 |
Tom Lane | Fix ecpg bugs caused by missing semicolons in the backe... |
commit | commitdiff | tree |
2019-02-24 |
Thomas Munro | Tolerate EINVAL when calling fsync() on a directory. |
commit | commitdiff | tree |
2019-02-24 |
Thomas Munro | Tolerate ENOSYS failure from sync_file_range(). |
commit | commitdiff | tree |
2019-02-23 |
Peter Eisentraut | Revert "pg_regress: Don't use absolute paths for the... |
commit | commitdiff | tree |
2019-02-22 |
Michael Paquier | Fix incorrect function reference in comment of twophase.c |
commit | commitdiff | tree |
2019-02-22 |
Michael Paquier | Add TAP tests for 2PC post-commit callbacks of multixac... |
commit | commitdiff | tree |
2019-02-22 |
Tom Lane | Fix plan created for inherited UPDATE/DELETE with all... |
commit | commitdiff | tree |
2019-02-22 |
Alvaro Herrera | Report correct name in autovacuum "work items" activity |
commit | commitdiff | tree |
2019-02-22 |
Peter Eisentraut | Add const qualifier |
commit | commitdiff | tree |
2019-02-22 |
Michael Paquier | Remove duplicate variable declaration in fe-connect.c |
commit | commitdiff | tree |
2019-02-21 |
Tom Lane | Fix mark-and-restore-skipping test case to not be a... |
commit | commitdiff | tree |
2019-02-21 |
Tom Lane | Move estimate_hashagg_tablesize to selfuncs.c, and... |
commit | commitdiff | tree |
2019-02-21 |
Peter Eisentraut | Hide other user's pg_stat_ssl rows |
commit | commitdiff | tree |
2019-02-21 |
Peter Eisentraut | doc: Add security information about pg_stat_activity |
commit | commitdiff | tree |
2019-02-21 |
Peter Eisentraut | pg_regress: Don't use absolute paths for the diff |
commit | commitdiff | tree |
2019-02-21 |
Robert Haas | Move code for managing PartitionDescs into a new file... |
commit | commitdiff | tree |
2019-02-21 |
Robert Haas | Delay lock acquisition for partitions until we route... |
commit | commitdiff | tree |
2019-02-21 |
Peter Eisentraut | Fix dbtoepub output file name |
commit | commitdiff | tree |
next |