]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-09-29  Robert HaasRemove replacement selection sort.
2017-09-29  Peter EisentrautAdd PostgreSQL version to coverage output
2017-09-29  Peter EisentrautAdd lcov --initial
2017-09-28  Peter EisentrautRemove SGML marked sections
2017-09-28  Alvaro HerreraFix freezing of a dead HOT-updated tuple
2017-09-28  Peter EisentrautHave lcov exclude external files
2017-09-28  Peter EisentrautRun only top-level recursive lcov
2017-09-27  Tom LaneFix behavior when converting a float infinity to numeric.
2017-09-27  Tom LaneRevert to 9.6 treatment of ALTER TYPE enumtype ADD...
2017-09-27  Peter EisentrautFix plperl build
2017-09-27  Dean RasheedImprove the CREATE POLICY documentation.
2017-09-27  Peter EisentrautImprove vpath support in plperl build
2017-09-27  Peter EisentrautGet rid of parameterized marked sections in SGML
2017-09-27  Peter Eisentrautpg_basebackup: Add option to create replication slot
2017-09-27  Noah MischDon't recommend "DROP SCHEMA information_schema CASCADE".
2017-09-26  Peter EisentrautAdd some more pg_receivewal tests
2017-09-26  Peter EisentrautTurn on log_replication_commands in PostgresNode
2017-09-26  Tom LaneImprove wording of error message added in commit 714805010.
2017-09-26  Tom LaneFix failure-to-read-man-page in commit 899bd785c.
2017-09-26  Tom LaneRemove heuristic same-transaction test from check_safe_...
2017-09-26  Tom LaneUse a blacklist to distinguish original from add-on...
2017-09-26  Peter EisentrautSort pg_basebackup options better
2017-09-26  Peter EisentrautHandle heap rewrites better in logical replication
2017-09-26  Robert HaasRemove lsn from HashScanPosData.
2017-09-26  Robert HaasFix trivial mistake in README.
2017-09-25  Tom LaneAvoid SIGBUS on Linux when a DSM memory request overrun...
2017-09-25  Tom LaneMake construct_[md_]array return a valid empty array...
2017-09-25  Andrew DunstanSupport building with Visual Studio 2017
2017-09-24  Tom LaneFix assorted infelicities in new SetWALSegSize() function.
2017-09-24  Peter EisentrautAllow ICU to use SortSupport on Windows with UTF-8
2017-09-24  Peter Eisentrautdoc: Expand user documentation on SCRAM
2017-09-24  Peter EisentrautFix pg_basebackup test to original intent
2017-09-23  Tom Lane... and the very same bug in publicationListToArray().
2017-09-23  Tom LaneFix bogus size calculation in strlist_to_textarray().
2017-09-23  Tom LaneImprove memory management in autovacuum.c.
2017-09-23  Tom LaneRemove pgbench "progress" test pending solution of...
2017-09-23  Tom LaneTen-second timeout in 013_crash_restart.pl is not enoug...
2017-09-23  Peter EisentrautRefactor new file permission handling
2017-09-23  Alvaro HerreraTest BRIN autosummarization
2017-09-22  Peter EisentrautFix saving and restoring umask
2017-09-22  Peter EisentrautRevert "Add basic TAP test setup for pg_upgrade"
2017-09-22  Andres FreundAdd inline murmurhash32(uint32) function.
2017-09-22  Peter Eisentrautdoc: Document commands that cannot be run in a transact...
2017-09-22  Andres FreundExpand expected output for recovery test even further.
2017-09-22  Andres FreundFix s/intidb/initdb/ typo.
2017-09-22  Robert HaasFor wal_consistency_checking, mask page checksum as...
2017-09-22  Robert Haashash: Implement page-at-a-time scan.
2017-09-22  Tom LaneAllow up to 3 "-P 1" reports per thread in pgbench...
2017-09-22  Peter EisentrautRemove contrib/chkpass
2017-09-22  Tom LaneMop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.
2017-09-22  Tom LaneAssume wcstombs(), towlower(), and sibling functions...
2017-09-22  Peter EisentrautFix build with !USE_WIDE_UPPER_LOWER
2017-09-22  Alvaro HerreraDocument further existing locks as wait events
2017-09-22  Tom LaneSync our copy of the timezone library with IANA tzcode...
2017-09-22  Tom LaneRevert "Fix bool/int type confusion"
2017-09-21  Andrew DunstanProvide a test for variable existence in psql
2017-09-21  Tom LaneGive a better error for duplicate entries in VACUUM...
2017-09-21  Andrew DunstanQuieten warnings about unused variables
2017-09-21  Robert HaasAssociate partitioning information with each RelOptInfo.
2017-09-20  Tom LaneImprove dubious memory management in pg_newlocale_from_...
2017-09-20  Tom LaneFix instability in subscription regression test.
2017-09-20  Tom LaneFix erroneous documentation about noise word GROUP.
2017-09-20  Robert HaasFix create_lateral_join_info to handle dead relations...
2017-09-20  Robert HaasFix typo.
2017-09-20  Bruce Momjiandocs: re-add instructions on setting wal_level for...
2017-09-20  Peter EisentrautFix compiler warning
2017-09-20  Peter EisentrautSync process names between ps and pg_stat_activity
2017-09-20  Magnus HaganderMention need for --no-inc-recursive in rsync command
2017-09-20  Andres FreundMake WAL segment size configurable at initdb time.
2017-09-20  Andres FreundAccept that server might not be able to send error...
2017-09-20  Tom LaneRemove no-op GiST support functions in the core GiST...
2017-09-20  Tom LaneAllow no-op GiST support functions to be omitted.
2017-09-19  Andres Freunds/NULL byte/NUL byte/ in comment refering to C string...
2017-09-19  Peter EisentrautAdd basic TAP test setup for pg_upgrade
2017-09-19  Andres FreundAvoid use of non-portable strnlen() in pgstat_clip_acti...
2017-09-19  Andres FreundSpeedup pgstat_report_activity by moving mb-aware trunc...
2017-09-19  Andrew DunstanDisable multi-byte citext tests
2017-09-19  Tom LaneCache datatype-output-function lookup info across calls...
2017-09-19  Andrew DunstanSet client encoding to UTF8 for the citext regression...
2017-09-19  Andres FreundMake new crash restart test a bit more robust.
2017-09-19  Bruce Momjiandoc: add example of % substitution for connection...
2017-09-19  Andrew DunstanAdd citext_pattern_ops for citext contrib module
2017-09-19  Andres FreundRearm statement_timeout after each executed query.
2017-09-19  Andres FreundFix uninitialized variable in dshash.c.
2017-09-19  Andres FreundAdd test for postmaster crash restarts.
2017-09-19  Andres FreundFix crash restart bug introduced in 8356753c212.
2017-09-18  Tom LaneMinor code-cleanliness improvements for btree.
2017-09-18  Tom LaneMake ExplainOpenGroup and ExplainCloseGroup public.
2017-09-18  Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2017-09-18  Tom LaneFix, or at least ameliorate, bugs in logicalrep_worker_...
2017-09-18  Peter EisentrautUpdate some dead external links in the documentation
2017-09-18  Peter EisentrautRemove dead external links from documentation
2017-09-18  Peter EisentrautFix DROP SUBSCRIPTION hang
2017-09-17  Tom LaneDoc: update v10 release notes through today.
2017-09-17  Tom LaneAllow rel_is_distinct_for() to look through RelabelType...
2017-09-17  Tom LaneFix possible dangling pointer dereference in trigger.c.
2017-09-17  Tom LaneEnsure that BEFORE STATEMENT triggers fire the right...
2017-09-17  Tom LaneFix bogus size calculation introduced by commit cc5f81366.
2017-09-16  Tom LaneDoc: add example of transition table use in a trigger.
2017-09-16  Tom LaneFix SQL-spec incompatibilities in new transition table...
next