]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-10-27  Alvaro Herrerapg_dump: Lock all relations, not just plain tables
2020-10-27  Peter EisentrautAdd select_common_typmod()
2020-10-27  Alvaro HerreraAccept relations of any kind in LOCK TABLE
2020-10-27  Bruce Momjiandocs: remove reference to src/tools/thread
2020-10-27  Peter EisentrautFix enum errdetail to mention bytes, not chars
2020-10-27  Peter EisentrautMake procedure OUT parameters work with JDBC
2020-10-27  Peter Eisentrautdoc: Fix order of protocol messages in listing
2020-10-27  Amit KapilaUpdate description of spilled counters in pg_stat_repli...
2020-10-27  Bruce Momjiandoc: simplify wording of function error affects
2020-10-26  Bruce Momjiandoc: make blooms docs match reality
2020-10-26  Tom LaneIn INSERT/UPDATE, use the table's real tuple descriptor...
2020-10-26  Heikki Linnakangasdocs: Remove notes about incompatibilies with very...
2020-10-26  Michael PaquierExtend PageIsVerified() to handle more custom options
2020-10-25  Tom LaneFix corner case for a BEFORE ROW UPDATE trigger returni...
2020-10-25  David RowleyFix incorrect parameter name in a function header comment
2020-10-24  Tom LaneFix ancient bug in ecpg's pthread_once() emulation...
2020-10-24  Michael PaquierFix issue with --enable-coverage and the new unicode...
2020-10-24  Michael PaquierAdd tab completion for ALTER TABLE .. FORCE ROW LEVEL...
2020-10-23  Tom LaneFix more portability issues in new amcheck code.
2020-10-23  Tom LaneAllow psql to re-use connection parameters after a...
2020-10-23  Tom LaneFix portability issues in new amcheck test.
2020-10-23  Tom LaneFix broken XML formatting in EXPLAIN output for increme...
2020-10-23  Peter Eisentrautdoc: Fix order of protocol messages in listing
2020-10-23  Heikki Linnakangasdoc: Remove reference to pre-8.2 pg_dump behaviour
2020-10-23  Heikki LinnakangasFix initialization of es_result_relations in EvalPlanQu...
2020-10-23  Michael PaquierImprove performance of Unicode {de,re}composition in...
2020-10-23  Tom LaneUpdate time zone data files to tzdata release 2020d.
2020-10-23  Tom LaneSync our copy of the timezone library with IANA release...
2020-10-22  Tom LaneAdd documentation and tests for quote marks in ECPG...
2020-10-22  Tom LaneAvoid premature de-doubling of quote marks in ECPG...
2020-10-22  Robert HaasTry to avoid a compiler warning about using fxid uninit...
2020-10-22  Tom LaneClean up some unpleasant behaviors in psql's \connect...
2020-10-22  Robert HaasExtend amcheck to check heap pages.
2020-10-22  Peter EisentrautUse croak instead of die in Perl code when appropriate
2020-10-22  David RowleyOptimize a few list_delete_ptr calls
2020-10-21  Tom LaneFix connection string handling in psql's \connect command.
2020-10-21  Alvaro HerreraUse fast checkpoint in PostgresNode::backup()
2020-10-21  Tom LaneRemove the option to build thread_test.c outside configure.
2020-10-21  Peter EisentrautRemove obsolete ifdefs
2020-10-21  Peter EisentrautFix -Wcast-function-type warnings on Windows/MinGW
2020-10-21  Michael PaquierReview format of code generated by PerfectHash.pm
2020-10-20  Alvaro HerreraFix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursion
2020-10-20  Amit KapilaChange the attribute name in pg_stat_replication_slots...
2020-10-19  Tom LaneFix connection string handling in src/bin/scripts/...
2020-10-19  Tom LaneFix list-munging bug that broke SQL function result...
2020-10-19  Heikki LinnakangasMisc documentation fixes.
2020-10-19  Heikki LinnakangasFix TRUNCATE doc: ALTER SEQUENCE RESTART is now transac...
2020-10-19  Heikki LinnakangasFix output of tsquery example in docs.
2020-10-19  Heikki LinnakangasFix doc for full text search distance operator.
2020-10-19  Magnus HaganderUpdate link for pllua
2020-10-19  Heikki LinnakangasRemove PartitionRoutingInfo struct.
2020-10-19  Heikki LinnakangasRevise child-to-root tuple conversion map management.
2020-10-19  Heikki LinnakangasClean up code to resolve the "root target relation...
2020-10-19  Peter EisentrautAvoid invalid alloc size error in shm_mq
2020-10-19  Peter EisentrautImprove whitespace
2020-10-19  Amit KapilaChange the docs for PARALLEL option of Vacuum.
2020-10-19  Michael PaquierFix potential memory leak in pgcrypto
2020-10-18  David RowleyPrevent overly large and NaN row estimates in relations
2020-10-18  Tom LaneUpdate the Winsock API version requested by libpq.
2020-10-18  Tom LaneIn pg_restore's dump_lo_buf(), work a little harder...
2020-10-17  Tom LaneIn libpq for Windows, call WSAStartup once and WSAClean...
2020-10-17  Tom LaneDoc: caution against misuse of 'now' and related dateti...
2020-10-17  Tom LaneUpdate time zone data files to tzdata release 2020c.
2020-10-17  Tom LaneSync our copy of the timezone library with IANA release...
2020-10-16  Tom LaneAdd missing error check in pgcrypto/crypt-md5.c.
2020-10-16  Tom LaneDoc: tweak column widths in synchronous-commit-matrix...
2020-10-16  Fujii Masaopostgres_fdw: Restructure connection retry logic.
2020-10-16  Andres Freundllvmjit: Work around bug in LLVM 3.9 causing crashes...
2020-10-16  Bruce Momjianpg_upgrade: remove C99 compiler req. from commit 3c047...
2020-10-15  Bruce Momjianpg_upgrade: generate check error for left-over new...
2020-10-15  Andres Freundllvmjit: Also copy parameter / return value attributes...
2020-10-15  Bruce Momjiandoc: improve description of synchronous_commit modes
2020-10-15  Alvaro HerreraRevert "Remove pointless HeapTupleHeaderIndicatesMovedP...
2020-10-15  Alvaro HerreraRemove pointless HeapTupleHeaderIndicatesMovedPartition...
2020-10-15  Alvaro HerreraInstall pg_isolation_regress and isolationtester
2020-10-15  Alvaro HerreraReview logical replication tablesync code
2020-10-15  Heikki LinnakangasRefactor code for cross-partition updates to a separate...
2020-10-15  Alvaro HerreraFix query in new test to check tables are synced
2020-10-15  Michael PaquierReplace calls of htonl()/ntohl() with pg_bswap.h for...
2020-10-15  Fujii MasaoImprove tab-completion for FETCH/MOVE.
2020-10-15  David RowleyFixup some appendStringInfo and appendPQExpBuffer calls
2020-10-15  Peter EisentrautAdd documentation link to attributes supported by Clang
2020-10-15  Thomas MunroHandle EACCES errors from kevent() better.
2020-10-15  Amit KapilaExecute invalidation messages for each XLOG_XACT_INVALI...
2020-10-15  Fujii Masaodoc: Mention that toast_tuple_target affects also colum...
2020-10-14  Alvaro HerreraRestore replication protocol's duplicate command tags
2020-10-14  Thomas MunroMake WL_POSTMASTER_DEATH level-triggered on kqueue...
2020-10-14  Heikki LinnakangasRemove es_result_relation_info from EState.
2020-10-14  Heikki LinnakangasInclude result relation info in direct modify ForeignSc...
2020-10-14  Peter EisentrautUse https for gnu.org links
2020-10-14  Peter EisentrautCorrect error message
2020-10-13  Tom LanePaper over regression failures in infinite_recurse...
2020-10-13  Heikki LinnakangasCreate ResultRelInfos later in InitPlan, index them...
2020-10-13  Amit KapilaFix the unstable output of tests added by commit 8fccf7...
2020-10-13  Peter Eisentrautdoc: Expand recursive query documentation
2020-10-13  Amit KapilaAdd tests for logical replication spilled stats.
2020-10-12  Tom LaneFix GiST buffering build to work when there are include...
2020-10-12  Tom LaneRe-allow testing of GiST buffered builds.
2020-10-12  Tom LaneFix memory leak when guc.c decides a setting can't...
2020-10-12  Tom LaneMinor cleanup for win32stat.c.
next