postgresql.git
2020-01-09 Tom LaneReconsider the representation of join alias Vars.
2020-01-09 Robert HaasAdd pg_shmem_allocations view.
2020-01-09 Robert HaasRemove bogus 'return'.
2020-01-09 Magnus HaganderClarify that pg_trgm is used in example
2020-01-09 Peter EisentrautAdd support for automatically updating Unicode derived...
2020-01-09 Andrew DunstanAllow 'sslkey' and 'sslcert' in postgres_fdw user mappings
2020-01-08 Peter EisentrautModernize Python exception syntax in tests
2020-01-08 Peter EisentrautRemove support for Python older than 2.6
2020-01-08 Alvaro HerreraReimplement nullification of walsender timestamp
2020-01-08 Tom LaneImprove the handling of result type coercions in SQL...
2020-01-08 Stephen FrostImprove GSSAPI Encryption startup comment in libpq
2020-01-08 Tom LaneFix handling of generated columns in ALTER TABLE.
2020-01-08 Peter Eisentrautpgbench: Use common logging API
2020-01-08 Michael PaquierRevert "Forbid DROP SCHEMA on temporary namespaces"
2020-01-08 Michael PaquierRemove dependency to system calls for memory allocation...
2020-01-07 Alvaro Herrerapg_stat_activity: show NULL stmt start time for walsenders
2020-01-07 Robert Haastableam: New callback relation_fetch_toast_slice.
2020-01-07 Robert Haastableam: Allow choice of toast AM.
2020-01-07 Robert HaasIncrease the maximum value of track_activity_query_size.
2020-01-07 Tom LaneClean up management of IP addresses in our SSL tests.
2020-01-06 Tom LaneReduce the number of GetFlushRecPtr() calls done by...
2020-01-06 Tom LaneAdd functions min_scale(numeric) and trim_scale(numeric).
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
next