]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2020-03-26  Tom LaneImprove performance of "simple expressions" in PL/pgSQL.
2020-03-26  Tom LaneEnsure that plpgsql cleans up cleanly during parallel...
2020-03-26  Magnus HaganderDocument that pg_checksums exists in checksums README
2020-03-26  Peter EisentrautDrop slot's LWLock before returning from SaveSlotToPath()
2020-03-26  Tom LaneFurther fixes for ssl_passphrase_callback test module.
2020-03-26  Andrew DunstanDon't listen to localhost in ssl_passphrase_callback...
2020-03-25  Tom LaneFix assorted portability issues in commit 896fcdb23.
2020-03-25  Andrew DunstanProvide a TLS init hook
2020-03-25  Alvaro Herrerapg_dump new test: Change order of arguments
2020-03-25  Alvaro Herrerapg_dump: Allow dumping data of specific foreign servers
2020-03-25  Tom LaneGo back to returning int from ereport auxiliary functions.
2020-03-25  Peter EisentrautDefine EXEC_BACKEND in pg_config_manual.h
2020-03-25  Peter EisentrautUpdate SQL features
2020-03-25  Thomas MunroAdd collation versions for Windows.
2020-03-25  Thomas MunroAllow NULL version for individual collations.
2020-03-25  Jeff DavisConsider disk-based hash aggregation to implement DISTINCT.
2020-03-25  Jeff DavisAvoid allocating unnecessary zero-sized array.
2020-03-24  Peter GeogheganFix nbtree deduplication README commentary.
2020-03-24  Andres Freundlogical decoding: Remove TODO about unnecessary optimiz...
2020-03-24  Peter EisentrautFix compiler warning on Cygwin
2020-03-24  Tom LaneImprove the internal implementation of ereport().
2020-03-24  Tom LaneRe-implement the ereport() macro using __VA_ARGS__.
2020-03-24  Peter EisentrautFix compiler warning
2020-03-24  Tom LaneDoc: fix broken markup.
2020-03-24  Peter EisentrautSome refactoring of logical/worker.c
2020-03-24  Peter EisentrautAdd support for other normal forms to Unicode normaliza...
2020-03-24  Andres FreundReport wait event for cost-based vacuum delay.
2020-03-24  Fujii MasaoPrefer standby promotion over recovery pause.
2020-03-24  Michael PaquierMove routine building restore_command to src/common/
2020-03-24  Fujii MasaoAdd wait events for WAL archive and recovery pause.
2020-03-24  Jeff DavisReduce test time for disk-based Hash Aggregation.
2020-03-24  Fujii MasaoReport NULL as total backup size if it's not estimated.
2020-03-23  Jeff DavisFixes for Disk-based Hash Aggregation.
2020-03-23  Bruce Momjiandocs: add backend_type to file-fdw CSV log example
2020-03-23  Andres FreundAdd regression tests for constraint errors in partition...
2020-03-23  Alexander KorotkovFix ordering in typedefs.list
2020-03-23  Tom LaneDoc: explain that LIKE et al can be used in ANY (sub...
2020-03-23  Tom LaneFix our getopt_long's behavior for a command line argum...
next