]> granicus.if.org Git - postgresql/shortlog
postgresql
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...
2015-05-01 Robert HaasAllow FDWs and custom scan providers to replace joins...
2015-05-01 Andres FreundCopy editing of the replication origins patch.
2015-05-01 Andres FreundFix unaligned memory access in xlog parsing due to...
2015-05-01 Heikki LinnakangasFix pg_rewind regression failure after "fast promotion"
2015-04-30 Alvaro HerreraFix up some loose ends for CURRENT_USER as RoleSpec
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-30 Alvaro HerreraFix pg_upgrade's multixact handling (again)
2015-04-30 Magnus HaganderFix typo
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-04-29 Andres FreundCorrect replication origin's use of UINT16_MAX to PG_UI...
2015-04-29 Robert HaasAdd <literal> markup, for consistency.
2015-04-29 Robert HaasUpdate .gitignore for new rmgr, changed paths.
2015-04-29 Robert HaasRemove enum-related special cases for catalog scans.
2015-04-29 Robert HaasAttempt to fix some compiler warnings.
2015-04-29 Andrew DunstanEnable transforms tests for python 2 on MSVC builds
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-29 Robert Haaspsql: Improve tab completion for ALTER FOREIGN TABLE.
2015-04-29 Bruce Momjianto_char(): have format 'OF' only show the leading...
2015-04-29 Bruce Momjiandoc: recommend use of GUC server_version_num for versi...
2015-04-29 Bruce Momjianpg_basebackup: canonicalize old and new tablespace...
2015-04-28 Bruce MomjianWarn about tablespace creation in PGDATA
2015-04-28 Tom LaneFix another test for RELKIND_RELATION that should allow...
2015-04-28 Tom LaneFix ATSimpleRecursion() to allow recursion from a forei...
2015-04-28 Alvaro HerreraCode review for multixact bugfix
next