summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-01-12Fix postgres_fdw to cope with duplicate GROUP BY entries.Tom Lane
2018-01-11Cosmetic fix in postgres_fdw.c.Tom Lane
2018-01-11llow negative coordinate for ~> (cube, int) operatorTeodor Sigaev
2018-01-11Fix behavior of ~> (cube, int) operatorTeodor Sigaev
2018-01-04Fix new test case to not be endian-dependent.Tom Lane
2018-01-04Fix incorrect computations of length of null bitmap in pageinspect.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-27Remove incorrect apostrophe.Robert Haas
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-12-13Consistently use PG_INT(16|32|64)_(MIN|MAX).Andres Freund
2017-12-13Use new overflow aware integer operations.Andres Freund
2017-12-12Make pg_trgm tests independ from standard_conforming_string. Tests usesTeodor Sigaev
2017-12-05postgres_fdw: Fix failing regression test.Robert Haas
2017-12-05postgres_fdw: Judge password use by run-as user, not session user.Robert Haas
2017-12-04Clean up assorted messiness around AllocateDir() usage.Tom Lane
2017-12-01postgres_fdw: Fix test that didn't test what it claimed.Robert Haas
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-27Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane
2017-11-25Avoid formally-undefined use of memcpy() in hstoreUniquePairs().Tom Lane
2017-11-21Support index-only scans in contrib/cube and contrib/seg GiST indexes.Tom Lane
2017-11-18Consistently catch errors from Python _New() functionsPeter Eisentraut
2017-11-17Remove contrib/start-scripts/osx/.Tom Lane
2017-11-17Provide modern examples of how to auto-start Postgres on macOS.Tom Lane
2017-11-16Make PL/Python handle domain-type conversions correctly.Tom Lane
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-10Tighten test in contrib/bloom/t/001_wal.pl.Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-11-06start-scripts: switch to $PGUSER before opening $PGLOG.Noah Misch
2017-11-03Flag index metapages as standard-format in xlog.c calls.Tom Lane
2017-11-02Simplify new test suite handling of passwordcheckPeter Eisentraut
2017-10-28Fix typo.Robert Haas
2017-10-26Support domains over composite types.Tom Lane
2017-10-20pg_stat_statements: Add a comment about the dangers of padding bytes.Robert Haas
2017-10-19Add more tests for reloptionsAlvaro Herrera
2017-10-16Exclude flex-generated code from coverage testingPeter Eisentraut
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-10-11pg_stat_statements: Widen query IDs from 32 bits to 64 bits.Robert Haas
2017-10-06Fix crash when logical decoding is invoked from a PL function.Tom Lane
2017-10-06Basic partition-wise join functionality.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-01Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.Andres Freund
2017-09-30Support arrays over domains.Tom Lane
2017-09-30Extend & revamp pg_bswap.h infrastructure.Andres Freund
2017-09-29Add background worker typePeter Eisentraut
2017-09-24Fix assorted infelicities in new SetWALSegSize() function.Tom Lane
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-09-22Remove contrib/chkpassPeter Eisentraut
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-09-19Disable multi-byte citext testsAndrew Dunstan