users/gsingh/postgres.git
2020-01-06 Peter EisentrautHave logical replication subscriber fire column triggers
2020-01-06 Michael PaquierRemove support for OpenSSL 0.9.8 and 1.0.0
2020-01-06 Peter GeogheganRemove redundant incomplete split assertion.
2020-01-05 Tom LaneMinor style improvements for tab-completion test.
2020-01-05 Tatsuo IshiiDocs: use more standard terminology "round-to-nearest...
2020-01-05 Tom LaneAvoid reading ~/.inputrc in tab-completion test, and...
2020-01-04 Tom LaneDon't try to force TERM to a fixed value in tab-complet...
2020-01-04 Tom LaneIn tab-completion test, print out the value of TERM...
2020-01-04 Noah MischSkip memcpy(x, x) in qunique().
2020-01-04 Tom LaneMake tab-completion tests more robust.
2020-01-04 Peter EisentrautMake better use of ParseState in ProcessUtility
2020-01-03 Peter GeogheganAdd xl_btree_delete optimization.
2020-01-03 Tom LaneFurther fixes for tab-completion TAP tests.
2020-01-03 Tom LaneAdd an ugly workaround for a bug in some recent libedit...
2020-01-03 Peter Eisentrautpgbench: Improve test description
2020-01-03 Amit KapilaFix typos in parallel query docs.
2020-01-03 Peter GeogheganClear up btree_xlog_split() alignment comment.
2020-01-03 Tom LaneMinor portability fixes for new TAP script.
2020-01-02 Peter GeogheganCorrect _bt_delitems_vacuum() lock comments.
2020-01-02 Alvaro HerreraFix cloning of row triggers to sub-partitions
2020-01-02 Tom LaneAdd basic TAP tests for psql's tab-completion logic.
2020-01-02 Tom LaneFix typmod exposed for scalar function in FROM, too.
2020-01-02 Peter GeogheganReorder two nbtree.h function prototypes.
2020-01-02 Tom LaneFix collation exposed for scalar function in FROM.
2020-01-02 Tom LaneMake parser rely more heavily on the ParseNamespaceItem...
2020-01-02 Peter EisentrautFix comment in test
2020-01-02 Amit KapilaFix running out of file descriptors for spill files.
2020-01-02 Peter GeogheganRevise BTP_HAS_GARBAGE nbtree VACUUM comments.
2020-01-02 Tom LaneTest GROUP BY matching of join columns that are type...
2020-01-01 Peter GeogheganUpdate btree_xlog_delete() comments.
2020-01-01 Bruce MomjianUpdate copyrights for 2020
2019-12-31 Peter EisentrautModernize Python exception syntax in documentation
2019-12-28 Tom LaneMicro-optimize AllocSetFreeIndex() by reference to...
2019-12-27 Alvaro HerreraAdd pg_dump test for triggers on partitioned tables
2019-12-27 Bruce Momjiandoc: add examples of creative use of unique expression...
2019-12-27 Bruce Momjiandocs: clarify infinite range values from data-type...
2019-12-27 Michael PaquierForbid DROP SCHEMA on temporary namespaces
2019-12-26 Michael PaquierRevert "Rename files and headers related to index AM"
2019-12-26 Tom LaneFix possible loss of sync between rectypeid and underly...
2019-12-26 Tom LaneImprove comments in utils/rel.h.
2019-12-26 Tom LaneRefactor parser's generation of Var nodes.
2019-12-26 Michael PaquierFix some comments related to logical repslot advancing
2019-12-26 Michael PaquierRefactor code dedicated to index vacuuming in vacuumlazy.c
2019-12-26 Fujii MasaoAdd note about how each partition's default value is...
2019-12-25 Tom LaneAllow whole-row Vars to be used in partitioning express...
2019-12-25 Tom LaneRemove equalPartitionDescs().
2019-12-25 Tom LaneLoad relcache entries' partitioning data on-demand...
2019-12-25 Michael PaquierRename files and headers related to index AM
2019-12-24 Alvaro HerreraAvoid splitting C string literals with \-newline
2019-12-24 Michael PaquierReplace use of strerror() with %s by %m in pg_waldump
2019-12-24 Thomas MunroRotate instead of shifting hash join batch number.
2019-12-23 Joe ConwayDisallow null category in crosstab_hash
2019-12-23 Tom LaneDisallow partition key expressions that return pseudo...
2019-12-23 Tom LanePrevent a rowtype from being included in itself via...
2019-12-23 Alvaro HerreraGetPublicationByName: Don't repeat ourselves
2019-12-23 Peter GeogheganNormalize _bt_finish_split() argument names.
2019-12-23 Peter GeogheganUpdate nbtree LP_DEAD item deletion comments.
2019-12-22 Tom LaneAvoid low-probability regression test failures in times...
2019-12-22 Peter EisentrautFix compiler warning for ppoll() on Cygwin
2019-12-21 Tom LaneIn pgwin32_open, loop after ERROR_ACCESS_DENIED only...
2019-12-21 Bruce MomjianC comment: clarify why psql's help/exit/quit must...
2019-12-21 Bruce Momjiandocs: clarify handling of column lists in COPY TO...
2019-12-20 Tom LaneAdjust test case added by commit 6136e94dc.
2019-12-20 Tom Lanelibpq should expose GSS-related parameters even when...
2019-12-20 Peter EisentrautClean up inconsistent backslash use in paths
2019-12-20 Peter EisentrautGenerate pg_config.h from pg_config.h.in on Windows
2019-12-20 Peter EisentrautDisallow dropping rules on system tables by default
2019-12-20 Peter EisentrautFix compiler warnings on MSYS2
2019-12-20 Andrew DunstanSuperuser can permit passwordless connections on postgr...
2019-12-19 Robert HaasExtend the ProcSignal mechanism to support barriers.
2019-12-19 Peter GeogheganRemove unneeded "pin scan" nbtree VACUUM code.
2019-12-19 Bruce Momjianrevert: Remove meaningless assignments in nbtree code
2019-12-19 Bruce MomjianRemove meaningless assignments in nbtree code
2019-12-19 Alvaro HerreramakeArrayTypeName: Remove pointless relation open/close
2019-12-19 Tom LaneDoc: add a short summary of available authentication...
2019-12-19 Robert HaasUpdate neglected comment.
2019-12-19 Robert HaasFix minor problems with non-exclusive backup cleanup.
2019-12-19 Peter EisentrautAdd support for MSYS2
2019-12-18 Robert HaasRe-#include <time.h> in checkpointer.c.
2019-12-18 Robert HaasMove heap-specific detoasting logic into a separate...
2019-12-18 Tom LaneMinimal portability fix for commit e1551f96e.
2019-12-18 Peter EisentrautAdd .editorconfig
2019-12-18 Michael PaquierFix compiler warning in non-assert builds
2019-12-18 Michael PaquierRefactor attribute mappings used in logical tuple conve...
2019-12-18 Amit KapilaFix subscriber invalid memory access on DDL.
2019-12-18 Michael PaquierDoc: Improve readability of options for REINDEX
2019-12-18 Michael PaquierFix some OBJS lists in two Makefiles to be ordered...
2019-12-18 Bruce MomjianRemove redundant not-null test
2019-12-18 Michael PaquierRemove shadow variables linked to RedoRecPtr in xlog.c
2019-12-17 Tom LaneFix error reporting for index expressions of prohibited...
2019-12-17 Robert HaasFix bad formula in previous commit.
2019-12-17 Robert HaasCode cleanup for toast_fetch_datum and toast_fetch_datu...
2019-12-17 Robert Haassimplehash: Allow for use in frontend code.
2019-12-17 Robert Haassimplehash: Allow use of simplehash without MemoryContext.
2019-12-17 Robert HaasAdd missing "void" to prototypes.
2019-12-17 Robert HaasPartially deduplicate interrupt handling for background...
2019-12-17 Robert HaasUse PostgresSigHupHandler in more places.
2019-12-17 Robert HaasMove interrupt-handling code into subroutines.
2019-12-17 Amit KapilaChange overly strict Assert in TransactionGroupUpdateXi...
2019-12-17 Peter GeogheganRename nbtree tuple macros.
next