]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2019-12-12  Tom LanePut back regression test case in a more robust form.
2019-12-12  Tom LaneFix EXTRACT(ISOYEAR FROM timestamp) for years BC.
2019-12-12  Tom LaneRemove redundant function calls in timestamp[tz]_part().
2019-12-12  Alvaro Herrera(Blindly) tweak new test regex
2019-12-12  Etsuro FujitaRemove extra parenthesis from comment.
2019-12-12  Tom LaneAdd readfuncs.c support for AppendRelInfo.
2019-12-11  Tom LaneRemove unstable test case added in commit 5935917ce.
2019-12-11  Tom LaneAllow executor startup pruning to prune all child nodes.
2019-12-11  Tom LaneFurther adjust EXPLAIN's choices of table alias names.
2019-12-11  Alvaro HerreraEmit parameter values during query bind/execute errors
2019-12-11  Tom LaneUse only one thread to handle incoming signals on Windows.
2019-12-11  Peter EisentrautRemove ATPrepSetStatistics
2019-12-11  Peter EisentrautFix output of Unicode normalization test
2019-12-11  Michael PaquierFix some compiler warnings with timestamp parsing in...
2019-12-10  Tom LaneFix tuple column count in pg_control_init().
2019-12-10  Peter EisentrautCosmetic cleaning of pg_config.h.win32
2019-12-10  Alvaro HerreraAdd backend-only appendStringInfoStringQuoted
2019-12-10  Tom LaneIn pg_ctl, work around ERROR_SHARING_VIOLATION on the...
2019-12-10  Etsuro FujitaFix handling of multiple AFTER ROW triggers on a foreig...
2019-12-09  Tom LaneFix race condition in our Windows signal emulation.
2019-12-09  Tom LaneImprove isolationtester's timeout management.
2019-12-09  Amit KapilaFix typos in miscinit.c.
2019-12-08  Noah MischDocument search_path security with untrusted dbowner...
2019-12-08  Tom LaneDoc: improve documentation about run-time pruning's...
2019-12-07  Andrew DunstanRemove PQsslpassword function
2019-12-06  Tom LaneImprove test coverage of ruleutils.c.
2019-12-06  Jeff DavisFix comments in execGrouping.c
2019-12-06  Tom LaneDisallow non-default collation in ADD PRIMARY KEY/UNIQU...
2019-12-06  Michael PaquierFix handling of OpenSSL's SSL_clear_options
2019-12-06  Michael PaquierImprove some comments in pg_upgrade.c
2019-12-06  Michael PaquierRemove configure check for OpenSSL's SSL_get_current_co...
2019-12-05  Robert Haaspg_basebackup: Refactor code for reading COPY and tar...
2019-12-05  Robert HaasMinor comment improvements for instrumentation.h
2019-12-04  Alvaro HerreraBlind attempt at fixing ecpg/compatlib's build
2019-12-04  Alvaro HerreraOffer pnstrdup to frontend code
2019-12-04  Peter EisentrautUpdate minimum SSL version
2019-12-04  Etsuro FujitaFix whitespace.
2019-12-04  Michael PaquierUse carriage returns for data insertion logs in pgbench...
2019-12-04  Michael PaquierRemove unnecessary definition of CancelRequested in...
2019-12-03  Tomas VondraEnsure maxlen is at leat 1 in dict_int
2019-12-03  Tom LaneFurther sync postgres_fdw's "Relations" output with...
2019-12-03  Michael PaquierFix thinkos from commit 9989d37
2019-12-03  Peter EisentrautFix alter_system_table test
2019-12-03  Michael PaquierRemove XLogFileNameP() from the tree
2019-12-03  Michael PaquierFix failures with TAP tests of pg_ctl on Windows
2019-12-03  Tom LaneFix EXPLAIN's column alias output for mismatched child...
2019-12-02  Tom LaneAdd a reverse-translation column number array to struct...
2019-12-02  Tom LaneMake postgres_fdw's "Relations" output agree with the...
next