]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-04-13  Heikki LinnakangasRefactor libpq authentication request processing.
2017-04-13  Tom LaneMove bootstrap-time lookup of regproc OIDs into genbki.pl.
2017-04-13  Peter Eisentrautpg_dump: Always dump subscriptions NOCONNECT
2017-04-13  Peter Eisentrautpg_dump: Dump subscriptions by default
2017-04-13  Alvaro HerreraFix XMLTABLE synopsis, add XMLNAMESPACES example
2017-04-13  Alvaro HerreraCatversion bump forgotten in previous commit
2017-04-13  Heikki LinnakangasMinor cleanup of backend SCRAM code.
2017-04-13  Alvaro HerreraRemove pg_stats_ext view
2017-04-13  Bruce Momjiandocs: update major release instructions
2017-04-13  Bruce Momjiangit_changelog: improve comment
2017-04-13  Simon RiggsMention pg_index changes also cause relcache invalidation
2017-04-13  Fujii MasaoMove pg_stat_progress_vacuum to the table of Dynamic...
2017-04-13  Fujii MasaoImprove documentations for ALTER PUBLICATION and ALTER...
2017-04-13  Fujii MasaoImprove tab-completion of DDL for publication and subsc...
2017-04-12  Tom LaneSpeed up hash_index regression test.
2017-04-12  Tom LaneAvoid transferring parallel-unsafe subplans to parallel...
2017-04-12  Peter Eisentrautdoc: Tweak CSS
2017-04-12  Bruce Momjiangit_changelog: improve instructions for finding branch...
2017-04-12  Tom LaneMark finished Plan nodes with parallel_safe flags.
2017-04-12  Peter EisentrautRemove some tabs in SQL code in C string literals
2017-04-12  Robert HaasFix pgstattuple's handling of unused hash pages.
2017-04-12  Robert HaasCode review for c94e6942cefe7d20c5feed856e27f672734b1e2b.
2017-04-12  Magnus HaganderFix reversed check of return value from sync
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...
next