]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2015-05-16  Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-16  Simon RiggsAdd docs for tablesample system_rows()
2015-05-15  Tom LaneUpdate time zone data files to tzdata release 2015d.
2015-05-15  Alvaro HerreraAdd BRIN infrastructure for "inclusion" opclasses
2015-05-15  Tom LaneImprove test for CONVERT() with GB18030 <-> UTF8.
2015-05-15  Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-05-15  Simon RiggsSQLStandard feature T613 Sampling now Supported
2015-05-15  Tom LaneFix uninitialized variable.
2015-05-15  Simon RiggsTablesample method API docs
2015-05-15  Simon RiggsAdd to contrib/Makefile
2015-05-15  Simon Riggscontrib/tsm_system_time
2015-05-15  Simon Riggscontrib/tsm_system_rows
2015-05-15  Simon RiggsTABLESAMPLE system_time(limit)
2015-05-15  Simon RiggsTABLESAMPLE system_rows(limit)
2015-05-15  Tom LaneExtend GB18030 encoding conversion to cover full Unicod...
2015-05-15  Robert Haasdoc: CREATE FOREIGN TABLE now allows CHECK ( ... )...
2015-05-15  Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15  Heikki LinnakangasSilence another create_index regression test failure.
2015-05-15  Tom LaneFix outdated src/test/mb/ tests, and add a GB18030...
2015-05-15  Heikki LinnakangasFix docs build. Oops.
2015-05-15  Heikki LinnakangasAdd archive_mode='always' option.
2015-05-15  Bruce Momjiandocs: consistently uppercase index method and add...
2015-05-15  Heikki LinnakangasSilence create_index regression test failure.
2015-05-15  Heikki LinnakangasFix datatype confusion with the new lossy GiST distance...
2015-05-15  Tom LaneFix insufficiently-paranoid GB18030 encoding verifier.
2015-05-15  Stephen FrostRemove useless pg_audit.conf
2015-05-15  Fujii MasaoSupport --verbose option in reindexdb.
2015-05-15  Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-15  Fujii MasaoSupport VERBOSE option in REINDEX command.
2015-05-15  Tom LaneHonor traditional SGML NAMELEN limit.
2015-05-15  Tom LaneTeach UtfToLocal/LocalToUtf to support algorithmic...
2015-05-15  Simon RiggsSeparate block sampling functions
2015-05-15  Bruce Momjianpg_upgrade: make controldata checks more consistent
2015-05-15  Peter EisentrautAdd pg_settings.pending_restart column
2015-05-14  Bruce Momjiandoc: list bigint as mapping to int8 and int64
2015-05-14  Stephen FrostMake repeated 'make installcheck' runs work
2015-05-14  Stephen FrostImprove pg_audit regression tests
2015-05-14  Tom LaneDocs: fix erroneous claim about max byte length of...
2015-05-14  Tom LaneFix portability issue in pg_audit.
2015-05-14  Tom LaneSuppress uninitialized-variable warning.
2015-05-14  Tom LaneSupport "expanded" objects, particularly arrays, for...
2015-05-14  Stephen FrostFurther fixes for the buildfarm for pg_audit
2015-05-14  Stephen FrostFurther fixes for the buildfarm for pg_audit
2015-05-14  Stephen FrostFix buildfarm with regard to pg_audit
2015-05-14  Stephen FrostAdd pg_audit, an auditing extension
2015-05-13  Tom LaneFix distclean/maintainer-clean targets to remove top...
2015-05-13  Robert HaasFix comment.
2015-05-13  Robert HaasExtend abbreviated key infrastructure to datum tuplesorts.
2015-05-13  Tom LaneFix postgres_fdw to return the right ctid value in...
2015-05-13  Andrew DunstanFix jsonb replace and delete on scalars and empty struc...
2015-05-13  Robert HaasRemove useless assertion.
2015-05-13  Andres FreundAdd pgstattuple_approx() to the pgstattuple extension.
2015-05-13  Peter EisentrautPL/Python: Remove procedure cache invalidation
2015-05-12  Andres FreundFix ON CONFLICT bugs that manifest when used in rules.
2015-05-12  Andrew DunstanFix some errors from jsonb functions patch.
2015-05-12  Andrew DunstanAdditional functions and operators for jsonb
2015-05-12  Tom LaneAdd support for doing late row locking in FDWs.
2015-05-12  Stephen Frostpgbench: Don't fail during startup
2015-05-12  Andrew Dunstanpg_basebackup -F t now succeeds with a long symlink...
2015-05-12  Bruce Momjiandoc build: use unique Makefile variable to control...
2015-05-12  Alvaro Herrera"Fix" test_ddl_deparse regress test schedule
2015-05-12  Bruce Momjiandoc: prevent SGML 'make check' from building temp...
2015-05-12  Andrew DunstanMap basebackup tablespaces using a tablespace_map file
2015-05-12  Peter EisentrautReplace some appendStringInfo* calls with more appropri...
2015-05-11  Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-05-11  Stephen FrostAllow LOCK TABLE .. ROW EXCLUSIVE MODE with INSERT
2015-05-11  Bruce Momjianpg_upgrade: use single or double-quotes in command...
2015-05-11  Tom LaneFix incorrect checking of deferred exclusion constraint...
2015-05-11  Robert HaasIncrease threshold for multixact member emergency autov...
2015-05-11  Bruce Momjianinitdb: only recommend pg_ctl to start the server
2015-05-11  Bruce Momjiandocs: add "serialization anomaly" to transaction isola...
2015-05-11  Bruce Momjianpg_dump: suppress "Tablespace:" comment for default...
2015-05-11  Robert HaasEven when autovacuum=off, force it for members as we...
2015-05-11  Robert HaasAdvance the stop point for multixact offset creation...
2015-05-11  Robert HaasFix DetermineSafeOldestOffset for the case where there...
2015-05-10  Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-10  Tom LaneAdd missing "static" marker.
2015-05-09  Stephen FrostCorrect reindexdb documentation
2015-05-09  Bruce Momjiandoc: adjust ordering of pg_stat_statement paragraphs
2015-05-09  Andrew DunstanAdd new OID alias type regnamespace
2015-05-09  Andrew DunstanAdd new OID alias type regrole
2015-05-09  Stephen FrostImprove ParseConfigFp comment wrt head/tail
2015-05-08  Stephen FrostChange default for include_realm to 1
2015-05-08  Stephen FrostModify pg_stat_get_activity to build a tuplestore
2015-05-08  Stephen FrostBump catversion for pg_file_settings
2015-05-08  Stephen FrostAdd pg_file_settings view and function
2015-05-08  Andres FreundFix two problems in infer_arbiter_indexes().
2015-05-08  Heikki LinnakangasAt promotion, archive last segment from old timeline...
2015-05-08  Heikki LinnakangasAdd macros to check if a filename is a WAL segment...
2015-05-08  Peter EisentrautFix whitespace
2015-05-08  Andres FreundMinor ON CONFLICT related comments and doc fixes.
2015-05-08  Robert HaasTeach autovacuum about multixact member wraparound.
2015-05-08  Stephen FrostRemove reference to src/tools/backend/index.html
2015-05-08  Andres FreundRemove dependency on ordering in logical decoding upser...
2015-05-08  Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07  Andres FreundRepresent columns requiring insert and update privilege...
2015-05-07  Alvaro HerreraImprove BRIN infra, minmax opclass and regression test
2015-05-07  Robert HaasFix incorrect math in DetermineSafeOldestOffset.
2015-05-07  Bruce MomjianMakefile: Add comment that doc uninstall clears man...
2015-05-07  Magnus HaganderProperly send SCM status updates when shutting down...
next