]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-10-12 Robert HaasSynchronize error messages.
2017-10-12 Tom LaneDoc: fix typo in release notes.
2017-10-12 Alvaro HerreraInfer functional dependency past RelabelType
2017-10-12 Robert HaasFix logical replication to fire BEFORE ROW DELETE triggers.
2017-10-12 Andres FreundReplace remaining uses of pq_sendint with pq_sendint...
2017-10-12 Tom LanePrevent sharing transition states between ordered-set...
2017-10-12 Andres FreundTemporary attempt at a workaround for further MSVC...
2017-10-12 Andres FreundWork around overly strict restrict checks by MSVC.
2017-10-12 Andres FreundImprove performance of SendRowDescriptionMessage.
2017-10-11 Robert Haaspg_stat_statements: Widen query IDs from 32 bits to...
2017-10-11 Andres FreundUse one stringbuffer for all rows printed in printtup.c.
2017-10-11 Andres FreundAdd more efficient functions to pqformat API.
2017-10-11 Andres FreundAllow to avoid NUL-byte management for stringinfos...
2017-10-11 Andres FreundAdd configure infrastructure to detect support for...
2017-10-11 Tom LaneRemove unnecessary PG_TRY overhead for CurrentResourceO...
2017-10-11 Andres FreundPrevent idle in transaction session timeout from someti...
2017-10-11 Tom LaneDoc: fix missing explanation of default object privileges.
2017-10-11 Robert HaasFix mistakes in comments.
2017-10-11 Tom LaneFix low-probability loss of NOTIFY messages due to...
2017-10-11 Tom LaneAdd port/strnlen support to libpq and ecpg Makefiles.
2017-10-11 Peter EisentrautFix whitespace
2017-10-10 Tom LaneRegenerate configure script.
2017-10-10 Andres FreundRewrite strnlen replacement implementation from 8a24179...
2017-10-10 Tom LaneAdd missing clean step to src/test/modules/brin/Makefile.
2017-10-10 Peter EisentrautUse lower-case SGML attribute values
2017-10-09 Andres FreundFix pnstrdup() to not memcpy() the maximum allowed...
2017-10-09 Andres FreundAdd pg_strnlen() a portable implementation of strlen.
2017-10-09 Peter EisentrautRemove unused documentation file
2017-10-08 Andres FreundReduce memory usage of targetlist SRFs.
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
next