]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-10-08  Tom LaneIncrease distance between flush requests during bulk...
2017-10-08  Tom LaneReduce "X = X" to "X IS NOT NULL", if it's easy to...
2017-10-07  Tom LaneImprove pg_regress's error reporting for schedule-file...
2017-10-07  Tom LaneEnforce our convention about max number of parallel...
2017-10-07  Tom LaneClean up sloppy maintenance of regression test schedule...
2017-10-06  Tom LaneFix crash when logical decoding is invoked from a PL...
2017-10-06  Robert HaasCopy information from the relcache instead of pointing...
2017-10-06  Tom LaneFix intra-query memory leakage in nodeProjectSet.c.
2017-10-06  Tom LaneFix access-off-end-of-array in clog.c.
2017-10-06  Peter EisentrautSupport coverage on vpath builds
2017-10-06  Peter EisentrautRun coverage commands quietly
2017-10-06  Peter EisentrautRemove coverage details view
2017-10-06  Tom Lane#ifdef out some dead code in psql/mainloop.c.
2017-10-06  Alvaro HerreraFix traversal of half-frozen update chains
2017-10-06  Robert HaasBasic partition-wise join functionality.
2017-10-05  Tom LaneFix typo in README.
2017-10-05  Robert HaasOn CREATE TABLE, consider skipping validation of subpar...
2017-10-05  Robert HaasOn attach, consider skipping validation of subpartition...
2017-10-05  Robert HaasImprove error message when skipping scan of default...
2017-10-05  Robert HaasAllow DML commands that create tables to use parallel...
2017-10-05  Tom LaneImprove comments in vacuum_rel() and analyze_rel().
2017-10-05  Robert HaasFix typo.
2017-10-05  Robert HaasFix more user-visible elog() calls.
2017-10-05  Peter EisentrautDocument and use SPI_result_code_string()
2017-10-05  Peter EisentrautMove SPI error reporting out of ri_ReportViolation()
2017-10-04  Andres FreundMsvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.
2017-10-04  Andres FreundAttempt to adapt windows build for 212e6f34d55c.
2017-10-04  Andres FreundReplace binary search in fmgr_isbuiltin with a lookup...
2017-10-04  Andres FreundMove genbki.pl's find_defined_symbol to Catalog.pm.
2017-10-04  Tom LaneAdjust git_changelog for new-style release tags.
2017-10-03  Tom LaneAllow multiple tables to be specified in one VACUUM...
2017-10-03  Tom LaneFix race condition with unprotected use of a latch...
2017-10-03  Alvaro HerreraFix coding rules violations in walreceiver.c
2017-10-02  Peter EisentrautExpand collation documentation
2017-10-02  Simon RiggsGrammar typo in security warning about md5
2017-10-02  Andres FreundYet another pg_bswap typo in a windows only file.
2017-10-02  Andres FreundCorrect include file name in inet_aton fallback.
2017-10-01  Andres FreundReplace most usages of ntoh[ls] and hton[sl] with pg_bs...
2017-10-01  Andres FreundRemove redundant stdint.h include.
2017-10-01  Andres FreundTry to make crash restart test work on windows.
2017-10-01  Andres FreundAllow pg_ctl kill to send SIGKILL.
2017-10-01  Tom LaneUpdate v10 release notes, and set the official release...
2017-10-01  Tom LaneUse a longer connection timeout in pg_isready test.
2017-10-01  Peter EisentrautAdd list of acknowledgments to release notes
2017-10-01  Heikki LinnakangasFix busy-wait in pgbench, with --rate.
2017-09-30  Tom LaneFix pg_dump to assign domain array type OIDs during...
2017-09-30  Tom LaneSupport arrays over domains.
2017-09-30  Andres FreundFix copy & pasto in 510b8cbff15f.
2017-09-30  Andres FreundFix typo.
2017-09-30  Andres FreundExtend & revamp pg_bswap.h infrastructure.
2017-09-29  Peter EisentrautUse Py_RETURN_NONE where suitable
2017-09-29  Tom LaneFix inadequate locking during get_rel_oids().
2017-09-29  Robert Haaspsql: Don't try to print a partition constraint we...
2017-09-29  Robert Haaspgbench: If we fail to send a command to the server...
2017-09-29  Peter Eisentrautpsql: Update \d sequence display
2017-09-29  Tom LaneMarginal improvement for generated code in execExprInte...
2017-09-29  Peter EisentrautAdd background worker type
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...
next