| 2019-03-12 | Peter Geoghegan | Correct obsolete nbtree page split comment. | commit | commitdiff | tree |
| 2019-03-12 | Tom Lane | Add support for hyperbolic functions, as well as log10(). | commit | commitdiff | tree |
| 2019-03-12 | Tom Lane | Remove remaining hard-wired OID references in the initi... | commit | commitdiff | tree |
| 2019-03-12 | Tom Lane | Create a script that can renumber manually-assigned... | commit | commitdiff | tree |
| 2019-03-12 | Etsuro Fujita | Fix testing of parallel-safety of scan/join target. | commit | commitdiff | tree |
| 2019-03-12 | Amit Kapila | Add more tests for FSM. | commit | commitdiff | tree |
| 2019-03-12 | Michael Paquier | Add routine able to update the control file to src... | commit | commitdiff | tree |
| 2019-03-11 | Tom Lane | Allow fractional input values for integer GUCs, and... | commit | commitdiff | tree |
| 2019-03-11 | Andrew Dunstan | Tweak wording on VARIADIC array doc patch. | commit | commitdiff | tree |
| 2019-03-11 | Andrew Dunstan | Document incompatibility of comparison expressions... | commit | commitdiff | tree |
| 2019-03-11 | Andres Freund | Remove spurious return. | commit | commitdiff | tree |
| 2019-03-11 | Tom Lane | Give up on testing guc.c's behavior for "infinity"... | commit | commitdiff | tree |
| 2019-03-11 | Andres Freund | Ensure sufficient alignment for ParallelTableScanDescDa... | commit | commitdiff | tree |
| 2019-03-11 | Andres Freund | tableam: Add and use scan APIs. | commit | commitdiff | tree |
| 2019-03-11 | Andrew Dunstan | pgbench: increase the maximum number of variables/arguments | commit | commitdiff | tree |
| 2019-03-11 | Amit Kapila | Fix typos in commit 8586bf7ed8. | commit | commitdiff | tree |
| 2019-03-11 | Alvaro Herrera | Move hash_any prototype from access/hash.h to utils... | commit | commitdiff | tree |
| 2019-03-11 | Tom Lane | In guc.c, ignore ERANGE errors from strtod(). | commit | commitdiff | tree |
| 2019-03-11 | Michael Meskes | Fix potential memory access violation in ecpg if filena... | commit | commitdiff | tree |
| 2019-03-11 | Michael Meskes | Fix ecpglib regression that made it impossible to close... | commit | commitdiff | tree |
| 2019-03-11 | Peter Eisentraut | Remove unused macro | commit | commitdiff | tree |
| 2019-03-11 | Peter Eisentraut | psql: Add documentation URL to \help output | commit | commitdiff | tree |
| 2019-03-11 | Michael Paquier | Adjust error message for partial writes in WAL segments | commit | commitdiff | tree |
| 2019-03-10 | Alvaro Herrera | Fix documentation on partitioning vs. foreign tables | commit | commitdiff | tree |
| 2019-03-10 | Tom Lane | Reduce the default value of autovacuum_vacuum_cost_dela... | commit | commitdiff | tree |
| 2019-03-10 | Tom Lane | Revert "Increase the default vacuum_cost_limit from... | commit | commitdiff | tree |
| 2019-03-10 | Tom Lane | Convert [autovacuum_]vacuum_cost_delay into floating... | commit | commitdiff | tree |
| 2019-03-10 | Tom Lane | Include GUC's unit, if it has one, in out-of-range... | commit | commitdiff | tree |
| 2019-03-10 | Tom Lane | Disallow NaN as a value for floating-point GUCs. | commit | commitdiff | tree |
| 2019-03-10 | Alvaro Herrera | pg_upgrade: Ignore TOAST for partitioned tables | commit | commitdiff | tree |
| 2019-03-10 | Alexander Korotkov | Support for INCLUDE attributes in GiST indexes | commit | commitdiff | tree |
| 2019-03-09 | Tom Lane | Simplify release-note links to back branches. | commit | commitdiff | tree |
| 2019-03-09 | Magnus Hagander | Add new clientcert hba option verify-full | commit | commitdiff | tree |
| 2019-03-09 | Magnus Hagander | Track block level checksum failures in pg_stat_database | commit | commitdiff | tree |
| 2019-03-09 | Noah Misch | Avoid some table rewrites for ALTER TABLE .. SET DATA... | commit | commitdiff | tree |
| 2019-03-08 | Michael Paquier | Tighten use of OpenTransientFile and CloseTransientFile | commit | commitdiff | tree |
| 2019-03-08 | Alvaro Herrera | Fix crash with old libxml2 | commit | commitdiff | tree |
| 2019-03-08 | Tom Lane | Reformat catalog .dat files. | commit | commitdiff | tree |
| 2019-03-08 | Tom Lane | Minor improvements for reformat_dat_file.pl. | commit | commitdiff | tree |
| 2019-03-08 | Michael Paquier | Fix function signatures of pageinspect in documentation | commit | commitdiff | tree |
| 2019-03-08 | Michael Paquier | Fix compatibility of pg_basebackup -R with 11 and older... | commit | commitdiff | tree |
| 2019-03-07 | Alvaro Herrera | Fix minor deficiencies in XMLTABLE, xpath(), xmlexists() | commit | commitdiff | tree |
| 2019-03-07 | Tom Lane | Fix handling of targetlist SRFs when scan/join relation... | commit | commitdiff | tree |
| 2019-03-07 | Robert Haas | Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. | commit | commitdiff | tree |
| 2019-03-07 | Alvaro Herrera | Fix broken markup | commit | commitdiff | tree |
| 2019-03-07 | Alvaro Herrera | Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLE | commit | commitdiff | tree |
| 2019-03-07 | Alvaro Herrera | Add missing <limits.h> | commit | commitdiff | tree |
| 2019-03-07 | Alvaro Herrera | pg_dump: allow multiple rows per insert | commit | commitdiff | tree |
| 2019-03-07 | Thomas Munro | Remove useless header inclusion. | commit | commitdiff | tree |
| 2019-03-07 | Thomas Munro | Drop the vestigial "smgr" type. | commit | commitdiff | tree |
| 2019-03-06 | Andres Freund | Don't reuse slots between root and partition in ON... | commit | commitdiff | tree |
| 2019-03-06 | Andres Freund | Fix equalfuncs for accessMethod addition in 8586bf7ed8. | commit | commitdiff | tree |
| 2019-03-06 | Andrew Dunstan | Don't log incomplete startup packet if it's empty | commit | commitdiff | tree |
| 2019-03-06 | Andres Freund | Fix copy/out/readfuncs for accessMethod addition in... | commit | commitdiff | tree |
| 2019-03-06 | Andres Freund | Fix collation dependency in test introduced in 8586bf7e... | commit | commitdiff | tree |
| 2019-03-06 | Andres Freund | Fix collation dependency in test introduced in 8586bf7ed8. | 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 | Andres Freund | Fix bug in clearing of virtual tuple slot. | commit | commitdiff | tree |
| 2019-03-06 | Robert Haas | Removed unused variable, openLogOff. | commit | commitdiff | tree |
| 2019-03-06 | Andrew Dunstan | Increase the default vacuum_cost_limit from 200 to... | 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 |
| next |