]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2015-05-07  Magnus HaganderFix indentation that could mask a future bug
2015-05-07  Magnus HaganderFix minor resource leak in pg_dump
2015-05-06  Robert HaasAvoid using a C++ keyword as a structure member name.
2015-05-05  Tom Lanecitext's regexp_matches() functions weren't documented...
2015-05-05  Tom LaneFix incorrect declaration of citext's regexp_matches...
2015-05-05  Peter Eisentrautdoc: Update installation instructions for new shared...
2015-05-05  Alvaro HerreraAdd geometry/range functions to support BRIN inclusion
2015-05-05  Robert HaasFix some problems with patch to fsync the data directory.
2015-05-05  Peter Eisentrauthstore_plpython: Support tests on Python 2.3
2015-05-05  Peter EisentrautFix typos
2015-05-04  Robert HaasUse outerPlanState macro instead of referring to leffttree.
2015-05-04  Tom LaneImprove procost estimates for some text search functions.
2015-05-04  Robert HaasRecursively fsync() the data directory after a crash.
2015-05-04  Heikki LinnakangasFix the same-rel optimization when creating WAL records.
2015-05-04  Andrew DunstanFix two small bugs in json's populate_record_worker
2015-05-04  Tom LaneSecond try at fixing warnings caused by commit 9b43d73b...
2015-05-03  Tom LaneFix overlooked relcache invalidation in ALTER TABLE...
2015-05-03  Andrew Dunstanfix escaping of brackets for m4 broken in b6b2149e48aa6...
2015-05-03  Andrew DunstanEnable transforms modules to build and run with Mingw...
2015-05-03  Andrew DunstanFix python_includespec on Windows at configure time
2015-05-02  Noah MischCombine initdb tests that successfully create a data...
2015-05-02  Noah MischFix one more TAP test to use standard command-line...
2015-05-02  Noah MischRename coerce_type() local variable.
2015-05-02  Peter EisentrautWindows also needs an override of the shared libpython...
2015-05-02  Peter Eisentrauthstore_plperl: Move port-specific parts to later in...
2015-05-02  Peter EisentrautFix shared libpython detection on OS X
2015-05-02  Peter EisentrautMake hstore_plperl's build even more like plperl's
2015-05-02  Peter EisentrautMove interpreter shared library detection to configure
2015-05-01  Andrew DunstanMake hstore_plperl's build more like plperl's
2015-05-01  Bruce MomjianMark views created from tables as replication identity...
2015-05-01  Robert HaasDeparse named arguments to use the new => operator...
next