summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2018-02-12get_relid_attribute_name is dead, long live get_attnameAlvaro Herrera
2018-02-09postgres_fdw: Attmempt to stabilize regression tests.Robert Haas
2018-02-08postgres_fdw: Remove CTID output from some tests.Robert Haas
2018-02-07postgres_fdw: Push down UPDATE/DELETE joins to remote servers.Robert Haas
2018-02-02Support parallel btree index builds.Robert Haas
2018-01-31pgcrypto's encrypt() supports AES-128, AES-192, and AES-256Robert Haas
2018-01-31pg_prewarm: Add missing LWLockRegisterTranche call.Robert Haas
2018-01-30Fix test case for 'outer pathkeys do not match mergeclauses' fix.Robert Haas
2018-01-30Remove dead assignmentPeter Eisentraut
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-26pageinspect: Fix use of wrong memory context by hash_page_items.Robert Haas
2018-01-26Fix C comment typoBruce Momjian
2018-01-19Allow UPDATE to move rows between partitions.Robert Haas
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-17postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error.Robert Haas
2018-01-17Ability to advance replication slotsSimon Riggs
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