]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-06-01  Andres FreundMake ALTER SEQUENCE, including RESTART, fully transacti...
2017-06-01  Tom LaneAlways use -fPIC, not -fpic, when building shared libra...
2017-05-31  Magnus HaganderGenerate pg_basebackup temporary slot name using backen...
2017-05-31  Robert HaasRestore accidentally-removed line.
2017-05-31  Peter Eisentrautdoc: Add another migration item to release notes
2017-05-31  Tom LaneAvoid -Wconversion warnings from direct use of GET_n_BY...
2017-05-30  Tom LaneSort syscache identifiers into alphabetical order.
2017-05-30  Alvaro Herrerabrin: Don't crash on auto-summarization
2017-05-30  Alvaro HerreraFix wording in amvalidate error messages
2017-05-30  Peter Eisentrautdoc: Fix ALTER PUBLICATION details
2017-05-30  Tom LaneFix omission of locations in outfuncs/readfuncs partiti...
2017-05-30  Tom LaneFix improper quoting of format_type_be() output.
2017-05-29  Tom LaneMake edge-case behavior of jsonb_populate_record match...
2017-05-29  Tom LaneFix thinko in JsObjectSize() macro.
2017-05-29  Tom LanePrevent running pg_resetwal/pg_resetxlog against wrong...
2017-05-29  Tom LaneAllow NumericOnly to be "+ FCONST".
2017-05-29  Tom LaneMore code review for get_qual_for_list().
2017-05-29  Magnus HaganderFix typo in comment
2017-05-29  Heikki LinnakangasFix reference to RFC specifying SCRAM.
2017-05-29  Tom LaneCode review focused on new node types added by partitio...
2017-05-28  Tom LaneFormat v10 release notes' commit references more like...
2017-05-28  Tom LaneImprove v10 release notes' discussion of money operator...
2017-05-28  Tom LaneAvoid locale-dependent output in select_views regressio...
2017-05-26  Tom LaneFix typo in pg_dump's support for dumping collations...
2017-05-26  Tom LaneMove autogenerated array types out of the way during...
2017-05-26  Tom LaneFix pg_dump to not emit invalid SQL for an empty operat...
2017-05-26  Magnus HaganderRemove docs mention of PGREALM variable
2017-05-25  Alvaro HerreraUpdate expected file
2017-05-25  Alvaro Herreraextended stats: Clarify behavior of omitting stat type...
2017-05-25  Alvaro HerreraFix message case
2017-05-25  Peter EisentrautFix whitespace
2017-05-25  Heikki LinnakangasAbort authentication if the client selected an invalid...
2017-05-24  Peter EisentrautFix table syncing with different column order
2017-05-24  Peter EisentrautImprove logical replication worker log messages
2017-05-24  Robert HaasCode review of get_qual_for_list.
2017-05-24  Tom LaneTighten checks for whitespace in functions that parse...
2017-05-23  Magnus HaganderUpdate URLs in pgindent source and README
2017-05-23  Heikki LinnakangasVerify that the server constructed the SCRAM nonce...
2017-05-23  Michael MeskesSynced ecpg's pg_type.h with the one used in the backend.
2017-05-22  Magnus HaganderFix typo in comment
2017-05-21  Tom LaneFix precision and rounding issues in money multiplicati...
2017-05-21  Tom LaneFix contrib/sepgsql regression tests for partition...
2017-05-21  Tom LaneChange documentation references to PG website to use...
2017-05-19  Tom LaneRethink flex flags for syncrep_scanner.l.
2017-05-19  Robert Haaspg_upgrade: Handle hash index upgrades more smoothly.
2017-05-19  Peter EisentrautFix mistake in error message
2017-05-19  Robert Haaslibpq: Try next host if one of them times out.
2017-05-19  Robert HaasCapitalize SHOW when testing whether target_session_att...
2017-05-19  Robert HaasCopy partitioned_rels lists to avoid shared substructure.
2017-05-19  Tom LaneFix misspelled struct tag.
2017-05-19  Robert HaasFix corruption of tableElts list by MergeAttributes().
2017-05-19  Peter EisentrautFix argument name differences
2017-05-19  Bruce Momjiandoc: remove duplicate PG 10 release notes entry
2017-05-19  Bruce Momjiandoc: fix PG 10 release notes with proper attribution...
2017-05-19  Heikki LinnakangasFix compilation with --with-bsd-auth.
2017-05-19  Peter Eisentrautdoc: Fix ALTER SUBSCRIPTION option syntax synopsis
2017-05-18  Heikki LinnakangasMake slab allocator work on platforms with MAXIMUM_ALIG...
2017-05-18  Robert HaasDon't explicitly mark range partitioning columns NOT...
2017-05-18  Heikki LinnakangasFix typo in comment.
2017-05-18  Peter Eisentrautpg_dump: Fix dumping of slot_name = NONE
2017-05-18  Peter EisentrautImprove CREATE SUBSCRIPTION option parsing
2017-05-17  Bruce MomjianPost-PG 10 beta1 pgperltidy run
2017-05-17  Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-17  Bruce MomjianUpdate typedefs list in prep. for post-PG10 beta1 pgind...
2017-05-17  Bruce MomjianAdd download URL for perltidy version v20090616
2017-05-17  Robert HaasCode review for make_partition_op_expr.
2017-05-17  Tom LaneRevert changes to pg_basebackup and pg_waldump usage...
2017-05-17  Robert HaasRemove redundant has_null member from PartitionBoundInf...
2017-05-17  Peter EisentrautAdd more tests for CREATE SUBSCRIPTION
2017-05-17  Tom LaneMake psql handle EOF during COPY FROM STDIN properly...
2017-05-17  Peter EisentrautCheck relkind of tables in CREATE/ALTER SUBSCRIPTION
2017-05-17  Peter Eisentrautpsql: publication/subscription tab completion fixes
2017-05-17  Tom LanePreventive maintenance in advance of pgindent run.
2017-05-16  Tom LaneFix leakage of memory context header in find_all_inheri...
2017-05-16  Kevin GrittnerRevert "Add a test for transition table usage in FOR...
2017-05-16  Kevin GrittnerAdd a test for transition table usage in FOR EACH ROW...
2017-05-16  Tom LaneTry to ensure that stats collector's receive buffer...
2017-05-16  Robert HaasFix relcache leak when row triggers on partitions are...
2017-05-16  Robert Haasdoc: Remove unnecessary RETURN statements from example.
2017-05-16  Tom LaneIn SSL tests, don't scribble on permissions of a repo...
2017-05-16  Tom LaneUpdate CREATE SUBSCRIPTION docs for recent syntax change.
2017-05-15  Tom LaneStamp 10beta1. REL_10_BETA1
2017-05-15  Tom Lanegit-ignore intermediate files from new docs toolchain.
2017-05-15  Robert HaasAdd missing apostrophe.
2017-05-15  Tom LaneUpdate oidjoins regression test for v10.
2017-05-15  Peter EisentrautAdd assertion to quiet Coverity
2017-05-15  Peter EisentrautTranslation updates
2017-05-15  Peter Eisentrautdoc: Remove unused file
2017-05-15  Tom LaneFix bogus syntax for CREATE PUBLICATION commands emitte...
2017-05-15  Tom LaneFix unsafe reference into relcache in constructed Comme...
2017-05-15  Peter EisentrautFix ALTER SEQUENCE locking
2017-05-15  Magnus HaganderFix typo in comment
2017-05-15  Tom Lanestats regression test's wait_for_stats() must check...
2017-05-15  Bruce Momjiandoc: update the "current as of" date in the PG 10...
2017-05-15  Tom LaneMake pgstat tabstat lookup hash table less fragile.
2017-05-15  Bruce Momjiandoc: update PG 10 release notes for recent changes
2017-05-15  Tom LaneMake stats regression test more robust in the face...
2017-05-15  Robert HaasAttempt to fix compiler warning.
2017-05-14  Tom LaneEdit SGML documentation related to extended statistics.
2017-05-14  Tom LaneFix maintenance hazards caused by ill-considered use...
next