summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-03-08Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier
2019-03-08Fix crash with old libxml2Alvaro Herrera
2019-03-08Reformat catalog .dat files.Tom Lane
2019-03-08Minor improvements for reformat_dat_file.pl.Tom Lane
2019-03-08Fix compatibility of pg_basebackup -R with 11 and older versionsMichael Paquier
2019-03-07Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()Alvaro Herrera
2019-03-07Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane
2019-03-07Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas
2019-03-07Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLEAlvaro Herrera
2019-03-07Add missing <limits.h>Alvaro Herrera
2019-03-07pg_dump: allow multiple rows per insertAlvaro Herrera
2019-03-07Remove useless header inclusion.Thomas Munro
2019-03-07Drop the vestigial "smgr" type.Thomas Munro
2019-03-06Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.Andres Freund
2019-03-06Fix equalfuncs for accessMethod addition in 8586bf7ed8.Andres Freund
2019-03-06Don't log incomplete startup packet if it's emptyAndrew Dunstan
2019-03-06Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.Andres Freund
2019-03-06Fix collation dependency in test introduced in 8586bf7ed8, take 2.Andres Freund
2019-03-06Fix collation dependency in test introduced in 8586bf7ed8.Andres Freund
2019-03-06tableam: Add pg_dump support.Andres Freund
2019-03-06tableam: introduce table AM infrastructure.Andres Freund
2019-03-06Fix bug in clearing of virtual tuple slot.Andres Freund
2019-03-06Removed unused variable, openLogOff.Robert Haas
2019-03-06Increase the default vacuum_cost_limit from 200 to 2000Andrew Dunstan
2019-03-06Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZEMichael Paquier
2019-03-05Fix pgbench TAP test failure with funky file names (redux)Andrew Dunstan
2019-03-05Remove duplicate macroPeter Eisentraut
2019-03-05Scan GiST indexes in physical order during VACUUM.Heikki Linnakangas
2019-03-05Note case where nbtree VACUUM finishes splits.Peter Geoghegan
2019-03-04Disable dump_connstr test on Msys2Andrew Dunstan
2019-03-04Allow recovery tests to run on Windows as an admin userAndrew Dunstan
2019-03-04Correct obsolete nbtree page split WAL comment.Peter Geoghegan
2019-03-04pg_partition_ancestorsAlvaro Herrera
2019-03-04Test partition functions with legacy inheritance children, tooAlvaro Herrera
2019-03-04Remove volatile from latch APIPeter Eisentraut
2019-03-04Fix error handling of readdir() port implementation on first file lookupMichael Paquier
2019-03-04fix thinko in logrotate testAndrew Dunstan
2019-03-03Don't do pg_ctl logrotate test on WindowsAndrew Dunstan
2019-03-03Improve performance of index-only scans with many index columns.Tom Lane
2019-03-03Avoid accidental wildcard expansion in msys shellAndrew Dunstan
2019-03-03Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed
2019-03-02Consider only relations part of partition trees in partition functionsMichael Paquier
2019-03-02Use a virtual rather than a heap slot in two places where that suffices.Andres Freund
2019-03-01Check we don't misoptimize a NOT IN where the subquery returns no rows.Tom Lane
2019-03-01Teach optimizer's predtest.c more things about ScalarArrayOpExpr.Tom Lane
2019-03-01Fix whitespacePeter Eisentraut
2019-03-01Remove tests for pg_dumpall --exclude-database missing argumentAndrew Dunstan
2019-03-01Store tuples for EvalPlanQual in slots, rather than as HeapTuples.Andres Freund
2019-03-01Add extra descriptive headings in pg_dumpallAndrew Dunstan
2019-03-01Add --exclude-database option to pg_dumpallAndrew Dunstan