]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-08-29 Robert HaasPropagate sort instrumentation from workers back to...
2017-08-29 Robert HaasPush tuple limits through Gather and Gather Merge.
2017-08-29 Tom LaneImprove docs about numeric formatting patterns (to_char...
2017-08-28 Tom LaneDoc: adjust release-note credit for parallel pg_restore...
2017-08-28 Tom LaneFix over-aggressive sanity check in misc_sanity.sql.
2017-08-28 Peter EisentrautClarify documentation
2017-08-27 Tom LaneRelease notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23.
2017-08-26 Tom LaneDoc: update v10 release notes through today.
2017-08-26 Tom LaneFirst-draft release notes for 9.6.5.
2017-08-26 Michael MeskesChanged order of statements and added an additiona...
2017-08-26 Peter Eisentrautpg_test_timing: Some NLS fixes
2017-08-26 Michael MeskesMake setlocale in ECPG test cases thread aware on Windows.
2017-08-25 Robert HaasImprove low-level backup documentation.
2017-08-25 Tom LaneFix locale dependency in new ecpg test case.
2017-08-25 Peter Eisentrautpg_upgrade: Remove more dead code
2017-08-25 Peter EisentrautMessage translatability fixes
2017-08-25 Michael MeskesImplement DO CONTINUE action for ECPG WHENEVER statement.
2017-08-25 Tom LaneCode review for pushing LIMIT through subqueries.
2017-08-25 Andres FreundAdd minimal regression test for blessed record type...
2017-08-25 Andres FreundConsolidate the function pointer types used by dshash.c.
2017-08-24 Andres FreundFix unlikely shared memory leak after failure in dshash...
2017-08-24 Andres FreundFix harmless thinko in dsa.c.
2017-08-24 Stephen Frostpsql: Fix \gx when FETCH_COUNT is used
2017-08-24 Peter Eisentrautpg_upgrade: Remove dead code
2017-08-24 Peter EisentrautIncrease SCRAM salt length
2017-08-24 Tom LaneMake new regression test case parallel-safe, and improv...
2017-08-24 Peter EisentrautFix up secondary expected files
2017-08-23 Peter EisentrautUpdate code comment for temporary replication slots
2017-08-23 Peter EisentrautFix outdated comment
2017-08-23 Peter EisentrautImprove plural handling in error message
2017-08-23 Peter EisentrautTweak some SCRAM error messages and code comments
2017-08-23 Peter EisentrautFix translation marker
2017-08-23 Andres FreundHash tables backed by DSA shared memory.
2017-08-23 Peter Eisentrautpg_upgrade: Message translatability and style fixes
2017-08-22 Peter Eisentrautdoc: Mention identity column feature in section on...
2017-08-22 Andres FreundRefactor typcache.c's record typmod hash table.
2017-08-22 Andres FreundAdd a hash_combine function for mixing hash values.
2017-08-21 Peter EisentrautDon't install ICU collation keyword variants
2017-08-21 Peter EisentrautExpand set of predefined ICU locales
2017-08-21 Robert HaasPush limit through subqueries to underlying sort, where...
2017-08-21 Robert Haaspg_prewarm: Add automatic prewarm feature.
2017-08-21 Noah MischInject $(ICU_LIBS) regardless of platform.
2017-08-20 Andres FreundPartially flatten struct tupleDesc so that it can be...
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-19 Tom LaneFix possible core dump in parallel restore when using...
2017-08-19 Peter EisentrautFix creation of ICU comments for keyword variants
2017-08-18 Robert HaasFix interaction of triggers, partitioning, and EXPLAIN...
2017-08-17 Tom LaneTemporarily revert test case from a2b70c89ca1a5fcf6181d...
2017-08-17 Robert HaasDon't lock tables in RelationGetPartitionDispatchInfo.
2017-08-17 Robert HaasRefactor validation of new partitions a little bit.
2017-08-17 Robert HaasAttempt to clarify comments related to force_parallel_mode.
2017-08-17 Tom LaneFix ExecReScanGatherMerge.
2017-08-17 Tom LaneFurther tweaks to compiler flags for PL/Perl on Windows.
2017-08-17 Peter Eisentrautdoc: Update RFC URLs
2017-08-17 Robert HaasRemove bogus line from comment.
2017-08-17 Tom LaneAdd missing "static" marker.
2017-08-17 Peter Eisentrautdoc: Fix table column count
2017-08-16 Peter Eisentrautpg_dump: Support using synchronized snapshots on standbys
2017-08-16 Heikki LinnakangasFix pg_atomic_u64 initialization.
2017-08-16 Tom LaneExtend the default rules file for contrib/unaccent...
2017-08-16 Tom LaneMake the planner assume that the entries in a VALUES...
2017-08-16 Heikki LinnakangasFix shm_toc.c to always return buffer-aligned memory.
2017-08-16 Peter Eisentrautdoc: Update URL of DocBook XSL stylesheets
2017-08-16 Peter Eisentrautdoc: Add logical replication to comparison matrix
2017-08-16 Peter EisentrautCorrect representation of foreign tables in information...
2017-08-16 Heikki LinnakangasUse atomic ops to hand out pages to scan in parallel...
2017-08-16 Heikki LinnakangasRemove dedicated B-tree root-split record types.
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-08-16 Peter EisentrautInitialize replication_slot_catalog_xmin in procarray
2017-08-16 Peter Eisentrautdoc: Document pg_receivewal exit behavior and status
2017-08-16 Peter Eisentrautpg_receivewal: Improve verbose mode
2017-08-15 Peter EisentrautInclude foreign tables in information_schema.table_priv...
2017-08-15 Peter Eisentrautpsql: Add tab completion for \pset pager
2017-08-15 Alvaro HerreraSimplify autovacuum work-item implementation
2017-08-15 Tom LaneMake simpler-simple-expressions code cope with a Gather...
2017-08-15 Peter EisentrautFix logical replication protocol comparison logic
2017-08-15 Peter Eisentrautdoc: Add missing logical replication protocol message
2017-08-15 Peter EisentrautSimplify some code in logical replication launcher
2017-08-15 Peter Eisentrautdoc: Improve PDF bookmarks
2017-08-15 Tom LaneAvoid out-of-memory in a hash join with many duplicate...
2017-08-15 Alvaro HerreraFix error handling path in autovacuum launcher
2017-08-15 Robert HaasAssorted preparatory refactoring for partition-wise...
2017-08-15 Tom LaneSimplify plpgsql's check for simple expressions.
2017-08-15 Michael MeskesAllow continuation lines in ecpg cppline parsing.
2017-08-15 Tom LaneDistinguish wait-for-connection from wait-for-write...
2017-08-15 Robert HaasTeach adjust_appendrel_attrs(_multilevel) to do multipl...
2017-08-15 Robert HaasAvoid unnecessary single-child Append nodes.
2017-08-15 Robert HaasAdd missing call to ExecReScanGatherMerge.
2017-08-15 Robert Haaspg_dump: Add a --load-via-partition-root option.
2017-08-14 Andres FreundExpand coverage of parallel gather merge a bit.
2017-08-14 Tom LaneStamp HEAD as 11devel.
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-08-14 Tom LaneHandle elog(FATAL) during ROLLBACK more robustly.
2017-08-14 Peter EisentrautFix typo
2017-08-14 Peter Eisentrautdoc: Fix logical replication protocol doc detail
2017-08-14 Tom LaneAbsorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.
2017-08-14 Michael MeskesChanged ecpg parser to allow RETURNING clauses without...
2017-08-13 Tom LaneRemove AtEOXact_CatCache().
2017-08-13 Alvaro HerreraReword comment for clarity
2017-08-13 Noah MischFix vertical spanning in table "wait_event Description".
next