]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-05-01  Tom LaneReduce semijoins with unique inner relations to plain...
2017-05-01  Tom LaneFix mis-optimization of semijoins with more than one...
2017-05-01  Tom LaneUpdate time zone data files to tzdata release 2017b.
2017-05-01  Robert Haaslibpq: Fix inadvertent change in .pgpass lookup behavior.
2017-05-01  Andrew DunstanAllow vcregress.pl to run an arbitrary TAP test set
2017-05-01  Peter EisentrautFix logical replication launcher wake up and reset
2017-05-01  Robert HaasFire per-statement triggers on partitioned tables.
2017-04-30  Tom LaneSync our copy of the timezone library with IANA release...
2017-04-30  Tom LaneFix possible null pointer dereference or invalid warnin...
2017-04-30  Tom LaneMicro-optimize some slower queries in the opr_sanity...
2017-04-28  Peter Eisentrautdoc: Fix typo in 9.6 release notes
2017-04-28  Robert HaasFix VALIDATE CONSTRAINT to consider NO INHERIT attribute.
2017-04-28  Peter Eisentrautpsql: Support identity columns in sequence display
2017-04-28  Robert HaasIn load_relcache_init_file, initialize rd_pdcxt.
2017-04-28  Robert HaasSpeed up dropping tables with many partitions.
2017-04-28  Robert HaasFix crash when partitioned column specified twice.
2017-04-28  Peter EisentrautWait between tablesync worker restarts
2017-04-28  Heikki LinnakangasMisc SCRAM code cleanups.
2017-04-28  Stephen FrostRemove unnecessairly duplicated gram.y productions
2017-04-27  Andres FreundDon't build full initial logical decoding snapshot...
2017-04-27  Andres FreundDon't use on-disk snapshots for exported logical decodi...
2017-04-27  Tom LaneAvoid slow shutdown of pg_basebackup.
2017-04-27  Fujii MasaoFix bug so logical rep launcher saves correctly time...
2017-04-27  Tom LaneCope with glibc too old to have epoll_create1().
2017-04-27  Andres FreundPreserve required !catalog tuples while computing initi...
2017-04-27  Tom LaneMake latch.c more paranoid about child-process cases.
2017-04-27  Bruce Momjiandoc: PG10 release note typo fix
2017-04-27  Bruce Momjiandoc PG10rel: adjust hash index commits and add parallel...
2017-04-27  Simon RiggsRework handling of subtransactions in 2PC recovery
2017-04-27  Simon RiggsAdditional tests for subtransactions in recovery
2017-04-27  Peter EisentrautFix typo in comment
2017-04-26  Tom LaneAllow multiple bgworkers to be launched per postmaster...
2017-04-26  Bruce Momjiandoc PG10: add commit for transition table item
2017-04-26  Stephen Frostpg_get_partkeydef: return NULL for non-partitions
2017-04-26  Tom LaneSilence compiler warning induced by commit de4389712.
2017-04-26  Peter Eisentrautdoc: ALTER SUBSCRIPTION documentation fixes
2017-04-26  Peter EisentrautFix query that gets remote relation info
2017-04-26  Peter EisentrautSpelling fixes in code comments
2017-04-26  Fujii MasaoFix typo in comment.
2017-04-26  Peter EisentrautFix various concurrency issues in logical replication...
2017-04-26  Bruce Momjiandoc PG10: add Rafia Sabih to parallel index scan item
2017-04-25  Stephen FrostAllow ALTER TABLE ONLY on partitioned tables
2017-04-25  Bruce Momjiandoc PG10: update EXPLAIN SUMMARY item
2017-04-25  Peter EisentrautWake up launcher when enabling a subscription
2017-04-25  Bruce Momjiandoc: update PG 10 item about referencing many relations
2017-04-25  Bruce Momjiandoc: add PG 10 doc item about VACUUM truncation, 7e26e02ee
2017-04-25  Bruce Momjiandoc PG10: add commit 090010f2e and adjust EXPLAIN...
2017-04-25  Bruce Momjiandoc: properly indent SGML tags in PG 10 release notes
2017-04-25  Fujii MasaoSet the priorities of all quorum synchronous standbys...
2017-04-25  Bruce Momjiandoc: PG 10 release notes updates
2017-04-25  Bruce Momjiandoc: PG 10 release note updates
2017-04-25  Robert HaasAdjust outdated comment.
2017-04-25  Fujii MasaoUpdate copyright in recently added files.
2017-04-25  Bruce Momjiandoc: move hash info to new section and split out growth...
2017-04-25  Bruce Momjiandoc: move hash performance item into index section
2017-04-25  Bruce Momjiandoc: add Rafia Sabih to PG 10 release note item
2017-04-25  Bruce Momjiandoc: fix PG 10 release note doc markup
2017-04-25  Bruce Momjiandoc: merge PG 10 release SysV item
2017-04-25  Peter Eisentrautpostgres_fdw: Fix join push down with extensions
2017-04-25  Bruce Momjiandoc: PG 10 fixes
2017-04-25  Bruce Momjiandoc: several minor PG 10 doc adjustments
2017-04-25  Bruce Momjiandoc: fix attribution of sequence item, order incompati...
2017-04-25  Bruce Momjiandoc: first draft of Postgres 10 release notes
2017-04-24  Bruce Momjiandoc: update release doc markup instructions
2017-04-24  Tom LaneRevert "Use pselect(2) not select(2), if available...
2017-04-24  Tom LaneUse pselect(2) not select(2), if available, to wait...
2017-04-24  Tom LaneRun the postmaster's signal handlers without SA_RESTART.
2017-04-24  Fujii MasaoGet rid of extern declarations of non-existent functions.
2017-04-24  Tom LaneFix postmaster's handling of fork failure for a bgworke...
2017-04-24  Tom LaneCode review for commands/statscmds.c.
2017-04-23  Andres FreundDon't include sys/poll.h anymore.
2017-04-23  Andres FreundZero padding in replication origin's checkpointed on...
2017-04-23  Andres FreundInitialize all memory for logical replication relation...
2017-04-23  Andres FreundRemove select(2) backed latch implementation.
2017-04-23  Simon RiggsWorkaround for RecoverPreparedTransactions()
2017-04-23  Simon RiggsFix LagTrackerRead() for timeline increments
2017-04-23  Tom LaneFix order of arguments to SubTransSetParent().
2017-04-23  Andrew DunstanFix TAP infrastructure to support Mingw better
2017-04-22  Tom LaneMake PostgresNode.pm check server status more carefully.
2017-04-22  Tom LaneMake PostgresNode::append_conf append a newline automat...
2017-04-22  Andrew DunstanRequire sufficiently modern version of Test::More for...
2017-04-22  Tom LanePartially revert commit 536d47bd9d5fce8d91929bee3128fa1...
2017-04-21  Peter Eisentrautdoc: Update link
2017-04-21  Tom LaneAvoid depending on non-POSIX behavior of fcntl(2).
2017-04-21  Heikki LinnakangasChange the on-disk format of SCRAM verifiers to conform...
2017-04-21  Peter Eisentrautdoc: Fix typo
2017-04-21  Tom LaneRemove long-obsolete catering for platforms without...
2017-04-21  Peter EisentrautSynchronize table list before creating slot in CREATE...
2017-04-20  Tom LaneAdd missing erand48.c to libpq/.gitignore.
2017-04-20  Alvaro HerreraImprove multivariate statistics documentation
2017-04-20  Tom LaneSync pg_ctl documentation and usage message with reality.
2017-04-20  Peter EisentrautModify message when partitioned table is added to publi...
2017-04-20  Fujii MasaoPrevent log_replication_commands from causing SQL comma...
2017-04-20  Fujii MasaoMark some columns in pg_subscription as NOT NULL.
2017-04-20  Fujii MasaoDon't call the function that may raise an error while...
2017-04-19  Heikki LinnakangasFix typo in docs on SASL authentication.
2017-04-18  Tom LaneFix testing of parallel-safety of SubPlans.
2017-04-18  Tom LaneDoc: improve markup in self-signed certificate example.
2017-04-18  Fujii MasaoImprove documentation and comment for quorum-based...
2017-04-18  Tom LaneProvide an error cursor for "can't call an SRF here...
next