]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-07-17  Andrew DunstanUse usleep instead of select for timeouts in PostgresNo...
2017-07-17  Robert Haashash: Fix write-ahead logging bugs related to init...
2017-07-17  Noah MischMSVC: Don't link libpgcommon into pgcrypto.
2017-07-16  Andrew Dunstanfix typo
2017-07-16  Andrew DunstanFix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f
2017-07-15  Tom LaneImprove comments for execExpr.c's handling of FieldStor...
2017-07-15  Tom LaneImprove comments for execExpr.c's isAssignmentIndirecti...
2017-07-14  Alvaro Herrerapg_upgrade i18n: Fix "%s server/cluster" wording
2017-07-14  Tom LaneCode review for NextValueExpr expression node type.
2017-07-14  Tom LaneFix broken link-command-line ordering for libpgfeutils.
2017-07-14  Heikki LinnakangasFix pg_basebackup output to stdout on Windows.
2017-07-13  Tom LaneFix dumping of FUNCTION RTEs that contain non-function...
2017-07-13  Alvaro HerreraFix typo in v10 release notes
2017-07-13  Heikki LinnakangasFix race between GetNewTransactionId and GetOldestActiv...
2017-07-12  Tom LaneFix ruleutils.c for domain-over-array cases, too.
2017-07-12  Heikki LinnakangasReduce memory usage of tsvector type analyze function.
2017-07-12  Alvaro Herreracommit_ts test: Set node name in test
2017-07-12  Tom LaneAvoid integer overflow while sifting-up a heap in tuple...
2017-07-12  Heikki LinnakangasFix variable and type name in comment.
2017-07-12  Heikki LinnakangasFix ordering of operations in SyncRepWakeQueue to avoid...
2017-07-12  Heikki LinnakangasRemove unnecessary braces, to match the surrounding...
2017-07-11  Tom LaneFix multiple assignments to a column of a domain type.
2017-07-10  Tom LaneStamp 10beta2. REL_10_BETA2
2017-07-10  Alvaro HerreraTranslation updates
2017-07-10  Tom LaneOn Windows, retry process creation if we fail to reserv...
2017-07-10  Heikki LinnakangasFix missing tag in the docs.
2017-07-10  Heikki LinnakangasFix check for empty hostname.
2017-07-10  Andrew GierthFix COPY's handling of transition tables with indexes.
2017-07-10  Heikki LinnakangasAllow multiple hostaddrs to go with multiple hostnames.
2017-07-10  Tom LaneDoc: remove claim that PROVE_FLAGS defaults to '--verbose'.
2017-07-10  Tom LaneDoc: clarify wording about tool requirements in sourcer...
2017-07-10  Tom LaneDoc: desultory copy-editing for v10 release notes.
2017-07-09  Tom LaneDoc: update v10 release notes through today.
2017-07-09  Tom LaneDoc: fix backwards description of visibility map's...
2017-07-09  Noah MischMSVC: Repair libpq.rc generator.
2017-07-08  Tom LaneAvoid unreferenced-function warning on low-functionalit...
2017-07-07  Alvaro HerreraFix typo
2017-07-07  Magnus HaganderFix out of date comment
2017-07-06  Teodor SigaevFix potential data corruption during freeze
2017-07-06  Dean RasheedClarify the contract of partition_rbound_cmp().
2017-07-06  Dean RasheedSimplify the logic checking new range partition bounds.
2017-07-06  Tom LaneFix another race-condition-ish issue in recovery/t...
2017-07-05  Tom LaneRestore linking libpq into pg_ctl on Mingw builds.
2017-07-05  Peter EisentrautRemove unnecessary pg_is_in_recovery calls in tests
2017-07-05  Peter Eisentrautpg_ctl: Make failure to complete operation a nonzero...
2017-07-05  Peter EisentrautFix output of char node fields
2017-07-05  Peter Eisentrautpsql documentation fixes
2017-07-04  Peter EisentrautDocument how logical replication deals with statement...
2017-07-04  Peter EisentrautImprove subscription locking
2017-07-03  Magnus HaganderDon't mention SSL methods that aren't reachable in...
2017-07-03  Heikki LinnakangasTreat clean shutdown of an SSL connection same as the...
2017-07-03  Heikki LinnakangasForbid gen_random_uuid() with --disable-strong-random
2017-07-03  Tom LaneFix race condition in recovery/t/009_twophase.pl test.
2017-07-02  Tom LaneFix bug in PostgresNode::query_hash's split() call.
2017-07-02  Tom LaneTry to improve readability of recovery/t/009_twophase...
2017-07-02  Tom LaneImprove TAP test function PostgresNode::poll_query_until().
2017-07-02  Peter Eisentrautdoc: Document that logical replication supports synchro...
2017-07-02  Peter EisentrautRefine memory allocation in ICU conversions
2017-07-01  Tom LaneClean up misuse and nonuse of poll_query_until().
2017-07-01  Tom LaneReduce delay for last logicalrep feedback message when...
2017-07-01  Tom LaneShorten timeouts while waiting for logicalrep worker...
2017-07-01  Peter EisentrautFix UPDATE of GENERATED ALWAYS identity columns
2017-06-30  Alvaro HerreraFix locking in WAL receiver/sender shmem state structs
2017-06-30  Peter EisentrautPL/Python: Fix hint about returning composite type...
2017-06-30  Peter EisentrautFix typo in comment
2017-06-30  Tom LaneFix race conditions and missed wakeups in syncrep worke...
2017-06-30  Peter EisentrautFix typo in comment
2017-06-30  Peter EisentrautFix typo in comment
2017-06-30  Peter EisentrautRemove outdated comment
2017-06-30  Peter EisentrautUpdate code comments for pg_xlog -> pg_wal
2017-06-30  Tom LaneCheck for error during PQendcopy.
2017-06-30  Tom LaneFix walsender to exit promptly if client requests shutdown.
2017-06-30  Peter EisentrautProhibit creating ICU collation with different ctype
2017-06-30  Robert HaasAdd missing period to comment.
2017-06-30  Peter EisentrautCopy collencoding in CREATE COLLATION / FROM
2017-06-29  Tom LaneEat XIDs more efficiently in recovery TAP test.
2017-06-28  Tom LaneOoops, WIN32 code in pg_ctl.c still needs PQExpBuffer.
2017-06-28  Tom LaneChange pg_ctl to detect server-ready by watching status...
2017-06-28  Andrew GierthFix transition tables for ON CONFLICT.
2017-06-28  Andrew GierthFix transition tables for wCTEs.
2017-06-28  Andrew GierthFix transition tables for partition/inheritance.
2017-06-28  Tom LaneSecond try at fixing tcp_keepalives_idle option on...
2017-06-28  Stephen FrostDo not require 'public' to exist for pg_dump -c
2017-06-27  Tom LaneSupport tcp_keepalives_idle option on Solaris.
2017-06-27  Tom LaneRe-allow SRFs and window functions within sub-selects...
2017-06-26  Tom LaneReduce wal_retrieve_retry_interval in applicable TAP...
2017-06-26  Tom LaneDon't lose walreceiver start requests due to race condi...
2017-06-26  Tom LaneIgnore old stats file timestamps when starting the...
2017-06-26  Tom LaneReduce pg_ctl's reaction time when waiting for postmast...
2017-06-26  Tom LaneImprove wait logic in TAP tests for streaming replication.
2017-06-26  Tom LaneAvoid useless "x = ANY(ARRAY[])" test for empty partiti...
2017-06-26  Tom LaneMinor code review for parse_phrase_operator().
2017-06-26  Magnus HaganderConsistently use () for function calls in release notes
2017-06-25  Tom LaneDoc: minor improvements for collation-related man pages.
2017-06-24  Tom LaneFurther hacking on ICU collation creation and usage.
2017-06-24  Simon RiggsFix typo in comment in SerializeSnapshot
2017-06-24  Simon RiggsRevert 1f30295eab65eddaa88528876ab66e7095f4bb65
2017-06-23  Tom LaneFix incorrect buffer-length argument to uloc_getDisplay...
2017-06-23  Peter EisentrautFix replication with replica identity full
2017-06-23  Tom LaneRethink behavior of pg_import_system_collations().
next