]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-12-25  Tom LaneAvoid time-of-day-dependent failure in log rotation...
2020-12-24  Bruce Momjianrevert removal of hex_decode() from ecpg from commit...
2020-12-24  Bruce Momjianmove hex_decode() to /common so it can be called from...
2020-12-24  Tom LaneFix race condition between shutdown and unstarted backg...
2020-12-24  Tom LaneImprove client error messages for immediate-stop situat...
2020-12-24  Michael PaquierFix typos and grammar in docs and comments
2020-12-23  Bruce Momjiandummy commit
2020-12-23  Michael PaquierFix portability issues with parsing of recovery_target_xid
2020-12-22  Tom LaneImprove autoprewarm's handling of early-shutdown scenarios.
2020-12-22  Tom LaneIncrease timeout in 021_row_visibility.pl.
2020-12-22  Tomas VondraImprove find_em_expr_usable_for_sorting_rel comment
2020-12-21  Tomas VondraDon't search for volatile expr in find_em_expr_usable_f...
2020-12-21  Tomas VondraDisallow SRFs when considering sorts below Gather Merge
2020-12-21  Tom LaneRemove "invalid concatenation of jsonb objects" error...
2020-12-21  Tomas VondraCheck parallel safety in generate_useful_gather_paths
2020-12-21  Tomas VondraConsider unsorted paths in generate_useful_gather_paths
2020-12-21  Alexander KorotkovFix compiler warning in multirange_constructor0()
2020-12-21  Michael PaquierRefactor logic to check for ASCII-only characters in...
2020-12-20  Alexander KorotkovFix typalign in rangetypes statistics
2020-12-20  Tom LaneDoc: fix description of how to use src/tutorial files.
2020-12-20  Tom LaneDoc: improve description of pgbench script weights.
2020-12-20  Tom LaneAvoid memcpy() with same source and destination in...
2020-12-20  Alexander KorotkovFix compiler warning introduced in 6df7a9698b
2020-12-20  Alexander KorotkovFixes for pg_dump.c regarding multiranges
2020-12-20  Alexander KorotkovMultirange datatypes
2020-12-19  Tom LaneRemove now-useless ALWAYS_SUBDIRS entry in src/test...
2020-12-19  Amit KapilaUpdate comment atop of ReorderBufferQueueMessage().
2020-12-18  Tom LaneAdd a couple of missed .gitignore entries.
2020-12-18  Tom LaneAvoid memcpy() with same source and destination during...
2020-12-18  Fujii Masaopg_stat_statements: Track time at which all statistics...
2020-12-17  Fujii MasaoRevert "Get rid of the dedicated latch for signaling...
2020-12-16  Tom LaneFix varchar_2.out to match reality in cs_CZ locale.
2020-12-16  Michael Paquierdoc: Fix explanation related to pg_shmem_allocations
2020-12-16  Bruce Momjiandoc: clarify COPY TO for partitioning/inheritance
2020-12-15  Peter GeogheganRemove obsolete btrescan() comment.
2020-12-15  Alvaro HerreraRemove useless variable stores
2020-12-15  Tomas VondraError out when Gather Merge input is not sorted
2020-12-15  Peter EisentrautClean up ancient test style
2020-12-15  Tom LaneImprove hash_create()'s API for some added robustness.
2020-12-15  Jeff DavisRevert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKE...
2020-12-14  Michael PaquierImprove some code around cryptohash functions
2020-12-14  Michael PaquierAdd some checkpoint/restartpoint status to ps display
2020-12-13  Noah MischUse HASH_BLOBS for xidhash.
2020-12-13  Noah MischCorrect behavior descriptions in comments, and correct...
2020-12-12  Bruce Momjianinitdb: complete getopt_long alphabetization
2020-12-12  Bruce Momjianinitdb: properly alphabetize getopt_long options in...
2020-12-11  Tom LaneAllow subscripting of hstore values.
2020-12-11  Tom LaneAllow ALTER TYPE to update an existing type's typsubscr...
2020-12-11  Tom LaneProvide an error cursor for "can't subscript" error...
2020-12-11  Peter Eisentrautpg_dump: Don't use enums for defining bit mask values
2020-12-10  Michael PaquierFix compilation of uuid-ossp
2020-12-10  Michael PaquierRefactor MD5 implementations according to new cryptohas...
2020-12-09  Tom LaneSupport subscripting of arbitrary types, not only arrays.
2020-12-09  Peter EisentrautChange get_constraint_index() to use pg_constraint...
2020-12-09  Michael PaquierSimplify code for getting a unicode codepoint's canonic...
2020-12-09  Andres Freundjit: Reference function pointer types via llvmjit_types.c.
2020-12-08  Tom LaneTeach contain_leaked_vars that assignment SubscriptingR...
2020-12-08  Tom LaneRemove operator_precedence_warning.
2020-12-08  Dean RasheedImprove estimation of ANDs under ORs using extended...
2020-12-08  Dean RasheedImprove estimation of OR clauses using multiple extende...
2020-12-08  Tom LaneDoc: clarify that CREATE TABLE discards redundant uniqu...
2020-12-08  Tom LaneDoc: explain that the string types can't store \0 ...
2020-12-08  Fujii MasaoSpeed up rechecking if relation needs to be vacuumed...
2020-12-08  Fujii MasaoBump catversion for pg_stat_wal changes.
2020-12-08  Michael Paquierpgcrypto: Detect errors with EVP calls from OpenSSL
2020-12-08  Andres Freundjit: Correct parameter type for generated expression...
2020-12-08  Andres Freundjit: configure: Explicitly reference 'native' component.
2020-12-08  Michael PaquierAvoid using tuple from syscache for update of pg_databa...
2020-12-07  Tom LaneAdd a couple of regression test cases related to array...
2020-12-07  Heikki LinnakangasFix more race conditions in the newly-added pg_rewind...
2020-12-07  Tom Lanepg_dump: Reorganize dumpBaseType()
2020-12-07  Michael PaquierFix fd leak in pg_verifybackup
2020-12-05  Tom LaneFix missed step in removal of useless RESULT RTEs in...
2020-12-04  Heikki LinnakangasFix race conditions in newly-added test.
2020-12-04  Peter EisentrautConvert elog(LOG) calls to ereport() where appropriate
2020-12-04  Peter EisentrautRemove unnecessary grammar symbols
2020-12-04  Amit KapilaRemove incorrect assertion in reorderbuffer.c.
2020-12-04  Michael PaquierRename cryptohashes.c to cryptohashfuncs.c
2020-12-04  Michael PaquierChange SHA2 implementation based on OpenSSL to use...
2020-12-03  Bruce Momjiandoc: remove unnecessary blank before command option...
2020-12-03  Bruce Momjiandocs: list single-letter options first in command...
2020-12-03  Heikki LinnakangasFix pg_rewind bugs when rewinding a standby server.
2020-12-03  Peter EisentrautSmall code simplifications
2020-12-03  Dean RasheedImprove estimation of OR clauses using extended statistics.
2020-12-03  Michael PaquierRefactor CLUSTER and REINDEX grammar to use DefElem...
2020-12-02  Stephen FrostAdd GSS information to connection authorized log message
2020-12-02  Fujii MasaoTrack total number of WAL records, FPIs and bytes gener...
2020-12-02  Michael PaquierFix compilation warnings in cryptohash_openssl.c
2020-12-02  Fujii MasaoAllow restore_command parameter to be changed with...
2020-12-02  Michael PaquierMove SHA2 routines to a new generic API layer for crypt...
2020-12-02  Bruce Momjianpg_checksums: data_checksum_version is unsigned so...
2020-12-01  Tom LaneEnsure that expandTableLikeClause() re-examines the...
2020-12-01  Alvaro HerreraAvoid memcpy() with a NULL source pointer and count...
2020-12-01  Heikki Linnakangasdocs: ulink all references to RFC's
2020-12-01  Fujii Masaodoc: Add additional index entries for progress reportin...
2020-12-01  Michael Paquierdoc: Remove more notes about compatibilities with past...
2020-12-01  Thomas MunroUse truncate(2) where appropriate.
2020-12-01  Thomas MunroFree disk space for dropped relations on commit.
2020-11-30  Tom LaneFix missing outfuncs.c support for IncrementalSortPath.
2020-11-30  Alvaro HerreraDocument concurrent indexes waiting on each other
next