users/rhaas/postgres.git
2022-04-19 Robert Haasbackend-private struct xlogacceptwrites
2022-04-19 Robert HaasRemove previous timeline ID from checkpoint.
2022-04-19 Robert HaasRemove the end-of-recovery checkpoint in all cases.
2022-04-19 Tatsuo IshiiFix aggregate logging of pgbench.
2022-04-19 Amit KapilaFix the check to limit sync workers.
2022-04-19 Tom LaneAdd missing error handling in pg_md5_hash().
2022-04-18 Tom LaneAvoid invalid array reference in transformAlterTableStmt().
2022-04-18 Michael PaquierFix second race condition in 002_archiving.pl with...
2022-04-18 Amit KapilaAdd additional documentation for row filters.
2022-04-18 Michael PaquierFix race in TAP test 002_archiving.pl when restoring...
2022-04-18 Michael PaquierHandle compression level in pg_receivewal for LZ4
2022-04-17 Noah MischAdd a temp-install prerequisite to src/interfaces/ecpg...
2022-04-16 Thomas MunroDon't retry restore_command while reading ahead.
2022-04-16 Andres Freundpgstat: Use correct lock level in pgstat_drop_all_entri...
2022-04-16 Tom LaneFix incorrect logic in HaveRegisteredOrActiveSnapshot().
2022-04-16 Andrew DunstanBuild libpq test programs under MSVC
2022-04-16 Peter EisentrautFix some trailing whitespace in documentation files
2022-04-16 Noah MischUse standard timeout, in 010_pg_basebackup.pl.
2022-04-15 Peter GeogheganFix multi-table VACUUM VERBOSE accounting.
2022-04-15 Tom Lanepsql: fix \l display for pre-v15 databases.
2022-04-15 Tom LaneTighten ComputeXidHorizons' handling of walsenders.
2022-04-15 Peter GeogheganVACUUM VERBOSE: Show dead items for an empty table.
2022-04-15 Peter GeogheganAdjust VACUUM's removable cutoff log message.
2022-04-15 Tom LaneRevert "Temporarily add some probes of tenk1's relallvi...
2022-04-15 Andrew DunstanSmall cleanups in SQL/JSON code
2022-04-15 Andres Freundpgstat: set timestamps of fixed-numbered stats after...
2022-04-14 Alvaro HerreraHave CLUSTER ignore partitions not owned by caller
2022-04-14 Alvaro HerreraReword text on ROW SHARE lock as acquired by SELECT...
2022-04-14 Tom LaneTemporarily add some probes of tenk1's relallvisible...
2022-04-14 Andrew DunstanImprove a couple of sql/json error messages
2022-04-14 Andrew DunstanFix transformJsonBehavior
2022-04-14 Michael Paquierpageinspect: Fix handling of all-zero pages
2022-04-13 David RowleyAdd missing spaces after single-line comments
2022-04-13 David RowleyDocs: fix some spelling mistakes and also do some words...
2022-04-13 Tom LaneFix case sensitivity in psql's tab completion for GUC...
2022-04-13 Tom LaneFurther tweak the default behavior of psql's \dconfig.
2022-04-13 Tom LanePrevent access to no-longer-pinned buffer in heapam_tup...
2022-04-13 Alvaro HerreraRemove extraneous blank lines before block-closing...
2022-04-13 Alvaro HerreraRelease cache tuple when no longer needed
2022-04-13 Andrew DunstanFix finalization for json_objectagg and friends
2022-04-13 Peter EisentrautFix incorrect format placeholders
2022-04-13 David RowleyDocs: wording improvement for compute_query_id = regress
2022-04-13 Michael PaquierRemove "recheck" argument from check_index_is_clusterable()
2022-04-13 David RowleyDocs: tidy up various usages of the productname tag
2022-04-13 Michael PaquierRework compression options of pg_receivewal
2022-04-13 David RowleyDocs: adjust wording about basebackup_to_shell's requir...
2022-04-12 David RowleyDocs: adjust pg_upgrade syntax to mark -B as optional
2022-04-12 Tom LaneDoc: tweak textsearch.sgml for SEO purposes.
2022-04-12 David RowleyDocs: avoid confusing use of the word "synchronized"
2022-04-12 Robert HaasRevert the addition of GetMaxBackends() and related...
2022-04-12 Tom LaneRemove not-very-useful early checks of __pg_log_level...
2022-04-12 Tom LaneDoc: update description of random() function.
2022-04-12 Peter EisentrautUse WRITE_ENUM_FIELD for enum field
2022-04-12 Peter EisentrautMake node output prefix match node structure name
2022-04-12 Alvaro Herreraadjust_partition_colnos mustn't be called if not needed
2022-04-12 Thomas MunroFix documentation for pg_stat_recovery_prefetch.
2022-04-12 Amit KapilaFix grammatical errors and typos in logical replication...
2022-04-12 Michael PaquierRemove WalCompressionMethod in favor of pg_compress_alg...
2022-04-12 Alvaro HerreraChange mechanism to set up source targetlist in MERGE
2022-04-12 Michael PaquierRename backup_compression.{c,h} to compression.{c,h}
2022-04-11 Tom LaneMake XLogRecGetBlockTag() throw error if there's no...
2022-04-11 Peter GeogheganRemove comment about historic heap vacuuming issue.
2022-04-11 Tom LaneRemove dead code in do_pg_backup_start().
2022-04-11 Tom LaneTweak the default behavior of psql's \dconfig.
2022-04-11 Tom LaneExplicitly ignore guaranteed-true result from pgstat_lo...
2022-04-11 Tom Lanefgetc() returns int, not char.
2022-04-11 Jeff DavisDoc build fix: remove tab from filelist.sgml.
2022-04-11 Andrew DunstanImprove readability of SQL/JSON documentation.
2022-04-11 Peter EisentrautAdd color support for new frontend detail/hint messages
2022-04-11 Tom LaneAvoid re-writing files unnecessarily in src/tools/copyr...
2022-04-11 Robert Haasdocs: Note the recovery_min_apply_delay bloats pg_wal.
2022-04-11 David RowleyDocs: Mention that relpersistence is for sequences...
2022-04-11 David RowleyFix various typos and spelling mistakes in code comments
2022-04-11 David RowleyDocs: Fix various mistakes and typos
2022-04-11 Michael PaquierFix the dates of some copyright notices
2022-04-11 Peter EisentrautPut new command-line options into alphabetical order...
2022-04-11 Michael Paquierdoc: Clarify behavior of query planner locking with...
2022-04-10 Daniel GustafssonDoc: fix typos in documentation
2022-04-10 Tom LaneDoc: reformat descriptions of pgbench output formats.
2022-04-10 Andrew DunstanFix pgperlsyncheck following SSL TAP test refactoring
2022-04-10 Andrew DunstanAdd timestamp and elapsed time decorations to TAP test...
2022-04-09 Tom LaneDoc: shorten JSON_SERIALIZE example to avoid a PDF...
2022-04-09 Peter EisentrautFix whitespace
2022-04-09 Peter EisentrautAdd missing serial commas
2022-04-09 Peter EisentrautAdd missing source files to nls.mk
2022-04-08 Tom LaneSilence compiler warnings for unsupported compression...
2022-04-08 Tom LaneImprove frontend error logging style.
2022-04-08 Tom LaneFix busted .gitignore entry.
2022-04-08 Robert HaasRename delayChkpt to delayChkptFlags.
2022-04-08 Peter Eisentrautpsql: Fix translation marking
2022-04-08 Robert HaasApply PGDLLIMPORT markings broadly.
2022-04-08 Robert HaasHelper script to apply PGDLLIMPORT markings.
2022-04-08 Magnus HaganderAdd JIT counters to pg_stat_statements
2022-04-08 Jeff DavisFix buildfarm failures in pg_walinspect tests.
2022-04-08 Jeff DavisCheck XLogRecHasBlockRef() before XLogRecHasBlockImage().
2022-04-08 Jeff DavisFix buildfarm failure from commit 2258e76f90.
2022-04-08 Jeff DavisAdd contrib/pg_walinspect.
2022-04-08 Peter EisentrautRemove error message hints mentioning configure options
2022-04-08 Andres Freundpgstat: Update docs to match the shared memory stats...
2022-04-08 Michael Paquierpg_stat_statements: Track I/O timing for temporary...
next