summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2014-07-14Remove incorrect comment from postgres_fdw.c.Fujii Masao
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
2014-07-10Implement IMPORT FOREIGN SCHEMA.Tom Lane
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-07-07pg_upgrade: allow upgrades for new-only TOAST tablesBruce Momjian
2014-07-06Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund
2014-07-06Consistently pass an "unsigned char" to ctype.h functions.Noah Misch
2014-07-02pg_upgrade: preserve database and relation minmxid valuesBruce Momjian
2014-07-02pg_upgrade: no need to remove "members" files for pre-9.3 upgradesBruce Momjian
2014-07-02Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane
2014-07-01Improve handling of OOM score adjustment in sample Linux start script.Tom Lane
2014-07-01Fix inadequately-sized output buffer in contrib/unaccent.Tom Lane
2014-07-01Issue a WARNING about invalid rule file format in contrib/unaccent.Tom Lane
2014-07-01Allow multi-character source strings in contrib/unaccent.Tom Lane
2014-07-01Allow empty replacement strings in contrib/unaccent.Tom Lane
2014-06-30pg_upgrade: update C comments about pg_dumpallBruce Momjian
2014-06-30Don't prematurely free the BufferAccessStrategy in pgstat_heap().Noah Misch
2014-06-24pg_upgrade: remove pg_multixact files left by initdbBruce Momjian
2014-06-20Clean up data conversion short-lived memory context.Joe Conway
2014-06-20Fix contrib/pg_upgrade/test.sh for $PWD containing spaces.Noah Misch
2014-06-20Let installcheck-world pass against a server requiring a password.Noah Misch
2014-06-19Improve our mechanism for controlling the Linux out-of-memory killer.Tom Lane
2014-06-18Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane
2014-06-16Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.Tom Lane
2014-06-14Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch
2014-06-14Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas
2014-06-04Save pg_stat_statements statistics file into $PGDATA/pg_stat directory at shu...Fujii Masao
2014-05-29When using the OSSP UUID library, cache its uuid_t state object.Tom Lane
2014-05-29Fix uuid-ossp regression tests based on buildfarm feedback.Tom Lane
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-28Improve regression tests for uuid-ossp.Tom Lane
2014-05-28Fix stack clobber in new uuid-ossp code.Tom Lane
2014-05-27Support BSD and e2fsprogs UUID libraries alongside OSSP UUID library.Tom Lane
2014-05-27worker_spi: Initialize bgw_notify_pid in all cases.Robert Haas
2014-05-27Avoid unportable usage of sscanf(UINT64_FORMAT).Tom Lane
2014-05-25Allow total number of transactions in pgbench to exceed INT_MAX.Tom Lane
2014-05-19Fix non-C89-compatible coding in pgbench.Tom Lane
2014-05-16Suppress some more valgrind whining about btree_gist.Tom Lane
2014-05-16Fix a second cause of undersized pallocs for btree_gist indexes on macaddr.Tom Lane
2014-05-16Fix valgrind warning for btree_gist indexes on macaddr.Tom Lane
2014-05-16Add test case for logical decoding of prepared transactions.Heikki Linnakangas
2014-05-16Fix test_decoding test case's check that slot has been dropped.Heikki Linnakangas
2014-05-15Fix whitespacePeter Eisentraut
2014-05-15pg_update: slight major version adjustmentBruce Momjian
2014-05-15Fix version check for pg_upgrade line type crosscheck.Tom Lane
2014-05-14pg_upgrade: error out on 'line' data type usageBruce Momjian
2014-05-13Initialize padding bytes in btree_gist varbit support.Heikki Linnakangas
2014-05-09Avoid some pnstrdup()s when constructing jsonbHeikki Linnakangas
2014-05-07Fix build after removing JsonbValue.estSize field.Heikki Linnakangas