Commit Graph

3373 Commits (05d0f13f0701d84e4e6784da336aabcc2dfc8ade)

Author SHA1 Message Date
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Robert Haas d40d97d6c7 pgcrypto's encrypt() supports AES-128, AES-192, and AES-256 8 years ago
Robert Haas 0ff5bd7b47 pg_prewarm: Add missing LWLockRegisterTranche call. 8 years ago
Robert Haas 99f6a17dd6 Fix test case for 'outer pathkeys do not match mergeclauses' fix. 8 years ago
Peter Eisentraut 6ad3611e1e Remove dead assignment 8 years ago
Tom Lane fb8697b31a Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
Robert Haas b0313f9cc8 pageinspect: Fix use of wrong memory context by hash_page_items. 8 years ago
Bruce Momjian 6588a43bca Fix C comment typo 8 years ago
Robert Haas 2f17844104 Allow UPDATE to move rows between partitions. 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Robert Haas 4bbf6edfbd postgres_fdw: Avoid 'outer pathkeys do not match mergeclauses' error. 8 years ago
Simon Riggs 9c7d06d606 Ability to advance replication slots 8 years ago
Tom Lane e9f2703ab7 Fix postgres_fdw to cope with duplicate GROUP BY entries. 8 years ago
Tom Lane 9ff4f758ee Cosmetic fix in postgres_fdw.c. 8 years ago
Teodor Sigaev f50c80dbb1 llow negative coordinate for ~> (cube, int) operator 8 years ago
Teodor Sigaev 563a053bdd Fix behavior of ~> (cube, int) operator 8 years ago
Tom Lane 18869e202b Fix new test case to not be endian-dependent. 8 years ago
Tom Lane 39cfe86195 Fix incorrect computations of length of null bitmap in pageinspect. 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Robert Haas b726eaa37a Remove incorrect apostrophe. 8 years ago
Tom Lane 9fa6f00b13 Rethink MemoryContext creation to improve performance. 8 years ago
Andres Freund f512a6e132 Consistently use PG_INT(16|32|64)_(MIN|MAX). 8 years ago
Andres Freund 101c7ee3ee Use new overflow aware integer operations. 8 years ago
Teodor Sigaev c28aa157b8 Make pg_trgm tests independ from standard_conforming_string. Tests uses 8 years ago
Robert Haas 82c5c533d1 postgres_fdw: Fix failing regression test. 8 years ago
Robert Haas ab3f008a2d postgres_fdw: Judge password use by run-as user, not session user. 8 years ago
Tom Lane 2069e6faa0 Clean up assorted messiness around AllocateDir() usage. 8 years ago
Robert Haas 9502227805 postgres_fdw: Fix test that didn't test what it claimed. 8 years ago
Robert Haas eaedf0df71 Update typedefs.list and re-run pgindent 8 years ago
Tom Lane 9a785ad573 Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. 8 years ago
Tom Lane d3f4e8a8a7 Avoid formally-undefined use of memcpy() in hstoreUniquePairs(). 8 years ago
Tom Lane de1d042f59 Support index-only scans in contrib/cube and contrib/seg GiST indexes. 8 years ago
Peter Eisentraut d0aa965c0a Consistently catch errors from Python _New() functions 8 years ago
Tom Lane 5278786350 Remove contrib/start-scripts/osx/. 8 years ago
Tom Lane ac3b962681 Provide modern examples of how to auto-start Postgres on macOS. 8 years ago
Tom Lane 687f096ea9 Make PL/Python handle domain-type conversions correctly. 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
Tom Lane 7e60e67861 Tighten test in contrib/bloom/t/001_wal.pl. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Noah Misch dfc015dcf4 start-scripts: switch to $PGUSER before opening $PGLOG. 8 years ago
Tom Lane 4c11d2c559 Flag index metapages as standard-format in xlog.c calls. 8 years ago
Peter Eisentraut 637a934ab9 Simplify new test suite handling of passwordcheck 8 years ago
Robert Haas c6fd5cd706 Fix typo. 8 years ago
Tom Lane 37a795a60b Support domains over composite types. 8 years ago
Robert Haas 2959213bf3 pg_stat_statements: Add a comment about the dangers of padding bytes. 8 years ago
Alvaro Herrera 4b95cc1dc3 Add more tests for reloptions 8 years ago
Peter Eisentraut 4211673622 Exclude flex-generated code from coverage testing 8 years ago
Andres Freund 31079a4a8e Replace remaining uses of pq_sendint with pq_sendint{8,16,32}. 8 years ago
Robert Haas cff440d368 pg_stat_statements: Widen query IDs from 32 bits to 64 bits. 8 years ago
Tom Lane 1518d07842 Fix crash when logical decoding is invoked from a PL function. 8 years ago