Commit Graph

43649 Commits (52328727bea4d9f95af9622e4624b9d1492df88e)
 

Author SHA1 Message Date
Tom Lane 52328727be Prevent sharing transition states between ordered-set aggregates. 8 years ago
Andres Freund 36b4b91ba0 Temporary attempt at a workaround for further MSVC restrict build failures. 8 years ago
Andres Freund 060b069984 Work around overly strict restrict checks by MSVC. 8 years ago
Andres Freund 4c119fbcd4 Improve performance of SendRowDescriptionMessage. 8 years ago
Robert Haas cff440d368 pg_stat_statements: Widen query IDs from 32 bits to 64 bits. 8 years ago
Andres Freund f2dec34e19 Use one stringbuffer for all rows printed in printtup.c. 8 years ago
Andres Freund 1de09ad8eb Add more efficient functions to pqformat API. 8 years ago
Andres Freund 70c2d1be2b Allow to avoid NUL-byte management for stringinfos and use in format.c. 8 years ago
Andres Freund 0b974dba2d Add configure infrastructure to detect support for C99's restrict. 8 years ago
Tom Lane 5fa6b0d102 Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes. 8 years ago
Andres Freund f676616651 Prevent idle in transaction session timeout from sometimes being ignored. 8 years ago
Tom Lane 2860596832 Doc: fix missing explanation of default object privileges. 8 years ago
Robert Haas 20d210bf5b Fix mistakes in comments. 8 years ago
Tom Lane 118e99c3d7 Fix low-probability loss of NOTIFY messages due to XID wraparound. 8 years ago
Tom Lane 46912d9b15 Add port/strnlen support to libpq and ecpg Makefiles. 8 years ago
Peter Eisentraut e9e0f78bde Fix whitespace 8 years ago
Tom Lane f4128ab466 Regenerate configure script. 8 years ago
Andres Freund fffd651e83 Rewrite strnlen replacement implementation from 8a241792f9. 8 years ago
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