users/rhaas/postgres.git
2021-04-08 Thomas MunroOptionally prefetch referenced data in recovery.
2021-04-08 Thomas MunroAdd circular WAL decoding buffer.
2021-04-08 Thomas MunroRemove read_page callback from XLogReader.
2021-04-08 David RowleyCleanup partition pruning step generation
2021-04-08 Peter EisentrautAdd ORDER BY to some regression test queries
2021-04-08 Magnus HaganderAdd functions to wait for backend termination
2021-04-08 Peter Eisentrautdoc: Prefer explicit JOIN syntax over old implicit...
2021-04-08 Magnus HaganderTrack identical top vs nested queries independently...
2021-04-08 Peter EisentrautUpdate Unicode data to CLDR 39
2021-04-08 Thomas MunroProvide ReadRecentBuffer() to re-pin buffers by ID.
2021-04-08 Alvaro Herreraautovacuum: handle analyze for partitioned tables
2021-04-08 Andres FreundCope with NULL query string in ExecInitParallelPlan().
2021-04-08 Amit KapilaFix typo in jsonfuncs.c.
2021-04-08 Alvaro HerreraRepair find_inheritance_children with no active snapshot
2021-04-08 Tom LaneAllow psql's \df and \do commands to specify argument...
2021-04-08 Bruce MomjianAdd csvlog output for the new query_id value
2021-04-07 Peter GeogheganTeach VACUUM to bypass unnecessary index vacuuming.
2021-04-07 Bruce MomjianFix regression test failure caused by commit 4f0b0966c8
2021-04-07 Michael PaquierFix some failures with connection tests on Windows...
2021-04-07 Peter EisentrautSQL-standard function body
2021-04-07 Peter GeogheganAdd wraparound failsafe to VACUUM.
2021-04-07 Bruce MomjianMake use of in-core query id added by commit 5fd9dfa5f5
2021-04-07 Robert Haasamcheck: fix multiple problems with TOAST pointer valid...
2021-04-07 Bruce MomjianMove pg_stat_statements query jumbling to core.
2021-04-07 Tom LaneRemove channel binding requirement from clientcert...
2021-04-07 Tom LaneComment cleanup for a1115fa07.
2021-04-07 Robert Haasamcheck: Remove duplicate XID/MXID bounds checks.
2021-04-07 Peter GeogheganTruncate line pointer array during VACUUM.
2021-04-07 Tom LaneTighten up allowed names for custom GUC parameters.
2021-04-07 Tomas VondraDon't add non-existent pages to bitmap from BRIN
2021-04-07 Peter Eisentrautlibpq: Set Server Name Indication (SNI) for SSL connections
2021-04-07 Magnus HaganderRefactor hba_authname
2021-04-07 Peter Eisentrautdoc: Improve wording
2021-04-07 Heikki LinnakangasRevert "Add sortsupport for gist_btree opclasses, for...
2021-04-07 Heikki LinnakangasAdd sortsupport for gist_btree opclasses, for faster...
2021-04-07 Peter EisentrautFix use of cursor sensitivity terminology
2021-04-07 Peter EisentrautMessage improvement
2021-04-07 Michael PaquierRemove redundant memset(0) calls for page init of some...
2021-04-07 Michael PaquierAdd some information about authenticated identity via...
2021-04-06 Fujii MasaoFix test added by commit 9de9294b0c.
2021-04-06 Tom LanePostpone some more stuff out of ExecInitModifyTable.
2021-04-06 David RowleyFix compiler warning for MSVC in libpq_pipeline.c
2021-04-06 Tom LanePostpone some stuff out of ExecInitModifyTable.
2021-04-06 Fujii Masaopostgres_fdw: Allow partitions specified in LIMIT TO...
2021-04-06 Andres FreundIncrement xactCompletionCount during subtransaction...
2021-04-06 Peter GeogheganRemove tupgone special case from vacuumlazy.c.
2021-04-06 Tom LaneFix missing #include in nodeResultCache.h.
2021-04-06 Peter Eisentrautpsql: Show all query results by default
2021-04-06 Tomas VondraFix handling of clauses incompatible with extended...
2021-04-06 Peter GeogheganRefactor lazy_scan_heap() loop.
2021-04-06 Tom LaneClean up treatment of missing default and CHECK-constra...
2021-04-06 Fujii MasaoStop archive recovery if WAL generated with wal_level...
2021-04-06 Heikki LinnakangasMark test_enc_conversion() as STRICT.
2021-04-06 Dean Rasheedpgbench: Function to generate random permutations.
2021-04-06 Etsuro FujitaAdjust input value to WaitEventSetWait() in ExecAppendA...
2021-04-06 Peter EisentrautALTER SUBSCRIPTION ... ADD/DROP PUBLICATION
2021-04-06 Amit KapilaFix the tests added by commit ac4645c015.
2021-04-06 David RowleyFix compiler warning in fe-trace.c for MSVC
2021-04-06 Peter EisentrautChange return type of EXTRACT to numeric
2021-04-06 Fujii MasaoFix typo in pgstat.c.
2021-04-06 Fujii MasaoAdd function to log the memory contexts of specified...
2021-04-06 Michael PaquierFix some issues with SSL and Kerberos tests
2021-04-06 Amit KapilaAllow pgoutput to send logical decoding messages.
2021-04-06 Amit KapilaRefactor function parse_output_parameters.
2021-04-06 Michael PaquierChange PostgresNode::connect_fails() to never send...
2021-04-06 Peter GeogheganAllocate access strategy in parallel VACUUM workers.
2021-04-05 Tom LaneSupport INCLUDE'd columns in SP-GiST.
2021-04-05 Peter GeogheganPropagate parallel VACUUM's buffer access strategy.
2021-04-05 Peter GeogheganSimplify state managed by VACUUM.
2021-04-05 Stephen FrostAdd pg_read_all_data and pg_write_all_data roles
2021-04-05 Fujii MasaoShut down transaction tracking at startup process exit.
2021-04-05 Alvaro HerreraAlign some terms in arch-dev.sgml to glossary
2021-04-05 Peter EisentrautRenumber cursor option flags
2021-04-05 Michael PaquierFix typo in collationcmds.c
2021-04-05 Michael PaquierRefactor all TAP test suites doing connection checks
2021-04-04 Tom LaneFix more confusion in SP-GiST.
2021-04-04 Tom LaneFix confusion in SP-GiST between attribute type and...
2021-04-04 Tomas VondraFix bug in brin_minmax_multi_union
2021-04-04 Tomas VondraAdd regression test for minmax-multi macaddr8 type
2021-04-04 Tomas VondraFix order of parameters in BRIN minmax-multi calls
2021-04-04 Tomas VondraFix BRIN minmax-multi distance for inet type
2021-04-04 Tomas VondraFix BRIN minmax-multi distance for timetz type
2021-04-04 Tomas VondraFix BRIN minmax-multi distance for interval type
2021-04-03 Tom LaneImprove psql's behavior when the editor is exited witho...
2021-04-03 Andres FreundImprove efficiency of wait event reporting, remove...
2021-04-03 Andres FreundSplit backend status and progress related functionality...
2021-04-03 Michael PaquierUse more verbose matching patterns for errors in SSL...
2021-04-03 Michael PaquierRefactor HMAC implementations
2021-04-03 Andres FreundDo not rely on pgstat.h to indirectly include storage...
2021-04-03 Andres FreundSplit wait event related code from pgstat.[ch] into...
2021-04-02 David RowleyRemove useless Asserts in Result Cache code
2021-04-02 Bruce MomjianUse macro MONTHS_PER_YEAR instead of '12' in /ecpg...
2021-04-02 Thomas MunroDetect POLLHUP/POLLRDHUP while running queries.
2021-04-02 Joe ConwayClarify documentation of RESET ROLE
2021-04-02 Fujii Masaopg_checksums: Fix progress reporting.
2021-04-02 Tom LaneStrip file names reported in error messages on Windows...
2021-04-02 Andrew DunstanFix typo in 6d7a6feac4
2021-04-02 Fujii Masaopostgres_fdw: Add option to control whether to keep...
2021-04-02 Peter EisentrautAdd support for NullIfExpr in eval_const_expressions
2021-04-02 Fujii MasaoFix pgstat_report_replslot() to use proper data types...
next