]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-04-11 Tom LaneRemove bogus redefinition of _MSC_VER.
2017-04-11 Tom LaneSimplify handling of remote-qual pass-forward in postgr...
2017-04-11 Robert HaasAllow a rule on partitioned table to be renamed.
2017-04-11 Robert HaasAdd an Assert() to max_parallel_workers enforcement.
2017-04-11 Robert HaasFix confusion of max_parallel_workers mechanism followi...
2017-04-11 Bruce Momjiandoc: clearify pg_upgrade default copy behavior
2017-04-11 Robert HaasFix failure when a shared tidbitmap has only one page.
2017-04-11 Tom LaneHandle restriction clause lists more uniformly in postg...
2017-04-11 Fujii MasaoAdd max_sync_workers_per_subscription to postgresql...
2017-04-11 Bruce Momjiandocs: Improve window function docs
2017-04-11 Magnus HaganderRemove symbol WIN32_ONLY_COMPILER
2017-04-11 Magnus HaganderRemove support for bcc and msvc standalone libpq builds
2017-04-11 Robert HaasFix possibile deadlock when dropping partitions.
2017-04-11 Tom LaneFix pgbench's --progress-timestamp option to print...
2017-04-11 Michael MeskesDocument that bytea is best represented as char * in...
2017-04-10 Andrew DunstanRun most pg_dump and pg_dumpall tests with --no-sync
2017-04-10 Peter EisentrautUse weaker locks when updating pg_subscription_rel
2017-04-10 Andres FreundFix initialization of dsa.c free area counter.
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-10 Peter EisentrautFix typo in comment
2017-04-10 Peter EisentrautSupport configuration reload in logical replication...
2017-04-10 Robert HaasFix reporting of violations in ExecConstraints, again.
2017-04-10 Peter EisentrautFix whitespace
2017-04-10 Tom LaneMove isolationtester's is-blocked query into C code...
2017-04-10 Heikki LinnakangasFix indentation.
2017-04-10 Heikki LinnakangasDocument the "replication" option in StartupMessage.
2017-04-09 Joe ConwayMake sepgsql regression tests robust vs. collation...
2017-04-09 Joe ConwayAdd partitioned table support to sepgsql
2017-04-08 Tom LaneClean up bugs in clause_selectivity() cleanup.
2017-04-08 Tom LaneAdd newly-symlinked files to "make clean" target.
2017-04-08 Heikki LinnakangasFix the new SASLprep tests to work with non-UTF-8 locales.
2017-04-08 Peter Eisentrautdoc: Add some markup
2017-04-08 Kevin GrittnerAdd GUCs for predicate lock promotion thresholds.
2017-04-08 Tom LaneOptimize joins when the inner relation can be proven...
2017-04-08 Andres FreundFix issues in e8fdbd58fe.
2017-04-07 Peter Eisentrautdoc: Add SPFLAGS to osx calls
2017-04-07 Peter Eisentrautdoc: Add missing closing tag
2017-04-07 Alvaro HerreraFix printf format to use %zd when printing sizes
2017-04-07 Alvaro HerreraReduce the number of pallocs() in BRIN
2017-04-07 Andres FreundImprove 64bit atomics support.
2017-04-07 Peter EisentrautFix compiler warning
2017-04-07 Peter EisentrautAvoid using a C++ keyword in header file
2017-04-07 Alvaro HerreraFix new BRIN desummarize WAL record
2017-04-07 Robert HaasUse English, instead of internal names, for translatabl...
2017-04-07 Robert HaasAdd ProcArrayGroupUpdate wait event.
2017-04-07 Tom LaneEnsure that ExecPrepareExprList's result is all in...
2017-04-07 Heikki LinnakangasRemove duplicate assignment.
2017-04-07 Tom LaneFix planner error (or assert trap) with nested set...
2017-04-07 Heikki LinnakangasUse SASLprep to normalize passwords for SCRAM authentic...
2017-04-07 Magnus HaganderFix typo in comment
2017-04-07 Andrew DunstanRemove extraneous comma to satisfy picky compiler
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.
next