]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2014-12-03  Alvaro HerreraKeep track of transaction commit timestamps
2014-12-03  Alvaro HerreraFix typos
2014-12-03  Peter EisentrautFix whitespace
2014-12-03  Alvaro HerreraInstall kludges to fix check-world for src/test/modules
2014-12-02  Tom LaneImprove error messages for malformed array input strings.
2014-12-02  Andres FreundDon't skip SQL backends in logical decoding for visibil...
2014-12-02  Tom LaneFix JSON aggregates to work properly when final functio...
2014-12-02  Tom LaneMinor cleanup of function declarations for BRIN.
2014-12-02  Alvaro Herrerapageinspect/BRIN: minor tweaks
2014-12-02  Alvaro Herreradummy_seclabel: add sql/, expected/, and .gitignores
2014-12-01  Tom LaneGuard against bad "dscale" values in numeric_recv().
2014-12-01  Alvaro HerreraMove security_label test
2014-12-01  Andrew DunstanFix hstore_to_json_loose's detection of valid JSON...
2014-12-01  Heikki LinnakangasPut SSL_pending() call behind the new internal SSL...
2014-12-01  Magnus HaganderFix missing space in documentation
2014-12-01  Tom LaneAdd a #define for the inet overlaps operator.
2014-11-30  Tom LaneFix minor bugs in commit 30bf4689a96cd283af33edcdd6b721...
2014-11-30  Alvaro HerreraMove test modules from contrib to src/test/modules
2014-11-29  Noah MischRemove PQhostaddr() from 9.4 release notes.
2014-11-29  Noah MischReimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14...
2014-11-29  Noah MischRevert "Add libpq function PQhostaddr()."
2014-11-28  Alvaro HerreraFix BRIN operator family definitions
2014-11-28  Alvaro HerreraUpdate transaction README for persistent multixacts
2014-11-28  Tom LaneAdd bms_get_singleton_member(), and use it where approp...
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...
next