summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2015-02-21Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane
2015-02-21Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-02-16Eliminate unnecessary NULL checks in picksplit method of intarray.Kevin Grittner
2015-02-14Avoid returning undefined bytes in chkpass_in().Tom Lane
2015-02-12pg_upgrade: improve checksum mismatch error messageBruce Momjian
2015-02-12pg_upgrade: quote directory names in delete_old_cluster scriptBruce Momjian
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas
2015-02-04pgcrypto: Code cleanup for decrypt_internal.Robert Haas
2015-02-03Remove dead code.Heikki Linnakangas
2015-02-02Prevent Valgrind Memcheck errors around px_acquire_system_randomness().Noah Misch
2015-02-02Cherry-pick security-relevant fixes from upstream imath library.Noah Misch
2015-02-02Fix buffer overrun after incomplete read in pullf_read_max().Noah Misch
2015-01-30Fix Coverity warning about contrib/pgcrypto's mdc_finish().Tom Lane
2015-01-30Handle unexpected query results, especially NULLs, safely in connectby().Tom Lane
2015-01-29Align buffer descriptors to cache line boundaries.Andres Freund
2015-01-28Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas
2015-01-26Fix volatile-safety issue in dblink's materializeQueryResult().Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-22Prevent duplicate escape-string warnings when using pg_stat_statements.Tom Lane
2015-01-15Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane
2015-01-15pg_standby: Avoid writing one byte beyond the end of the buffer.Robert Haas
2015-01-14vacuumlo: Avoid unlikely memory leak.Robert Haas
2015-01-13Silence Coverity warnings about unused return values from pushJsonbValue()Heikki Linnakangas
2015-01-09pg_upgrade: fix one-byte per empty db memory leakBruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-04Correctly handle test durations of more than 2147s in pg_test_timing.Andres Freund
2015-01-04Fix off-by-one in pg_xlogdump's fuzzy_open_file().Andres Freund
2015-01-04Add missing va_end() call to a early exit in dmetaphone.c's StringAt().Andres Freund
2014-12-30Fix resource leak pointed out by Coverity.Tatsuo Ishii
2014-12-24pgbench: remove odd trailing period in init progress outputBruce Momjian
2014-12-22Turn much of the btree_gin macros into real functions.Heikki Linnakangas
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-18Lock down regression testing temporary clusters on Windows.Noah Misch
2014-12-17Allow CHECK constraints to be placed on foreign tables.Tom Lane
2014-12-17Update .gitignore for pg_upgradeMagnus Hagander
2014-12-16Suppress bogus statistics when pgbench failed to complete any transactions.Tom Lane
2014-12-16Fix file descriptor leak after failure of a \setshell command in pgbench.Tom Lane
2014-12-12Revert misguided change to postgres_fdw FOR UPDATE/SHARE code.Tom Lane
2014-12-12Fix planning of SELECT FOR UPDATE on child table with partial index.Tom Lane
2014-12-09pg_xlogdump/.gitignore: add committsdesc.cAlvaro Herrera
2014-12-05Fix pg_xlogdump's calculation of full-page image data.Heikki Linnakangas
2014-12-04Fix SHLIB_PREREQS use in contrib, allowing PGXS buildsPeter Eisentraut
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-12-02Don't skip SQL backends in logical decoding for visibility computation.Andres Freund
2014-12-02pageinspect/BRIN: minor tweaksAlvaro Herrera
2014-12-01Fix hstore_to_json_loose's detection of valid JSON number values.Andrew Dunstan
2014-11-30Move test modules from contrib to src/test/modulesAlvaro Herrera
2014-11-28Add bms_next_member(), and use it where appropriate.Tom Lane