users/rhaas/postgres.git
2023-01-20 Andres FreundUse dlists instead of SHM_QUEUE for predicate locking
2023-01-20 Amit KapilaImprove the description of Output Plugin Callbacks.
2023-01-20 Michael PaquierSupport the same patterns for pg-user in pg_ident.conf...
2023-01-20 Tom LaneAvoid harmless warning from pg_dump --if-exists mode.
2023-01-20 David RowleyUse appendStringInfoSpaces in more places
2023-01-19 Tom LaneImprove comment about GetWALAvailability's WALAVAIL_REM...
2023-01-19 Tom LaneFix ts_headline() to handle ORs and phrase queries...
2023-01-19 Tom LaneLog the correct ending timestamp in recovery_target_xid...
2023-01-19 Alvaro HerreraRemove some dead code in selfuncs.c
2023-01-19 Peter EisentrautConstify proclist.h
2023-01-19 Michael Paquierdoc: Fix some issues in logical replication section
2023-01-19 Michael PaquierAdd missing assign hook for GUC checkpoint_completion_t...
2023-01-19 Michael PaquierFix failure with perlcritic in psql's create_help.pl
2023-01-18 Tom LaneFix AdjustUpgrade.pm's view conversion list for --with...
2023-01-18 Tom LaneUpdate expected/collate.windows.win1252.out for 47bb9db75.
2023-01-18 Andres FreundUse dlists instead of SHM_QUEUE for syncrep queue
2023-01-18 Andres FreundUse dlist/dclist instead of PROC_QUEUE / SHM_QUEUE...
2023-01-18 Andres FreundAdd detached node functions to ilist
2023-01-18 Andres FreundFix ILIST_DEBUG build
2023-01-18 Tom LaneGet rid of the "new" and "old" entries in a view's...
2023-01-18 Tom LaneRemove redundant grouping and DISTINCT columns.
2023-01-18 Amit KapilaDisplay the leader apply worker's PID for parallel...
2023-01-18 Michael PaquierRefactor code for restoring files via shell commands
2023-01-17 Michael PaquierConstify the arguments of copydir.h functions
2023-01-17 Tom LaneDoc: fix a few oddly-spelled SGML ID attributes.
2023-01-17 Andres Freundmeson: Add two missing regress tests
2023-01-17 Tom LaneAdjustUpgrade.pm should zap test_ext_cine, too.
2023-01-17 Peter EisentrautRefactor recordExtObjInitPriv()
2023-01-17 Peter EisentrautRemove AggregateRelationId from recordExtObjInitPriv()
2023-01-17 John NaylorRemove redundant relkind check
2023-01-17 John NaylorRemove dead code in formatting.c
2023-01-17 Amit KapilaImprove the code to decide and process the apply action.
2023-01-17 Amit KapilaFix typo in comment.
2023-01-17 Michael PaquierTrack behavior of \1 in pg_ident.conf when quoted
2023-01-17 David RowleyDon't presort ORDER BY/DISTINCT Aggrefs with volatile...
2023-01-17 Tom LaneCreate common infrastructure for cross-version upgrade...
2023-01-16 Peter GeogheganTighten up VACUUM's approach to setting VM bits.
2023-01-16 Robert HaasAssorted improvements to SECURITY DEFINER functions...
2023-01-16 Robert HaasMore documentation update for GRANT ... WITH SET OPTION.
2023-01-16 Peter EisentrautAdd BufFileRead variants with short read and EOF detection
2023-01-16 Peter EisentrautFix some BufFileRead() error reporting
2023-01-16 Michael PaquierRefactor code in charge of running shell-based recovery...
2023-01-16 Michael PaquierStore IdentLine->pg_user as an AuthToken
2023-01-15 Tom LaneRemove arbitrary FUNC_MAX_ARGS limit in int2vectorin...
2023-01-15 Tom LaneMake new GENERATED-expressions code more bulletproof.
2023-01-14 Tatsuo IshiiDoc: fix typo in backup.sgml.
2023-01-14 Jeff DavisFix MAINTAIN privileges for toast tables and partitions.
2023-01-13 Andres FreundAdd 250c8ee07ed to git-blame-ignore-revs
2023-01-13 Andres FreundManual cleanup and pgindent of pgstat and bufmgr relate...
2023-01-13 Jeff DavisClean up useless "skipping" messages for VACUUM/ANALYZE.
2023-01-13 Jeff DavisSimplify permissions for LOCK TABLE.
2023-01-13 Amit KapilaIgnore dropped and generated columns from the column...
2023-01-13 Amit KapilaAvoid creating parallel apply state hash table unless...
2023-01-13 Michael PaquierAdd tests for regex replacement with \1 in pg_ident...
2023-01-13 Michael Paquierdoc: Simplify description of functions for pg_walinspect
2023-01-12 Thomas MunroFix WaitEventSetWait() buffer overrun.
2023-01-12 Alexander KorotkovFix jsonpath existense checking of missing variables
2023-01-12 Peter EisentrautConstify the arguments of ilist.c/h functions
2023-01-12 Peter EisentrautCode cleanup
2023-01-12 Michael PaquierRename some variables related to ident files in hba...
2023-01-12 Michael PaquierFix incorrect comment in hba.h
2023-01-12 Michael PaquierAcquire spinlock when updating 2PC slot data during...
2023-01-12 Tom LaneRevert "Get rid of the "new" and "old" entries in a...
2023-01-12 Thomas MunroRefactor DetermineSleepTime() to use milliseconds.
2023-01-12 Thomas MunroUse WaitEventSet API for postmaster's event loop.
2023-01-12 Tom LaneDoc: fix silly thinko in 8bf6ec3ba.
2023-01-12 Peter GeogheganMake lazy_vacuum_heap_rel match lazy_scan_heap.
2023-01-12 Peter Geogheganvacuumlazy.c: Tweak local variable name.
2023-01-12 Peter GeogheganRename and relocate freeze plan dedup routines.
2023-01-12 Tom LaneGet rid of the "new" and "old" entries in a view's...
2023-01-11 Michael PaquierAdd support for tab completion after ALTER EXTENSION...
2023-01-11 Peter GeogheganImprove TransactionIdDidAbort() documentation.
2023-01-11 Tom LaneImprove handling of inherited GENERATED expressions.
2023-01-11 Tom LaneDon't leave roles behind after core regression tests.
2023-01-11 Peter EisentrautFix MSVC build
2023-01-11 Peter EisentrautCommon function for percent placeholder replacement
2023-01-11 Michael PaquierFix typos in code and comments
2023-01-11 Michael PaquierRemove function declarations from headers for some...
2023-01-10 David RowleyHave the planner consider Incremental Sort for DISTINCT
2023-01-10 Robert HaasAdd new GUC createrole_self_grant.
2023-01-10 Robert HaasRestrict the privileges of CREATEROLE users.
2023-01-10 Dean RasheedFix MERGE's test for unreachable WHEN clauses.
2023-01-10 Peter EisentrautNew header varatt.h split off from postgres.h
2023-01-10 Amit KapilaDocument the newly added wait events added by commit...
2023-01-10 Tom LaneRound off random_normal() test results one more decimal...
2023-01-10 Amit KapilaFix the display of lock information for specktoken.
2023-01-10 Tom LaneRemove pg_regress' never-documented "ignore" feature.
2023-01-10 Tom LaneUpgrade the random.sql regression test.
2023-01-09 Tom LaneDoc: add XML ID attributes to <sectN> and <varlistentry...
2023-01-09 Tom LaneInvent random_normal() to provide normally-distributed...
2023-01-09 John NaylorRemove redundant setting of tuplesort status
2023-01-09 Amit KapilaFix the file mode of worker.c changed by the commit...
2023-01-09 David RowleyAllow left join removals and unique joins on partitione...
2023-01-09 Amit KapilaPerform apply of large transactions by parallel workers.
2023-01-08 Tom LaneDoc: improve commentary about providing our own definit...
2023-01-08 Alexander KorotkovImprove GIN cost estimation
2023-01-08 Alexander KorotkovExtract the multiplier for CPU process cost of index...
2023-01-07 Tomas VondraCheck relkind before using TABLESAMPLE in postgres_fdw
2023-01-07 Dean Rasheedpsql: Add support for \dpS and \zS.
2023-01-07 Amit KapilaRemove the streaming files for incomplete xacts after...
next