]> granicus.if.org Git - postgresql/history - contrib
Move BufferGetBlockNumber() out of heap_page_is_all_visible()'s inner loop.
[postgresql] / contrib /
2014-11-13 Andres FreundFix and improve cache invalidation logic for logical...
2014-11-13 Robert HaasMove the guts of our Levenshtein implementation into...
2014-11-12 Andres FreundFix several weaknesses in slot and logical replication...
2014-11-12 Andres FreundAdd interrupt checks to contrib/pg_prewarm.
2014-11-11 Tom LaneLoop when necessary in contrib/pgcrypto's pktreader_pull().
2014-11-07 Robert HaasUpdate pg_xlogdump's .gitignore for brindesc.c.
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-11-05 Tom LaneFix volatility markings of some contrib I/O functions.
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-11-03 Tom LaneDocs: fix incorrect spelling of contrib/pgcrypto option.
2014-11-03 Noah MischRemove dead-since-introduction pgcrypto code.
2014-10-20 Peter Eisentrautpg_test_fsync: Update output format
2014-10-20 Tom LaneFix file-identification comment in contrib/pgcrypto...
2014-10-16 Tom LaneSupport timezone abbreviations that sometimes change.
2014-10-15 Tom LanePrint planning time only in EXPLAIN ANALYZE, not plain...
2014-10-13 Heikki LinnakangasAdd --latency-limit option to pgbench.
2014-10-11 Bruce Momjianpg_upgrade: prefix Unix shell script name output with...
2014-10-10 Heikki LinnakangasRemove unnecessary initialization of local variables.
2014-10-10 Heikki LinnakangasChange the way encoding and locale checks are done...
2014-10-02 Heikki LinnakangasFix typo in error message.
2014-10-02 Heikki LinnakangasRefactor pgbench log-writing code to a separate function.
2014-10-01 Heikki LinnakangasAdd functions for dealing with PGP armor header lines...
2014-10-01 Andres FreundImprove documentation about binary/textual output mode...
2014-09-30 Bruce Momjianpg_upgrade: have pg_upgrade fail for old 9.4 JSONB...
2014-09-26 Andres FreundDefine META_FREE in a way that doesn't cause -Wempty...
2014-09-25 Heikki LinnakangasRefactor space allocation for base64 encoding/decoding...
2014-09-22 Andres FreundImprove code around the recently added rm_identify...
2014-09-19 Tom LaneFix failure of contrib/auto_explain to print per-node...
2014-09-19 Andres FreundAdd the capability to display summary statistics to...
2014-09-19 Andres FreundAdd rmgr callback to name xlog record types for display...
2014-09-11 Bruce Momjianpg_upgrade: adjust C comments
2014-09-11 Heikki LinnakangasFix Windows build.
2014-09-11 Heikki LinnakangasSimplify calculation of Poisson distributed delays...
2014-09-11 Heikki LinnakangasChange the way latency is calculated with pgbench ...
2014-09-11 Bruce Momjianpg_upgrade: compare control version, not catalog version
2014-09-10 Bruce Momjianpg_upgrade: check for large object size compatibility
2014-09-09 Peter Eisentrautdoc: Reflect renaming of Mac OS X to OS X
2014-09-05 Bruce Momjianpg_upgrade: preserve the timestamp epoch
2014-09-05 Peter EisentrautAssorted message fixes and improvements
2014-09-01 Andres FreundAdd skip-empty-xacts option to test_decoding for use...
2014-08-30 Andres FreundMake backend local tracking of buffer pins memory effic...
2014-08-28 Tom LaneFix citext upgrade script for disallowance of oidvector...
2014-08-26 Peter EisentrautFix whitespace
2014-08-26 Andres FreundSpecify the port in dblink and postgres_fdw tests.
2014-08-26 Andres FreundDon't hardcode contrib_regression dbname in postgres_fd...
2014-08-26 Bruce Momjianpg_upgrade: prevent automatic oid assignment
2014-08-26 Bruce Momjianpg_upgrade: use CTE query rather than temp table
2014-08-26 Bruce Momjianrevert "Throw error for ALTER TABLE RESET of an invalid...
2014-08-26 Bruce Momjianpg_upgrade: remove support for 8.3 old clusters
2014-08-25 Bruce Momjianpg_upgrade: add SET log_min_error_statement = warning
2014-08-25 Bruce MomjianThrow error for ALTER TABLE RESET of an invalid option
2014-08-25 Bruce Momjianpg_ctl, pg_upgrade: allow multiple -o/-O options,...
2014-08-25 Andres FreundFix typos in some error messages thrown by extension...
2014-08-25 Heikki LinnakangasDon't track DEALLOCATE in pg_stat_statements.
2014-08-22 Andres FreundFix newly introduced misspelling of existence in pg_buf...
2014-08-21 Andres FreundAdd pinning_backends column to the pg_buffercache exten...
2014-08-20 Bruce Momjianpg_upgrade: adjust logging to use QUERY_ALLOC lengths
2014-08-19 Noah MischReplace a few strncmp() calls with strlcpy().
2014-08-15 Peter EisentrautFix whitespace
2014-08-15 Bruce Momjianpg_upgrade: fix define adjusted during testing
2014-08-15 Bruce Momjianpg_upgrade: error if run from top of new PGDATA on...
2014-08-14 Peter EisentrautAdd some noreturn attributes based on compiler recommen...
2014-08-12 Tatsuo IshiiEnhance pgbench's option checking.
2014-08-07 Bruce Momjianpg_upgrade: prevent oid conflicts with new-cluster...
2014-08-04 Bruce Momjianpg_upgrade: assume user is install user
2014-08-04 Bruce Momjianpg_upgrade: remove reference to autovacuum_multixact_f...
2014-08-04 Heikki LinnakangasWindows doesn't have M_PI; define it ourselves when...
2014-07-30 Robert Haaspgbench: Allow \setrandom to generate Gaussian/exponent...
2014-07-30 Bruce Momjianpg_upgrade: improve C comment wording
2014-07-29 Alvaro HerreraAvoid uselessly looking up old LOCK_ONLY multixacts
2014-07-22 Tom LaneCheck block number against the correct fork in get_raw_...
2014-07-22 Noah MischDiagnose incompatible OpenLDAP versions during build...
2014-07-15 Peter Eisentrautpg_upgrade: Fix spacing in help output
2014-07-15 Magnus HaganderRemove dependency on wsock32.lib in favor of ws2_32
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-07-14 Noah Mischcontrib/test_decoding/Makefile sets MODULES, so omit...
2014-07-14 Fujii MasaoRemove incorrect comment from postgres_fdw.c.
2014-07-12 Andres FreundFix decoding of consecutive MULTI_INSERTs emitted by...
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-07-07 Bruce Momjianpg_upgrade: allow upgrades for new-only TOAST tables
2014-07-06 Andres FreundFix decoding of MULTI_INSERTs when rows other than...
2014-07-06 Noah MischConsistently pass an "unsigned char" to ctype.h functions.
2014-07-02 Bruce Momjianpg_upgrade: preserve database and relation minmxid...
2014-07-02 Bruce Momjianpg_upgrade: no need to remove "members" files for...
2014-07-02 Tom LaneAllow CREATE/ALTER DATABASE to manipulate datistemplate...
2014-07-01 Tom LaneImprove handling of OOM score adjustment in sample...
2014-07-01 Tom LaneFix inadequately-sized output buffer in contrib/unaccent.
2014-07-01 Tom LaneIssue a WARNING about invalid rule file format in contr...
2014-07-01 Tom LaneAllow multi-character source strings in contrib/unaccent.
2014-07-01 Tom LaneAllow empty replacement strings in contrib/unaccent.
2014-06-30 Bruce Momjianpg_upgrade: update C comments about pg_dumpall
2014-06-30 Noah MischDon't prematurely free the BufferAccessStrategy in...
2014-06-24 Bruce Momjianpg_upgrade: remove pg_multixact files left by initdb
2014-06-20 Joe ConwayClean up data conversion short-lived memory context.
2014-06-20 Noah MischFix contrib/pg_upgrade/test.sh for $PWD containing...
2014-06-20 Noah MischLet installcheck-world pass against a server requiring...
2014-06-19 Tom LaneImprove our mechanism for controlling the Linux out...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
next