aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Attempt to fix LDAP buildPeter Eisentraut2017-10-12
* Log diagnostic messages if errors occur during LDAP auth.Peter Eisentraut2017-10-12
* Improve LDAP cleanup code in error paths.Peter Eisentraut2017-10-12
* Use C99 restrict via pg_restrict, rather than restrict directly.Andres Freund2017-10-12
* Avoid coercing a whole-row variable that is already coerced.Robert Haas2017-10-12
* Use ResultRelInfo ** rather than ResultRelInfo * for tuple routing.Robert Haas2017-10-12
* Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane2017-10-12
* Synchronize error messages.Robert Haas2017-10-12
* Infer functional dependency past RelabelTypeAlvaro Herrera2017-10-12
* Fix logical replication to fire BEFORE ROW DELETE triggers.Robert Haas2017-10-12
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-11
* Prevent sharing transition states between ordered-set aggregates.Tom Lane2017-10-11
* Temporary attempt at a workaround for further MSVC restrict build failures.Andres Freund2017-10-11
* Work around overly strict restrict checks by MSVC.Andres Freund2017-10-11
* Improve performance of SendRowDescriptionMessage.Andres Freund2017-10-11
* pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas2017-10-11
* Use one stringbuffer for all rows printed in printtup.c.Andres Freund2017-10-11
* Add more efficient functions to pqformat API.Andres Freund2017-10-11
* Allow to avoid NUL-byte management for stringinfos and use in format.c.Andres Freund2017-10-11
* Add configure infrastructure to detect support for C99's restrict.Andres Freund2017-10-11
* Remove unnecessary PG_TRY overhead for CurrentResourceOwner changes.Tom Lane2017-10-11
* Prevent idle in transaction session timeout from sometimes being ignored.Andres Freund2017-10-11
* Doc: fix missing explanation of default object privileges.Tom Lane2017-10-11
* Fix mistakes in comments.Robert Haas2017-10-11
* Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane2017-10-11
* Add port/strnlen support to libpq and ecpg Makefiles.Tom Lane2017-10-11
* Fix whitespacePeter Eisentraut2017-10-11
* Rewrite strnlen replacement implementation from 8a241792f96.Andres Freund2017-10-10
* Add missing clean step to src/test/modules/brin/Makefile.Tom Lane2017-10-10
* Fix pnstrdup() to not memcpy() the maximum allowed length.Andres Freund2017-10-09
* Add pg_strnlen() a portable implementation of strlen.Andres Freund2017-10-09
* Reduce memory usage of targetlist SRFs.Andres Freund2017-10-08
* Increase distance between flush requests during bulk file copies.Tom Lane2017-10-08
* Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.Tom Lane2017-10-08
* Improve pg_regress's error reporting for schedule-file problems.Tom Lane2017-10-07
* Enforce our convention about max number of parallel regression tests.Tom Lane2017-10-07
* Clean up sloppy maintenance of regression test schedule files.Tom Lane2017-10-07
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-06
* Copy information from the relcache instead of pointing to it.Robert Haas2017-10-06
* Fix intra-query memory leakage in nodeProjectSet.c.Tom Lane2017-10-06
* Fix access-off-end-of-array in clog.c.Tom Lane2017-10-06
* Support coverage on vpath buildsPeter Eisentraut2017-10-06
* Run coverage commands quietlyPeter Eisentraut2017-10-06
* Remove coverage details viewPeter Eisentraut2017-10-06
* #ifdef out some dead code in psql/mainloop.c.Tom Lane2017-10-06
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Basic partition-wise join functionality.Robert Haas2017-10-06
* Fix typo in README.Tom Lane2017-10-05
* On CREATE TABLE, consider skipping validation of subpartitions.Robert Haas2017-10-05
* On attach, consider skipping validation of subpartitions individually.Robert Haas2017-10-05