users/gsingh/postgres.git
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.
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...
next