]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-04-03  Fujii MasaoInclude information on buffer usage during planning...
2020-04-03  Tom LaneFix bugs in gin_fuzzy_search_limit processing.
2020-04-03  Fujii MasaoImprove stability of explain regression test.
2020-04-03  Alvaro HerreraAdd a glossary to the documentation
2020-04-03  Robert Haaspg_waldump: Don't call XLogDumpDisplayStats() if -q...
2020-04-03  Robert HaasAdd checksum helper functions.
2020-04-03  Tom LaneFix bogus CALLED_AS_TRIGGER() defenses.
2020-04-03  Fujii MasaoRevert "Include information on buffer usage during...
2020-04-03  Fujii MasaoAdd wait events for recovery conflicts.
2020-04-03  Michael PaquierAdd support for \aset in pgbench
2020-04-03  Fujii MasaoInclude information on buffer usage during planning...
2020-04-03  Robert Haaspg_waldump: Add a --quiet option.
2020-04-02  Tom LaneImprove stability fix for partition_aggregate test.
2020-04-02  Bruce Momjiandoc: remove unnecessary INNER keyword
2020-04-02  Bruce Momjiandoc: remove comma, related to commit 92d31085e9
2020-04-02  Tom LaneImprove user control over truncation of logged bind...
2020-04-02  Tomas VondraFix typo in SLRU stats documentation
2020-04-02  David RowleyAttempt to stabilize partitionwise_aggregate test
2020-04-02  Peter EisentrautAdd SQL functions for Unicode normalization
2020-04-02  Peter EisentrautFix whitespace
2020-04-02  Peter Eisentrautdoc: Update for Unix-domain sockets on Windows
2020-04-02  Peter EisentrautAdd some comments to some SQL features
2020-04-02  Thomas MunroAdd maintenance_io_concurrency to postgresql.conf.sample.
2020-04-02  Amit KapilaAllow parallel vacuum to accumulate buffer usage.
2020-04-02  Fujii MasaoAllow pg_stat_statements to track planning statistics.
2020-04-02  Tomas VondraCollect statistics about SLRU caches
2020-04-01  Tom LaneClean up parsing of ltree and lquery some more.
2020-04-01  Tom LaneAdd support for binary I/O of ltree, lquery, and ltxtqu...
2020-04-01  Tom LaneCheck equality semantics for unique indexes on partitio...
2020-04-01  Tom LaneImprove selectivity estimation for assorted match-style...
2020-04-01  Peter EisentrautRefactor code to look up local replication tuple
2020-04-01  Peter EisentrautUpdate SQL features count
2020-04-01  Alexander KorotkovFix typo in contrib/intarray documentation
2020-04-01  Alexander KorotkovCorrect CREATE INDEX documentation for opclass parameters
2020-04-01  Alexander KorotkovDocumentation corrections for opclass parameters
2020-04-01  Michael PaquierFix crash in psql when attempting to reuse old connection
2020-04-01  Amit KapilaFix coverity complaint about commit 40d964ec99.
2020-04-01  Bruce Momjianpsql: do file completion for \gx
2020-04-01  Michael PaquierAdd -c/--restore-target-wal to pg_rewind
2020-03-31  Bruce Momjiandoc: remove mention of bitwise operators as solely...
2020-03-31  Bruce Momjiandoc: clarify hierarchy of objects: global, db, schema...
2020-03-31  Bruce Momjiandoc: clarify when row-level locks are released
2020-03-31  Peter GeogheganAdd CREATE INDEX deduplication assertions.
2020-03-31  Bruce MomjianRevert erroroneous commit 834b80464d; my apologies
2020-03-31  Bruce Momjiandummy commit
2020-03-31  Bruce Momjiandoc: add namespace column to pg_buffercache example...
2020-03-31  Bruce Momjiandoc: clarify which table creation is used for inherita...
2020-03-31  Tom LaneFix race condition in statext_store().
2020-03-31  Bruce Momjiandoc: adjust UPDATE/DELETE's FROM/USING to match SELECT...
2020-03-31  Tom LaneStill another try at stabilizing stats_ext test results.
2020-03-31  Alvaro HerreraRemove header noise from test_decoding test
2020-03-31  Fujii MasaoImprove the message logged when recovery is paused.
2020-03-31  Bruce MomjianAllow ecpg to be built stand-alone, allow parallel...
2020-03-31  Tom LaneTeach pg_ls_dir_files() to ignore ENOENT failures from...
2020-03-31  Tom LaneFix lquery's NOT handling, and add ability to quantify...
2020-03-31  Tom LaneImprove error messages in ltree_in and lquery_in.
2020-03-31  Alexander KorotkovImprove error reporting in opclasscmds.c
2020-03-31  Magnus HaganderFix assorted typos
2020-03-31  Peter EisentrautFix INSERT OVERRIDING USER VALUE behavior
2020-03-31  Michael PaquierMove routine definitions of xlogarchive.c to a new...
2020-03-31  Peter EisentrautUpdate SQL features
2020-03-31  Amit KapilaAvoid calls to RelationGetRelationName() and RelationGe...
2020-03-31  Peter GeogheganFurther simplify nbtree high key truncation.
2020-03-30  Michael PaquierRevert "Skip redundant anti-wraparound vacuums"
2020-03-30  Peter GeogheganRefactor nbtree high key truncation.
2020-03-30  Andres FreundDeduplicate PageIsNew() check in lazy_scan_heap().
2020-03-30  Alexander KorotkovFix missing SP-GiST support in 911e702077
2020-03-30  Alexander KorotkovRemove rudiments of supporting procnum == 0 from 911e702077
2020-03-30  Peter GeogheganConsistently truncate non-key suffix columns.
2020-03-30  Alexander KorotkovImplement operator class parameters
2020-03-30  Peter EisentrautAllow using Unix-domain sockets on Windows in tests
2020-03-30  Tom LaneBe more careful about extracting encoding from locale...
2020-03-30  David RowleyAttempt to fix unstable regression tests, take 2
2020-03-30  Fujii MasaoReport waiting via PS while recovery is waiting for...
2020-03-30  Peter EisentrautImprove handling of parameter differences in physical...
2020-03-30  Peter EisentrautAdd new part SQL/MDA to information_schema.sql_parts
2020-03-30  Fujii MasaoAllow the planner-related functions and hook to accept...
2020-03-30  Fujii MasaoExpose BufferUsageAccumDiff().
2020-03-30  Amit KapilaIntroduce vacuum errcontext to display additional infor...
2020-03-29  Tom LaneCosmetic improvements in ltree code.
2020-03-29  Tom LaneDoc: correct misstatement about ltree label maximum...
2020-03-29  Peter EisentrautDocument color support
2020-03-29  Peter Eisentrautpg_regress: Observe TMPDIR
2020-03-29  Peter EisentrautUpdate SQL features
2020-03-29  David RowleyAttempt to fix unstable regression tests
2020-03-29  Peter GeogheganMake deduplication use number of key attributes.
2020-03-28  Tom LaneFix lquery's behavior for consecutive '*' items.
2020-03-28  Tom LaneProtect against overflow of ltree.numlevel and lquery...
2020-03-28  Andres FreundEnsure snapshot is registered within ScanPgRelation().
2020-03-28  Jeff DavisFix costing for disk-based hash aggregation.
2020-03-28  Dean RasheedImprove the performance and accuracy of numeric sqrt...
2020-03-28  Peter EisentrautEnable Unix-domain sockets support on Windows
2020-03-28  Dean RasheedPrevent functional dependency estimates from exceeding...
2020-03-28  Peter EisentrautCleanup in SQL features files
2020-03-28  David RowleyTrigger autovacuum based on number of INSERTs
2020-03-27  Peter GeogheganJustify nbtree page split locking in code comment.
2020-03-27  Alvaro HerreraAllow walreceiver configuration to change on reload
2020-03-27  Alvaro HerreraSet wal_receiver_create_temp_slot PGC_POSTMASTER
2020-03-27  Tom LaneRearrange validity checks for plpgsql "simple" expressions.
2020-03-27  Peter EisentrautUpdate SQL features
next