]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-04-07  Andrew DunstanMake json_populate_record and friends operate recursively
2017-04-07  Peter EisentrautRemove use of Jade and DSSSL
2017-04-07  Tom LaneClean up after insufficiently-researched optimization...
2017-04-06  Simon RiggsReset API of clause_selectivity()
2017-04-06  Kevin GrittnerFix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_i...
2017-04-06  Andres FreundAllow avoiding tuple copy within tuplesort_gettupleslot().
2017-04-06  Joe ConwaySilence uninitialized variable compiler warning in...
2017-04-06  Joe ConwaySilence compiler warning in sepgsql
2017-04-06  Andres FreundFix parallel bitmapscan tests on builds without USE_PRE...
2017-04-06  Alvaro HerreraFix BRIN cost estimation
2017-04-06  Andres FreundAdd minimal test for EXPLAIN ANALYZE of parallel query.
2017-04-06  Andres FreundIncrease parallel bitmap scan test coverage.
2017-04-06  Peter EisentrautFix logical replication between different encodings
2017-04-06  Peter EisentrautMark immutable functions in information schema as paral...
2017-04-06  Peter Eisentrautpg_dump: Rename some typedefs to avoid name conflicts
2017-04-06  Tom LaneClean up psql/describe.c's messy query for extended...
2017-04-06  Peter EisentrautFix mixup of bool and ternary value
2017-04-06  Peter Eisentrautdoc: Formatting fix for XSL-FO PDF build
2017-04-06  Peter EisentrautFix AclResult vs bool type mix-up
2017-04-06  Alvaro HerreraComment fixes for extended statistics
2017-04-06  Peter EisentrautFix compiler warning and add some more comments
2017-04-06  Heikki LinnakangasRemove bogus SCRAM_ITERATION_LEN constant.
2017-04-06  Simon RiggsAlways SnapshotResetXmin() during ClearTransaction()
2017-04-06  Peter EisentrautIdentity columns
2017-04-06  Simon RiggsAvoid SnapshotResetXmin() during AtEOXact_Snapshot()
2017-04-06  Heikki LinnakangasRemove dead code and fix comments in fast-path function...
2017-04-06  Andres FreundCode review for recent slot.c changes.
2017-04-06  Tom LaneFix integer-overflow problems in interval comparison.
2017-04-05  Simon RiggsReduce lock level for CREATE STATISTICS
2017-04-05  Simon RiggsCollect and use multi-column dependency stats
2017-04-05  Simon RiggsAllow --with-wal-segsize=n up to n=1024MB
2017-04-05  Simon RiggsSpelling mistake in comment in utility.c
2017-04-05  Robert HaasFix pageinspect failures on hash indexes.
2017-04-05  Peter EisentrautUse American English in error message
2017-04-05  Peter Eisentrautdoc: Remove remark elements
2017-04-05  Robert Haashash: Fix write-ahead logging bug.
2017-04-05  Kevin GrittnerAdd isolation test for SERIALIZABLE READ ONLY DEFERRABLE.
2017-04-05  Peter Eisentrautdblink: Small code rearrangement for clarity
2017-04-05  Peter EisentrautCapitalize names of PLs consistently
2017-04-05  Peter Eisentrautpageinspect: Add bt_page_items function with bytea...
2017-04-04  Kevin GrittnerFollow-on cleanup for the transition table patch.
2017-04-04  Simon RiggsMake min_wal_size/max_wal_size use MB internally
2017-04-04  Simon RiggsFix uninitialized variables in twophase.c
2017-04-04  Andres FreundForce synchronous commit in new-ish test_decoding test.
2017-04-04  Andres FreundFix two valgrind issues in slab allocator.
2017-04-04  Andrew DunstanClarify documentation of to_tsvector(json(b))
2017-04-04  Simon RiggsSpeedup 2PC recovery by skipping two phase state files...
2017-04-04  Peter EisentrautAdjust min/max values when changing sequence type
2017-04-04  Robert HaasFix thinko in BitmapAdjustPrefetchIterator.
2017-04-04  Peter EisentrautFix typo
2017-04-04  Peter Eisentrautpsql: Add some missing tab completion
2017-04-04  Stephen FrostRemove --verbose from PROVE_FLAGS
2017-04-04  Peter EisentrautFix remote position tracking in logical replication
2017-04-04  Robert HaasFix formula in _hash_spareindex.
2017-04-04  Robert HaasExpand hash indexes more gradually.
2017-04-04  Robert HaasFurther corrections and improvements to partitioning...
2017-04-04  Robert HaasUpdate comment.
2017-04-04  Robert HaasPrint new RelOptInfo field top_parent_relids in outfuncs.c
2017-04-04  Robert HaasAbstract logic to allow for multiple kinds of child...
2017-04-04  Robert HaasProperly acquire buffer lock for page-at-a-time hash...
2017-04-03  Andrew GierthTry and silence spurious Coverity warning.
2017-04-03  Peter EisentrautMake header self-contained
2017-04-03  Peter EisentrautFix whitespace
2017-04-03  Peter EisentrautHandle change of slot name in logical replication apply
2017-04-03  Peter Eisentrautdoc: Change xref style to number only
2017-04-02  Tom LaneRemove reinvention of stringify macro.
2017-04-02  Tom LaneDoc: clarify behavior of OT_WHOLE_LINE and OT_FILEPIPE...
2017-04-02  Tom LaneDocument psql's behavior of recalling the previously...
2017-04-02  Tom LaneFix behavior of psql's \p to agree with \g, \w, etc.
2017-04-02  Magnus HaganderFix some typos and spelling errors in comments
2017-04-02  Tom LaneAllow psql variable substitution to occur in backtick...
2017-04-01  Kevin GrittnerFix two undocumented parameters to functions from ENR...
2017-04-01  Alvaro HerreraBRIN de-summarization
2017-04-01  Alvaro HerreraFix expected output
2017-04-01  Alvaro HerreraBRIN auto-summarization
2017-04-01  Magnus HaganderWrite "waiting for checkpoint" on regular progress row
2017-04-01  Kevin GrittnerTry to fix breakage of sepgsql hooks by ENR patch.
2017-04-01  Kevin GrittnerAdd transition table support to plpgsql.
2017-04-01  Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-04-01  Robert HaasAvoid GatherMerge crash when there are no workers.
2017-04-01  Robert HaasFix parallel query so it doesn't spoil row estimates...
2017-04-01  Robert HaasDon't use bgw_main even to specify in-core bgworker...
2017-04-01  Tom LaneFix unstable regression test result.
2017-04-01  Tom LaneFix unstable regression test result.
2017-04-01  Robert HaasFix typos.
2017-03-31  Tom LaneFor foreign keys, check REFERENCES privilege only on...
2017-03-31  Robert HaasImprove documentation for table partitioning.
2017-03-31  Robert HaasRevert "Allow ON CONFLICT .. DO NOTHING on a partitione...
2017-03-31  Robert HaasDon't allocate storage for partitioned tables.
2017-03-31  Robert Haaspostgres_fdw: Teach IMPORT FOREIGN SCHEMA about partiti...
2017-03-31  Andrew DunstanFull Text Search support for json and jsonb
2017-03-31  Andrew DunstanTransform or iterate over json(b) string values
2017-03-31  Magnus HaganderFix typo in comment
2017-03-30  Tom LaneFix broken markup.
2017-03-30  Simon RiggsFix pgrowlocks minor coding oversight
2017-03-30  Simon RiggsDefault monitoring roles
2017-03-30  Tom LaneSupport \if ... \elif ... \else ... \endif in psql...
2017-03-30  Andres FreundTry to fix xml docs build broken in 5ded4bd.
2017-03-30  Fujii MasaoSimplify the example of VACUUM in documentation.
2017-03-30  Andres FreundRemove support for version-0 calling conventions.
next