summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
2014-11-27Free libxml2/libxslt resources in a safer order.Tom Lane
2014-11-25Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas
2014-11-24Add infrastructure to save and restore GUC values.Robert Haas
2014-11-22Fix mishandling of system columns in FDW queries.Tom Lane
2014-11-21Add pageinspect functions for inspecting GIN indexes.Heikki Linnakangas
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-19Avoid file descriptor leak in pg_test_fsync.Robert Haas
2014-11-15postgres_fdw.h: don't pull in rel.h when relcache.h is enoughAlvaro Herrera
2014-11-13Fix and improve cache invalidation logic for logical decoding.Andres Freund
2014-11-13Move the guts of our Levenshtein implementation into core.Robert Haas
2014-11-12Fix several weaknesses in slot and logical replication on-disk serialization.Andres Freund
2014-11-12Add interrupt checks to contrib/pg_prewarm.Andres Freund
2014-11-11Loop when necessary in contrib/pgcrypto's pktreader_pull().Tom Lane
2014-11-07Update pg_xlogdump's .gitignore for brindesc.c.Robert Haas
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-05Fix volatility markings of some contrib I/O functions.Tom Lane
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-11-03Docs: fix incorrect spelling of contrib/pgcrypto option.Tom Lane
2014-11-03Remove dead-since-introduction pgcrypto code.Noah Misch
2014-10-20pg_test_fsync: Update output formatPeter Eisentraut
2014-10-20Fix file-identification comment in contrib/pgcrypto/pgcrypto--1.2.sql.Tom Lane
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-15Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN.Tom Lane
2014-10-13Add --latency-limit option to pgbench.Heikki Linnakangas
2014-10-11pg_upgrade: prefix Unix shell script name output with "./"Bruce Momjian
2014-10-10Remove unnecessary initialization of local variables.Heikki Linnakangas
2014-10-10Change the way encoding and locale checks are done in pg_upgrade.Heikki Linnakangas
2014-10-02Fix typo in error message.Heikki Linnakangas
2014-10-02Refactor pgbench log-writing code to a separate function.Heikki Linnakangas
2014-10-01Add functions for dealing with PGP armor header lines to pgcrypto.Heikki Linnakangas
2014-10-01Improve documentation about binary/textual output mode for output plugins.Andres Freund
2014-09-30pg_upgrade: have pg_upgrade fail for old 9.4 JSONB formatBruce Momjian
2014-09-26Define META_FREE in a way that doesn't cause -Wempty-body warnings.Andres Freund
2014-09-25Refactor space allocation for base64 encoding/decoding in pgcrypto.Heikki Linnakangas
2014-09-22Improve code around the recently added rm_identify rmgr callback.Andres Freund
2014-09-19Fix failure of contrib/auto_explain to print per-node timing information.Tom Lane
2014-09-19Add the capability to display summary statistics to pg_xlogdump.Andres Freund
2014-09-19Add rmgr callback to name xlog record types for display purposes.Andres Freund
2014-09-11pg_upgrade: adjust C commentsBruce Momjian
2014-09-11Fix Windows build.Heikki Linnakangas
2014-09-11Simplify calculation of Poisson distributed delays in pgbench --rate mode.Heikki Linnakangas
2014-09-11Change the way latency is calculated with pgbench --rate option.Heikki Linnakangas
2014-09-11pg_upgrade: compare control version, not catalog versionBruce Momjian
2014-09-10pg_upgrade: check for large object size compatibilityBruce Momjian
2014-09-09doc: Reflect renaming of Mac OS X to OS XPeter Eisentraut