]> granicus.if.org Git - postgresql/shortlog
postgresql
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...
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
next