Commit Graph

43631 Commits (fa5e119dc71ada8d023deadcb36dbfae328f8902)
 

Author SHA1 Message Date
Tom Lane fa5e119dc7 Add missing clean step to src/test/modules/brin/Makefile. 8 years ago
Peter Eisentraut 44b3230e82 Use lower-case SGML attribute values 8 years ago
Andres Freund 82c117cb90 Fix pnstrdup() to not memcpy() the maximum allowed length. 8 years ago
Andres Freund 8a241792f9 Add pg_strnlen() a portable implementation of strlen. 8 years ago
Peter Eisentraut 71c75ddfbb Remove unused documentation file 8 years ago
Andres Freund 84ad4b036d Reduce memory usage of targetlist SRFs. 8 years ago
Tom Lane 643c27e36f Increase distance between flush requests during bulk file copies. 8 years ago
Tom Lane 8ec5429e2f Reduce "X = X" to "X IS NOT NULL", if it's easy to do so. 8 years ago
Tom Lane b11f0d36b2 Improve pg_regress's error reporting for schedule-file problems. 8 years ago
Tom Lane ef73a8162a Enforce our convention about max number of parallel regression tests. 8 years ago
Tom Lane 1fdab4d5aa Clean up sloppy maintenance of regression test schedule files. 8 years ago
Tom Lane 1518d07842 Fix crash when logical decoding is invoked from a PL function. 8 years ago
Robert Haas 45866c7550 Copy information from the relcache instead of pointing to it. 8 years ago
Tom Lane a1c2c430d3 Fix intra-query memory leakage in nodeProjectSet.c. 8 years ago
Tom Lane 6b87416c9a Fix access-off-end-of-array in clog.c. 8 years ago
Peter Eisentraut c3d9a66024 Support coverage on vpath builds 8 years ago
Peter Eisentraut 52e1b1b042 Run coverage commands quietly 8 years ago
Peter Eisentraut c01123630d Remove coverage details view 8 years ago
Tom Lane 3620569fec #ifdef out some dead code in psql/mainloop.c. 8 years ago
Alvaro Herrera a5736bf754 Fix traversal of half-frozen update chains 8 years ago
Robert Haas f49842d1ee Basic partition-wise join functionality. 8 years ago
Tom Lane fe9ba28ee8 Fix typo in README. 8 years ago
Robert Haas 6476b26115 On CREATE TABLE, consider skipping validation of subpartitions. 8 years ago
Robert Haas 14f67a8ee2 On attach, consider skipping validation of subpartitions individually. 8 years ago
Robert Haas c31e9d4baf Improve error message when skipping scan of default partition. 8 years ago
Robert Haas e9baa5e9fa Allow DML commands that create tables to use parallel query. 8 years ago
Tom Lane 4d85c2900b Improve comments in vacuum_rel() and analyze_rel(). 8 years ago
Robert Haas 4b2ba1fe02 Fix typo. 8 years ago
Robert Haas c097b271e8 Fix more user-visible elog() calls. 8 years ago
Peter Eisentraut 036166f26e Document and use SPI_result_code_string() 8 years ago
Peter Eisentraut 582bbcf37f Move SPI error reporting out of ri_ReportViolation() 8 years ago
Andres Freund 9eafa2b5b0 Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX. 8 years ago
Andres Freund 15334ad19a Attempt to adapt windows build for 212e6f34d5. 8 years ago
Andres Freund 212e6f34d5 Replace binary search in fmgr_isbuiltin with a lookup array. 8 years ago
Andres Freund 18f791ab2b Move genbki.pl's find_defined_symbol to Catalog.pm. 8 years ago
Tom Lane 4736d74479 Adjust git_changelog for new-style release tags. 8 years ago
Tom Lane 11d8d72c27 Allow multiple tables to be specified in one VACUUM or ANALYZE command. 8 years ago
Tom Lane 45f9d08684 Fix race condition with unprotected use of a latch pointer variable. 8 years ago
Alvaro Herrera 89e434b59c Fix coding rules violations in walreceiver.c 8 years ago
Peter Eisentraut f41bd4cb90 Expand collation documentation 8 years ago
Simon Riggs 0703c197ad Grammar typo in security warning about md5 8 years ago
Andres Freund 0c8b3ee944 Yet another pg_bswap typo in a windows only file. 8 years ago
Andres Freund 859759b62f Correct include file name in inet_aton fallback. 8 years ago
Andres Freund 0ba99c84e8 Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 8 years ago
Andres Freund 1f2830f9df Remove redundant stdint.h include. 8 years ago
Andres Freund 784905795f Try to make crash restart test work on windows. 8 years ago
Andres Freund 2e83db3ad2 Allow pg_ctl kill to send SIGKILL. 8 years ago
Tom Lane 5a632a213d Update v10 release notes, and set the official release date. 8 years ago
Tom Lane 4a1c0f3dde Use a longer connection timeout in pg_isready test. 8 years ago
Peter Eisentraut 655c938fb0 Add list of acknowledgments to release notes 8 years ago