]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2019-12-17  Michael PaquierFix query cancellation handling in psql
2019-12-17  Tom LaneFix "force_parallel_mode = regress" to work with ANALYZ...
2019-12-17  Peter GeogheganUpdate nbtree README's "Scans during Recovery".
2019-12-16  Tom LaneOn Windows, wait a little to see if ERROR_ACCESS_DENIED...
2019-12-16  Alvaro HerreraDemote variable from global to local
2019-12-16  Heikki LinnakangasFix yet another crash in page split during GiST index...
2019-12-16  Peter EisentrautFix build of Perl-using modules of Windows
2019-12-16  Peter EisentrautSort out getpeereid() and peer auth handling on Windows
2019-12-16  Etsuro FujitaClean up some misplaced comments in partition_join...
2019-12-15  Michael PaquierRemove duplicated progress reporting during heap scan...
2019-12-14  Tom LaneTry to stabilize results of new tuplesort regression...
2019-12-14  Tom LanePrevent overly-aggressive collapsing of joins to RTE_RE...
2019-12-14  Michael PaquierFix memory leak when initializing DH parameters in...
2019-12-14  Thomas MunroFix mdsyncfiletag(), take II.
2019-12-14  Thomas MunroDon't use _mdfd_getseg() in mdsyncfiletag().
2019-12-13  Heikki LinnakangasFix crash when a page was split during GiST index creation.
2019-12-13  Tom LaneModernize our readline API a tad.
next