]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2015-06-21  Alvaro HerreraAdd transforms to pg_get_object_address and friends
2015-06-21  Andres FreundImprove multixact emergency autovacuum logic.
2015-06-21  Andres FreundAdd missing check for wal_debug GUC.
2015-06-21  Peter EisentrautPL/Perl: Add alternative expected file for Perl 5.22
2015-06-20  Noah MischFix failure to copy setlocale() return value.
2015-06-20  Noah MischRevert "Detect setlocale(LC_CTYPE, NULL) clobbering...
2015-06-20  Alvaro HerreraFix BRIN supported operators table
2015-06-20  Alvaro HerreraFix thinko in comment (launcher -> worker)
2015-06-19  Tom LaneIn immediate shutdown, postmaster should not exit till...
2015-06-19  Alvaro HerreraClamp autovacuum launcher sleep time to 5 minutes
2015-06-19  Tom LaneFix bogus range_table_mutator() logic for RangeTblEntry...
2015-06-19  Robert HaasFix corner case in autovacuum-forcing logic for multixa...
2015-06-19  Robert HaasAdd PASSWORD to tab completions for CREATE/ALTER ROLE...
2015-06-19  Robert HaasChange TAP test framework to not rely on having a chmod...
2015-06-17  Noah MischDetect setlocale(LC_CTYPE, NULL) clobbering previous...
2015-06-16  Andrew DunstanFix comment in fmgr.h to refer to actual function used.
2015-06-15  Michael MeskesCheck for out of memory when allocating sqlca.
2015-06-15  Michael MeskesFix memory leak in ecpglib's connect function.
2015-06-14  Bruce Momjianrelease notes: fix Petr's name typos
2015-06-14  Peter Eisentrautdoc: Add note to pg_dump man page about pg_dumpall
2015-06-14  Peter EisentrautRemove stray character
2015-06-14  Bruce Momjianrelease notes: consistently name "Alexander Shulgin"
2015-06-14  Bruce Momjianrelease notes: move/remove/adjust items
2015-06-14  Bruce Momjianrelease notes: add accent to Petr JelĂ­nek last name
2015-06-14  Bruce Momjianrelease notes: remove mention of pg_basebackup non...
2015-06-13  Bruce Momjianrelease notes: add Petr Jelinek to JSON function item
2015-06-13  Bruce Momjianrelease notes: fixes from Fujii Masao
2015-06-13  Bruce Momjianrelease notes: reorder hash performance authors, again
2015-06-13  Bruce Momjianrelease notes: reorder sort performance authors
2015-06-13  Bruce Momjianrelease notes: split apart hash items
2015-06-13  Bruce Momjianrelease notes: add two optimizer items
2015-06-12  Andrew DunstanFix "path" infrastructure bug affecting jsonb_set()
2015-06-12  Tom LaneFix failure to cover scalar-vs-rowtype cases in exec_st...
2015-06-12  Tom LaneImprove error message and hint for ALTER COLUMN TYPE...
2015-06-12  Fujii MasaoMake postmaster restart archiver soon after it dies...
2015-06-12  Michael MeskesFixed some memory leaks in ECPG.
2015-06-12  Michael MeskesFix intoasc() in Informix compat lib. This function...
2015-06-12  Fujii MasaoFix alphabetization in catalogs.sgml.
2015-06-12  Fujii MasaoClean up useless mention of RMGRDESCSOURCES in pg_rewin...
2015-06-12  Bruce Momjianrelease notes: add links to doc sections
2015-06-11  Bruce Momjianrelease notes: update hash item
2015-06-11  Bruce Momjianrelease notes: move pg_buffercache item to the right...
2015-06-11  Bruce Momjianrelease notes: implement suggestions
2015-06-11  Bruce Momjianrelease notes: explain meaning of pg_stat_get_snapshot...
2015-06-11  Bruce Momjianrelease notes: update for pg_basebackup in tar format
2015-06-11  Andrew DunstanRename jsonb - text[] operator to #- to avoid ambiguity.
2015-06-11  Fujii MasaoFix some issues in pg_rewind.
2015-06-11  Bruce MomjianFirst draft of 9.5 release notes
2015-06-11  Peter Eisentrautdoc: Use "connections" instead of "slots" to avoid...
2015-06-11  Peter Eisentrautdoc: Fix typo
2015-06-11  Peter EisentrautFix typo
2015-06-10  Peter Eisentrautdoc: Call xmllint for validity also in the fop build
2015-06-10  Kevin GrittnerFix typo in comment.
2015-06-10  Bruce Momjiandocs: update release note regex suggestions
2015-06-10  Fujii MasaoFix typo in comment.
2015-06-09  Tom LaneRelease notes for 9.4.4, 9.3.9, 9.2.13, 9.1.18, 9.0.22.
2015-06-09  Tom LaneReport more information if pg_perm_setlocale() fails...
2015-06-09  Tom LaneFirst-draft release notes for 9.4.4, 9.3.9, 9.2.13...
2015-06-08  Alvaro HerreraFix typos
2015-06-08  Fujii MasaoRefactor WAL segment copying code.
2015-06-08  Andres FreundAllow HotStandbyActiveInReplay() to be called in single...
2015-06-08  Andrew DunstanClarify documentation of jsonb - text
2015-06-08  Andrew DunstanDesupport jsonb subscript deletion on objects
2015-06-08  Peter Eisentrautdoc: Fix broken links in FOP build
2015-06-07  Tom LaneUse a safer method for determining whether relcache...
2015-06-05  Tom LaneGet rid of a //-style comment.
2015-06-05  Tom LaneFix incorrect order of database-locking operations...
2015-06-05  Robert HaasCope with possible failure of the oldest MultiXact...
2015-06-04  Robert Haasdoc: Session identifiers truncate, not round, the backe...
2015-06-04  Robert Haasdocs: Fix list of object types pg_table_is_visible...
2015-06-04  Tom LaneSecond try at stabilizing query plans in rowsecurity...
2015-06-04  Tom LaneFix brin regression test so it actually tests cidr.
2015-06-04  Tom LaneTighten the per-operator testing done in brin regressio...
2015-06-04  Tom LaneFix brin "char" test to actually test what it meant...
2015-06-04  Tom LaneStabilize results of brin regression test.
2015-06-04  Tom LaneStabilize query plans in rowsecurity regression test.
2015-06-04  Fujii MasaoRemove -i/--ignore-version option from pg_dump, pg_dump...
2015-06-04  Fujii MasaoFix some issues in pg_class.relminmxid and pg_database...
2015-06-04  Peter Eisentrautdoc: Fix PDF build with FOP
2015-06-03  Tom LaneFix some questionable edge-case behaviors in add_path...
2015-06-03  Tom LaneFix planner's cost estimation for SEMI/ANTI joins with...
2015-06-03  Fujii MasaoMinor improvement to txid_current() documentation.
2015-06-01  Tom LaneRelease notes for 9.4.3, 9.3.8, 9.2.12, 9.1.17, 9.0.21.
2015-06-01  Bruce Momjianpgindent: add typedef blog URL
2015-06-01  Andrew DunstanAvoid naming a variable "new", and remove bogus initial...
2015-06-01  Andrew DunstanAdd a couple of missing JsonbValue type initialisers.
2015-06-01  Andrew DunstanRename jsonb_replace to jsonb_set and allow it to add...
2015-05-31  Peter EisentrautMake Python tests more portable
2015-05-29  Bruce Momjianpg_upgrade: add missing period in C comment
2015-05-29  Tom Laneinitdb -S should now have an explicit check that $PGDAT...
2015-05-29  Tom LaneRemove special cases for ETXTBSY from new fsync'ing...
2015-05-29  Tom LaneCheck that all aliases of a built-in function have...
2015-05-29  Tom LaneAdjust initdb to also not consider fsync'ing failures...
2015-05-29  Tom LaneRevert exporting of internal GUC variable "data_directory".
2015-05-28  Tom LaneFix fsync-at-startup code to not treat errors as fatal.
2015-05-28  Stephen FrostRemove *pgaudit* references also.
2015-05-28  Stephen FrostFinish removing pg_audit
2015-05-28  Tom LaneFix pg_rewind's handling of top-level symlinks.
2015-05-28  Stephen FrostRemove pg_audit
2015-05-28  Tom LaneFix assorted inconsistencies in our calls of readlink().
next