postgresql.git
2020-12-27 Jeff DavisFix bug #16784 in Disk-based Hash Aggregation.
2020-12-26 Bruce Momjianinitdb: document that -K requires an argument
2020-12-26 Bruce Momjianauth commands: list specific commands to install in...
2020-12-26 Bruce Momjianpg_alterckey: remove TAP check rules from Makefile
2020-12-26 Bruce MomjianAdd scripts for retrieving the cluster file encryption key
2020-12-26 Bruce Momjiandoc: fix SGML markup for pg_alterckey from commit...
2020-12-26 Bruce Momjianpg_alterckey: adjust doc build and Win32 sleep/open...
2020-12-26 Bruce MomjianFix function call typo in frontend Win32 code, commit...
2020-12-26 Bruce MomjianAllow ssl_passphrase_command to prompt the terminal
2020-12-26 Bruce MomjianAdd pg_alterckey utility to change the cluster key
2020-12-25 Bruce Momjianremove missing reference to crypto test from patch...
2020-12-25 Tom LaneReally fix the dummy implementations in cipher.c.
2020-12-25 Bruce Momjianfix no-return function call in cipher.c from commit...
2020-12-25 Bruce Momjianfixes docs and missing initdb help option for commit...
2020-12-25 Noah MischInvalidate acl.c caches when pg_authid changes.
2020-12-25 Bruce Momjianremove uint128 requirement from patch 978f869b99 (CFE)
2020-12-25 Bruce MomjianFix return value and const declaration from commit...
2020-12-25 Bruce MomjianAdd key management system
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.
next