]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-08-17  Tom LaneTemporarily revert test case from a2b70c89ca1a5fcf6181d...
2017-08-17  Robert HaasDon't lock tables in RelationGetPartitionDispatchInfo.
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  Peter Eisentrautdoc: Fix table column count
2017-08-16  Peter Eisentrautpg_dump: Support using synchronized snapshots on standbys
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  Michael MeskesAllow continuation lines in ecpg cppline parsing.
2017-08-16  Peter EisentrautInitialize replication_slot_catalog_xmin in procarray
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  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  Alvaro HerreraFix error handling path in autovacuum launcher
2017-08-15  Tom LaneDistinguish wait-for-connection from wait-for-write...
2017-08-15  Robert HaasAvoid unnecessary single-child Append nodes.
2017-08-15  Robert HaasAdd missing call to ExecReScanGatherMerge.
2017-08-14  Andres FreundExpand coverage of parallel gather merge a bit.
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".
2017-08-12  Tom LaneSimplify fetch-slot-xmins logic in recovery TAP tests.
2017-08-11  Tom LaneBe more thorough about cleaning out gcov litter.
2017-08-11  Tom LaneAdd regression tests exercising more code paths in...
2017-08-11  Tom LaneAdd regression tests exercising the non-hashed code...
2017-08-11  Peter Eisentrautdoc: Add example for inet vs cidr difference
2017-08-11  Peter Eisentrautdoc: Update description of rolreplication column
2017-08-11  Peter Eisentrautdoc: Small wording improvement
2017-08-11  Peter Eisentrautpg_upgrade: Clarify one message
2017-08-11  Tom LaneRemove pgbench's restriction on placement of -M switch.
2017-08-11  Peter EisentrautRemove uses of "slave" in replication contexts
2017-08-11  Peter EisentrautReject use of ucol_strcollUTF8() before ICU 53
2017-08-11  Peter EisentrautFix order of ICU_CFLAGS
2017-08-10  Robert HaasImprove the error message when creating an empty range...
2017-08-10  Robert HaasMake some more improvements to parallel query documenta...
2017-08-10  Robert HaasFix typo in comment.
2017-08-10  Robert Haaspgstatindex: Insert some casts to prevent overflow.
2017-08-10  Robert HaasRemove incorrect assertion in clog.c
2017-08-09  Tom LaneFix handling of container types in find_composite_type_...
2017-08-09  Tom LanePrevent passing down MAKELEVEL/MAKEFLAGS from non-GNU...
2017-08-08  Peter Eisentrautdoc: Add missing pieces to logical replication protocol doc
2017-08-08  Tom LaneFix datumSerialize infrastructure to not crash on non...
2017-08-08  Alvaro HerreraReword some unclear comments
2017-08-08  Alvaro HerreraFix typo in comment
2017-08-08  Tom LaneFix yet another race condition in recovery/t/001_stream...
2017-08-08  Alvaro HerreraFix replication origin-related race conditions
2017-08-08  Alvaro HerreraFix inadequacies in recently added wait events
2017-08-08  Noah MischDisclaim xmltable() support for non-UTF8 databases.
2017-08-07  Tom LaneStamp 10beta3. REL_10_BETA3
2017-08-07  Tom LaneSkip test for IPC::Run if user is overriding our search...
2017-08-07  Peter EisentrautUpdate SQL features list
2017-08-07  Peter EisentrautTranslation updates
2017-08-07  Tom LaneLast-minute updates for release notes.
2017-08-07  Peter EisentrautFix local/remote attribute mix-up in logical replication
2017-08-07  Peter EisentrautFix handling of dropped columns in logical replication
2017-08-07  Tom LaneRequire update permission for the large object written...
2017-08-07  Noah MischAgain match pg_user_mappings to information_schema...
2017-08-07  Heikki LinnakangasDon't allow logging in with empty password.
2017-08-07  Peter EisentrautFix function name in code comment
2017-08-07  Peter EisentrautImprove wording of subscription refresh debug messages
2017-08-07  Peter EisentrautDowngrade subscription refresh messages to DEBUG1
2017-08-07  Tom LaneUpdate RELEASE_CHANGES' example of branch name format.
2017-08-06  Tom LaneRelease notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.
2017-08-06  Andres FreundFix thinko introduced in 2bef06d516460 et al.
2017-08-05  Andres FreundAdd regression test for wide REPLICA IDENTITY FULL...
2017-08-05  Tom LaneDoc: update v10 release notes through today.
2017-08-05  Tom LaneSuppress unused-variable warnings when building with...
2017-08-05  Tom LaneImprove configure's check for ICU presence.
2017-08-05  Robert HaasMake pg_stop_backup's wait_for_archive flag work on...
2017-08-05  Peter EisentrautAdd support for ICU 4.2
2017-08-05  Robert HaasFix bug in deciding whether to scan newly-attached...
2017-08-05  Peter EisentrautOnly kill sync workers at commit time in subscription DDL
2017-08-04  Robert Haashash: Immediately after a bucket split, try to clean...
2017-08-04  Tom LaneFirst-draft release notes for 9.6.4.
2017-08-04  Peter EisentrautMessage style improvements
2017-08-04  Robert Haashash: Increase the number of possible overflow bitmaps...
2017-08-04  Tom LaneApply ALTER ... SET NOT NULL recursively in ALTER ...
2017-08-04  Tom LaneDisallow SSL session tickets.
2017-08-04  Peter EisentrautFurther unify ROLE and USER command grammar rules
2017-08-03  Tom LaneFix pg_dump/pg_restore to emit REFRESH MATERIALIZED...
2017-08-03  Alvaro HerreraFix build on zlib-less environments
2017-08-03  Robert HaasFix lock upgrade hazard in ATExecAttachPartition.
2017-08-03  Robert HaasCode beautification for ATExecAttachPartition.
2017-08-03  Robert HaasAllow a foreign table CHECK constraint to be initially...
2017-08-03  Robert HaasImprove ExecModifyTable comments.
2017-08-03  Robert HaasTeach map_partition_varattnos to handle whole-row expre...
2017-08-03  Peter EisentrautAdd new files to nls.mk and add translation markers
2017-08-02  Alvaro HerreraFix pg_dump's errno checking for zlib I/O
next