summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add new clientcert hba option verify-fullMagnus Hagander2019-03-095-23/+99
* Track block level checksum failures in pg_stat_databaseMagnus Hagander2019-03-099-7/+109
* Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.Noah Misch2019-03-085-7/+65
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-0916-29/+130
* Fix crash with old libxml2Alvaro Herrera2019-03-081-18/+40
* Reformat catalog .dat files.Tom Lane2019-03-082-38/+39
* Minor improvements for reformat_dat_file.pl.Tom Lane2019-03-082-34/+16
* Fix compatibility of pg_basebackup -R with 11 and older versionsMichael Paquier2019-03-081-27/+82
* Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()Alvaro Herrera2019-03-075-75/+161
* Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane2019-03-079-139/+182
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-0720-44/+312
* Fix the BY {REF,VALUE} clause of XMLEXISTS/XMLTABLEAlvaro Herrera2019-03-072-7/+12
* Add missing <limits.h>Alvaro Herrera2019-03-071-0/+1
* pg_dump: allow multiple rows per insertAlvaro Herrera2019-03-074-65/+167
* Remove useless header inclusion.Thomas Munro2019-03-071-1/+0
* Drop the vestigial "smgr" type.Thomas Munro2019-03-079-124/+17
* Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.Andres Freund2019-03-063-63/+64
* Fix equalfuncs for accessMethod addition in 8586bf7ed8.Andres Freund2019-03-061-0/+2
* Don't log incomplete startup packet if it's emptyAndrew Dunstan2019-03-061-8/+25
* Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.Andres Freund2019-03-064-1/+5
* Fix collation dependency in test introduced in 8586bf7ed8, take 2.Andres Freund2019-03-062-3/+3
* Fix collation dependency in test introduced in 8586bf7ed8.Andres Freund2019-03-062-3/+3
* tableam: Add pg_dump support.Andres Freund2019-03-065-4/+142
* tableam: introduce table AM infrastructure.Andres Freund2019-03-0649-74/+1044
* Fix bug in clearing of virtual tuple slot.Andres Freund2019-03-061-1/+1
* Removed unused variable, openLogOff.Robert Haas2019-03-061-10/+3
* Increase the default vacuum_cost_limit from 200 to 2000Andrew Dunstan2019-03-063-3/+3
* Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZEMichael Paquier2019-03-061-6/+12
* Fix pgbench TAP test failure with funky file names (redux)Andrew Dunstan2019-03-051-14/+39
* Remove duplicate macroPeter Eisentraut2019-03-051-10/+0
* Scan GiST indexes in physical order during VACUUM.Heikki Linnakangas2019-03-052-195/+287
* Note case where nbtree VACUUM finishes splits.Peter Geoghegan2019-03-041-1/+4
* Disable dump_connstr test on Msys2Andrew Dunstan2019-03-041-1/+10
* Allow recovery tests to run on Windows as an admin userAndrew Dunstan2019-03-041-3/+8
* Correct obsolete nbtree page split WAL comment.Peter Geoghegan2019-03-041-3/+1
* pg_partition_ancestorsAlvaro Herrera2019-03-045-1/+133
* Test partition functions with legacy inheritance children, tooAlvaro Herrera2019-03-042-4/+36
* Remove volatile from latch APIPeter Eisentraut2019-03-042-17/+17
* Fix error handling of readdir() port implementation on first file lookupMichael Paquier2019-03-041-6/+8
* fix thinko in logrotate testAndrew Dunstan2019-03-031-1/+1
* Don't do pg_ctl logrotate test on WindowsAndrew Dunstan2019-03-031-0/+11
* Improve performance of index-only scans with many index columns.Tom Lane2019-03-032-17/+72
* Avoid accidental wildcard expansion in msys shellAndrew Dunstan2019-03-031-1/+1
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-033-43/+106
* Consider only relations part of partition trees in partition functionsMichael Paquier2019-03-023-23/+55
* Use a virtual rather than a heap slot in two places where that suffices.Andres Freund2019-03-012-2/+2
* Check we don't misoptimize a NOT IN where the subquery returns no rows.Tom Lane2019-03-012-0/+22
* Teach optimizer's predtest.c more things about ScalarArrayOpExpr.Tom Lane2019-03-013-20/+478
* Fix whitespacePeter Eisentraut2019-03-015-132/+130
* Remove tests for pg_dumpall --exclude-database missing argumentAndrew Dunstan2019-03-011-6/+1