]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2014-11-28  Tom LaneAdd bms_next_member(), and use it where appropriate.
2014-11-28  Tom LaneImprove performance of OverrideSearchPathMatchesCurrent().
2014-11-28  Tom LaneImprove typcache: cache negative lookup results, add...
2014-11-28  Fujii MasaoAdd tab-completion for ALTER TABLE ALTER CONSTRAINT...
2014-11-28  Heikki LinnakangasFix assertion failure at end of PITR.
2014-11-27  Fujii MasaoMake \watch respect the user's \pset null setting.
2014-11-27  Fujii MasaoMark response messages for translation in pg_isready.
2014-11-27  Tom LaneFree libxml2/libxslt resources in a safer order.
2014-11-27  Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-26  Heikki LinnakangasRemove dead function prototype
2014-11-26  Peter Eisentrautdoc: Fix markup
2014-11-26  Robert HaasAttempt to suppress uninitialized variable warning.
2014-11-25  Simon RiggsRemove extraneous SGML tag
2014-11-25  Tom LaneFix uninitialized-variable warning.
2014-11-25  Simon Riggsaction_at_recovery_target recovery config option
2014-11-25  Tom LaneDe-reserve most statement-introducing keywords in plpgsql.
2014-11-25  Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-11-25  Stephen FrostAdd int64 -> int8 mapping to genbki
2014-11-25  Heikki LinnakangasAllow using connection URI in primary_conninfo.
2014-11-25  Heikki LinnakangasAllow "dbname" from connection string to be overridden...
2014-11-25  Stephen FrostSuppress DROP CASCADE notices in regression tests
2014-11-25  Heikki LinnakangasCheck return value of strdup() in libpq connection...
2014-11-25  Heikki LinnakangasMake Port->ssl_in_use available, even when built with...
2014-11-24  Robert HaasAdd infrastructure to save and restore GUC values.
2014-11-24  Heikki LinnakangasAdd a few paragraphs to B-tree README explaining L...
2014-11-24  Heikki LinnakangasDistinguish XLOG_FPI records generated for hint-bit...
2014-11-23  Tom LaneGet rid of redundant production in plpgsql grammar.
2014-11-23  Andrew DunstanFix memory leaks introduced by commit eca2b9b
2014-11-23  Noah MischDetect PG_PRINTF_ATTRIBUTE automatically.
2014-11-23  Tom LaneAllow simplification of EXISTS() subqueries containing...
2014-11-22  Tom LaneFix mishandling of system columns in FDW queries.
2014-11-22  Andrew DunstanRework echo_hidden for \sf and \ef from commit e4d2817.
2014-11-21  Tom LaneRearrange CustomScan API.
2014-11-21  Tom LaneSimplify API for initially hooking custom-path provider...
2014-11-21  Andrew DunstanFix an error in psql that overcounted output lines.
2014-11-21  Andrew DunstanMake psql's \sf and \ef honor ECHO_HIDDEN.
2014-11-21  Heikki LinnakangasNo need to call XLogEnsureRecordSpace when the relation...
2014-11-21  Heikki LinnakangasAdd a comment to regress.c explaining what it contains.
2014-11-21  Heikki LinnakangasFix bogus comments in XLogRecordAssemble
2014-11-21  Heikki LinnakangasAdd pageinspect functions for inspecting GIN indexes.
2014-11-21  Tom LaneRemove dead code supporting mark/restore in SeqScan...
2014-11-20  Tom LaneInitial code review for CustomScan patch.
2014-11-20  Tom LaneFix another oversight in CustomScan patch.
2014-11-20  Tom LaneFix another oversight in CustomScan patch.
2014-11-20  Tom LaneRemove no-longer-needed phony typedefs in genbki.h.
2014-11-20  Tom LaneAdd missing case for CustomScan.
2014-11-20  Heikki LinnakangasSilence compiler warning about variable being used...
2014-11-20  Heikki LinnakangasRevamp the WAL record format.
2014-11-20  Peter EisentrautFix suggested layout for PGXS makefile
2014-11-19  Tom LaneImprove documentation's description of JOIN clauses.
2014-11-19  Heikki LinnakangasAdd test cases for indexam operations not currently...
2014-11-19  Robert HaasAvoid file descriptor leak in pg_test_fsync.
2014-11-19  Fujii MasaoFix bug in the test of file descriptor of current WAL...
2014-11-19  Fujii MasaoFix pg_receivexlog --slot so that it doesn't prevent...
2014-11-19  Tom LaneDon't require bleeding-edge timezone data in timestampt...
2014-11-18  Tom LaneUpdate comments in find_typedef.
2014-11-18  Tom LaneFix some bogus direct uses of realloc().
2014-11-18  Simon RiggsReduce btree scan overhead for < and > strategies
2014-11-18  Heikki LinnakangasRemove obsolete debugging option, RTDEBUG.
2014-11-17  Simon RiggsAdd pg_dump --snapshot option
2014-11-17  Tom LaneUpdate 9.4 release notes for commits through today.
2014-11-17  Fujii MasaoAdd --synchronous option to pg_receivexlog, for more...
2014-11-17  Tom LaneUpdate time zone data files to tzdata release 2014j.
2014-11-17  Heikki LinnakangasFix WAL-logging of B-tree "unlink halfdead page" operation.
2014-11-17  Alvaro HerreraFix relpersistence setting in reindex_index
2014-11-17  Peter EisentrautTranslation updates
2014-11-16  Magnus HaganderMention the TZ environment variable for initdb
2014-11-16  Magnus HaganderRestructure doc sections about statistics views
2014-11-15  Simon RiggsEmit msg re skipping ANALYZE for absent inh tree
2014-11-15  Alvaro HerreraGet rid of SET LOGGED indexes persistence kludge
2014-11-15  Alvaro HerreraRemove unused InhPaths
2014-11-15  Alvaro Herrerapostgres_fdw.h: don't pull in rel.h when relcache.h...
2014-11-15  Andres FreundFix initdb --sync-only to also sync tablespaces.
2014-11-15  Andres FreundSync unlogged relations to disk after they have been...
2014-11-15  Andres FreundEnsure unlogged tables are reset even if crash recovery...
2014-11-14  Tom LaneDocument evaluation-order considerations for aggregate...
2014-11-14  Stephen FrostClean up includes from RLS patch
2014-11-14  Alvaro HerreraDocument BRIN's pages_per_range in CREATE INDEX
2014-11-14  Stephen FrostRevert change to ALTER TABLESPACE summary.
2014-11-14  Alvaro HerreraReduce disk footprint of brin regression test
2014-11-14  Alvaro HerreraAllow interrupting GetMultiXactIdMembers
2014-11-14  Andres FreundMove BufferGetBlockNumber() out of heap_page_is_all_vis...
2014-11-14  Andres FreundAdd valgrind suppression for pg_atomic_init_u64.
2014-11-14  Peter EisentrautImprove logical decoding log messages
2014-11-13  Andres FreundAdapt valgrind.supp to the XLogInsert() split.
2014-11-13  Tom LaneFix pg_dumpall to restore its ability to dump from...
2014-11-13  Andres FreundFix and improve cache invalidation logic for logical...
2014-11-13  Andres FreundFix xmin/xmax horizon computation during logical decodi...
2014-11-13  Heikki LinnakangasFix race condition between hot standby and restoring...
2014-11-13  Alvaro HerreraTweak row-level locking documentation
2014-11-13  Robert HaasMove the guts of our Levenshtein implementation into...
2014-11-13  Peter Eisentrautdoc: Add index entry for "hypothetical-set aggregate"
2014-11-13  Heikki LinnakangasFix XLogReadBufferForRedoExtended to get cleanup lock...
2014-11-13  Fujii MasaoRename pending_list_cleanup_size to gin_pending_list_limit.
2014-11-12  Tom LaneExplicitly support the case that a plancache's raw_pars...
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-12  Noah MischUse just one database connection in the "tablespace...
2014-11-12  Peter EisentrautMessage improvements
2014-11-11  Robert HaasRemove incorrect comment.
next