postgresql.git
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.
2020-10-12 Michael PaquierFix compilation warning in unicode_norm.c
2020-10-12 Thomas MunroFix estimates for ModifyTable paths without RETURNING.
2020-10-12 Peter EisentrautAdjust cycle detection examples and tests
2020-10-12 Noah MischChoose ppc compare_exchange constant path for more...
2020-10-12 Noah MischFor ppc gcc, implement 64-bit compare_exchange and...
2020-10-11 Michael PaquierUse perfect hash for NFC and NFKC Unicode Normalization...
2020-10-10 Tom LaneBand-aid new postgres_fdw test case to remove error...
2020-10-10 Tom LaneRemove pointless error-code checking in pg_dump/parallel.c.
2020-10-10 Tom LaneMinor cleanup for win32stat.c.
2020-10-10 Tom LaneMinor cleanup for win32stat.c.
2020-10-10 Tom LaneRecognize network-failure errnos as indicating hard...
2020-10-09 Tom Laneplperl.h should #undef fstat along with stat and lstat.
2020-10-09 Tom LaneFix our Windows stat() emulation to handle file sizes...
2020-10-09 Amit KapilaFix typos in logical.c and reorderbuffer.c.
2020-10-08 Tom LaneAvoid gratuitous inaccuracy in numeric width_bucket().
2020-10-08 Tom LaneFix numeric width_bucket() to allow its first argument...
2020-10-08 Michael PaquierFix typo in multixact.c
2020-10-08 Michael PaquierImprove set of candidate multipliers for perfect hash...
2020-10-08 Amit KapilaTrack statistics for spilling of changes from ReorderBu...
2020-10-07 Tom LaneFix optimization hazard in gram.y's makeOrderedSetArgs...
2020-10-07 Tom LanePrevent internal overflows in date-vs-timestamp and...
2020-10-07 Tom LaneClean up after newly-added tests for pg_test_fsync...
2020-10-07 Tom LaneRethink recent fix for pg_dump's handling of extension...
2020-10-07 Amit KapilaDisplay the names of missing columns in error during...
2020-10-06 Bruce Momjianpg_upgrade: remove pre-8.4 code and >= 8.4 check
2020-10-06 Bruce Momjianpg_upgrade; change major version comparisons to use...
2020-10-06 Tom LaneBuild EC members for child join rels in the right memor...
2020-10-06 Magnus HaganderFurther improvements on documentation for pg_dump -t
2020-10-06 Magnus HaganderClarify documentation around pg_dump -t option
2020-10-06 Magnus HaganderExpand installation documentation to cover binary insta...
2020-10-06 Michael PaquierFix compilation warning in xlog.c
2020-10-06 Andres FreundTry to unbreak 021_row_visibility.pl on mingw.
2020-10-06 Fujii Masaopostgres_fdw: reestablish new connection if cached...
2020-10-05 Bruce Momjiandoc: show functions returning record types and use...
2020-10-05 Bruce MomjianOverhaul pg_hba.conf clientcert's API
2020-10-05 Tom LaneInclude the process PID in assertion-failure messages.
2020-10-05 Tom LaneFix two latent(?) bugs in equivclass.c.
2020-10-05 Tom LaneDoc: fix parameter names in the docs of a couple of...
2020-10-05 Peter EisentrautSupport for OUT parameters in procedures
2020-10-05 Tom LaneImprove stability of identity.sql regression test.
2020-10-05 Michael PaquierFix handling of redundant options with COPY for "freeze...
2020-10-04 Tom LaneMake postgres.bki use the same literal-string syntax...
2020-10-03 Peter EisentrautImprove <xref> vs. <command> formatting in the document...
2020-10-03 Bruce Momjiandoc: libpq connection options can override command...
2020-10-03 Bruce Momjiandoc: clarify the use of ssh port forwarding
2020-10-02 Heikki LinnakangasTidy up error reporting when converting PL/Python arrays.
2020-10-02 Michael Paquierdoc: Improve some documentation about HA and replication
2020-10-02 Fujii MasaoAdd pg_stat_wal statistics view.
2020-10-02 Michael PaquierAdd block information in error context of WAL REDO...
2020-10-01 Tom LanePut back explicit setting of replication values within...
2020-10-01 Heikki LinnakangasFix incorrect assertion on number of array dimensions.
2020-10-01 Heikki LinnakangasSet right-links during sorted GiST index build.
2020-10-01 Michael PaquierRemove logging.c from the shared library of src/common/
2020-10-01 Andres FreundFix and test snapshot behavior on standby.
2020-09-30 Alvaro HerreraReword partitioning error message
2020-09-30 Tom LaneFix handling of BC years in to_date/to_timestamp.
2020-09-30 Heikki Linnakangaspgbench: Use PQExpBuffer to simplify code that construc...
next