users/gsingh/postgres.git
2020-11-02 Heikki Linnakangasdoc: Mention UNION/ORDER BY etc. keywords in section...
2020-11-02 David RowleyFix unstable partition_prune regression tests
2020-11-02 Michael PaquierFix some grammar and typos in comments and docs
2020-11-02 Amit KapilaUse Enum for top level logical replication message...
2020-11-02 David RowleyAllow run-time pruning on nested Append/MergeAppend...
2020-11-01 Tom LaneFix two issues in TOAST decompression.
2020-11-01 Tom LaneAvoid null pointer dereference if error result lacks...
2020-11-01 Michael PaquierPreserve index data in pg_statistic across REINDEX...
2020-11-01 Michael PaquierAdd error code for encryption failure in pgcrypto
2020-10-31 Noah MischSet debug_query_string in worker_spi.
2020-10-31 Noah MischReproduce debug_query_string==NULL on parallel workers.
2020-10-30 Tom LaneFix assertion failure in check_new_partition_bound().
2020-10-30 Heikki LinnakangasFix missing validation for the new GiST sortsupport...
2020-10-30 Tom LaneDoc: clarify description for pg_constraint.convalidated.
2020-10-29 Tom LaneStabilize timetz test across DST transitions.
2020-10-29 Tom LaneDon't use custom OID symbols in pg_type.dat, either.
2020-10-29 Andres FreundFix wrong data table horizon computation during backend...
2020-10-29 Amit KapilaTrack statistics for streaming of changes from ReorderB...
2020-10-29 Andres FreundCentralize horizon determination for temp tables, fixin...
2020-10-29 Michael PaquierFix incorrect placement of pfree() in pg_relation_check...
2020-10-28 Tom LaneDoc: clean up pg_relation_check_pages() documentation.
2020-10-28 Tom LaneDoc: clean up verify_heapam() documentation.
2020-10-28 Tom LaneUse mode "r" for popen() in psql's evaluate_backtick().
2020-10-28 Tom LaneCalculate extraUpdatedCols in query rewriter, not parser.
2020-10-28 Tom LaneDon't use custom OID symbols in pg_proc.dat.
2020-10-28 Tom LaneFix foreign-key selectivity estimation in the presence...
2020-10-28 Michael PaquierUse correct GetDatum() in pg_relation_check_pages()
2020-10-28 Michael PaquierAdd pg_relation_check_pages() to check on-disk pages...
2020-10-28 Michael PaquierAdd CheckBuffer() to check on-disk pages without shared...
2020-10-28 Amit KapilaMinor improvements in description of spilled counters...
2020-10-27 Tom LaneDoc: improve explanation of how to use our code coverag...
2020-10-27 Bruce MomjianMakefile comment: remove reference to tools/thread...
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...
next