summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-08Increase distance between flush requests during bulk file copies.Tom Lane
2017-10-08Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.Tom Lane
2017-10-07Improve pg_regress's error reporting for schedule-file problems.Tom Lane
2017-10-07Enforce our convention about max number of parallel regression tests.Tom Lane
2017-10-07Clean up sloppy maintenance of regression test schedule files.Tom Lane
2017-10-06Fix crash when logical decoding is invoked from a PL function.Tom Lane
2017-10-06Copy information from the relcache instead of pointing to it.Robert Haas
2017-10-06Fix intra-query memory leakage in nodeProjectSet.c.Tom Lane
2017-10-06Fix access-off-end-of-array in clog.c.Tom Lane
2017-10-06Support coverage on vpath buildsPeter Eisentraut
2017-10-06Run coverage commands quietlyPeter Eisentraut
2017-10-06Remove coverage details viewPeter Eisentraut
2017-10-06#ifdef out some dead code in psql/mainloop.c.Tom Lane
2017-10-06Fix traversal of half-frozen update chainsAlvaro Herrera
2017-10-06Basic partition-wise join functionality.Robert Haas
2017-10-05Fix typo in README.Tom Lane
2017-10-05On CREATE TABLE, consider skipping validation of subpartitions.Robert Haas
2017-10-05On attach, consider skipping validation of subpartitions individually.Robert Haas
2017-10-05Improve error message when skipping scan of default partition.Robert Haas
2017-10-05Allow DML commands that create tables to use parallel query.Robert Haas
2017-10-05Improve comments in vacuum_rel() and analyze_rel().Tom Lane
2017-10-05Fix typo.Robert Haas
2017-10-05Fix more user-visible elog() calls.Robert Haas
2017-10-05Document and use SPI_result_code_string()Peter Eisentraut
2017-10-05Move SPI error reporting out of ri_ReportViolation()Peter Eisentraut
2017-10-04Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.Andres Freund
2017-10-04Attempt to adapt windows build for 212e6f34d55c.Andres Freund
2017-10-04Replace binary search in fmgr_isbuiltin with a lookup array.Andres Freund
2017-10-04Move genbki.pl's find_defined_symbol to Catalog.pm.Andres Freund
2017-10-04Adjust git_changelog for new-style release tags.Tom Lane
2017-10-03Allow multiple tables to be specified in one VACUUM or ANALYZE command.Tom Lane
2017-10-03Fix race condition with unprotected use of a latch pointer variable.Tom Lane
2017-10-03Fix coding rules violations in walreceiver.cAlvaro Herrera
2017-10-02Yet another pg_bswap typo in a windows only file.Andres Freund
2017-10-02Correct include file name in inet_aton fallback.Andres Freund
2017-10-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-10-01Remove redundant stdint.h include.Andres Freund
2017-10-01Try to make crash restart test work on windows.Andres Freund
2017-10-01Allow pg_ctl kill to send SIGKILL.Andres Freund
2017-10-01Use a longer connection timeout in pg_isready test.Tom Lane
2017-10-01Fix busy-wait in pgbench, with --rate.Heikki Linnakangas
2017-09-30Fix pg_dump to assign domain array type OIDs during pg_upgrade.Tom Lane
2017-09-30Support arrays over domains.Tom Lane
2017-09-30Fix copy & pasto in 510b8cbff15f.Andres Freund
2017-09-30Fix typo.Andres Freund
2017-09-30Extend & revamp pg_bswap.h infrastructure.Andres Freund
2017-09-29Use Py_RETURN_NONE where suitablePeter Eisentraut
2017-09-29Fix inadequate locking during get_rel_oids().Tom Lane
2017-09-29psql: Don't try to print a partition constraint we didn't fetch.Robert Haas
2017-09-29pgbench: If we fail to send a command to the server, fail.Robert Haas