postgresql.git
2021-05-03 Peter EisentrautPrevent lwlock dtrace probes from unnecessary work
2021-05-03 Peter EisentrautRemove unused function argument
2021-05-03 Peter Eisentrautlibpq: Refactor some error messages for easier translation
2021-05-03 Peter EisentrautFactor out system call names from error messages
2021-05-03 Amit KapilaFix the computation of slot stats for 'total_bytes'.
2021-05-03 Alexander KorotkovMake websearch_to_tsquery() parse text in quotes as...
2021-05-01 Bruce MomjianRevert use singular for -1 (commits 9ee7d533da and...
2021-04-30 Tom LaneDoc: add an example of a self-referential foreign key...
2021-04-30 Tom LaneDoc: update libpq's documentation for PQfn().
2021-04-30 Tom LaneDisallow calling anything but plain functions via the...
2021-04-30 Amit KapilaFix the bugs in selecting the transaction for streaming.
2021-04-30 David RowleyAdjust EXPLAIN output for parallel Result Cache plans
2021-04-30 Amit KapilaAnother try to fix the test case added by commit f5fc2f...
2021-04-29 Tom LaneImprove wording of some pg_upgrade failure reports.
2021-04-29 Tom LaneFix some more omissions in pg_upgrade's tests for non...
2021-04-29 Alvaro HerreraImprove documentation for default_tablespace on partiti...
2021-04-29 Peter Eisentrautpsql: Fix line continuation prompts for unbalanced...
2021-04-29 Peter Eisentrautpg_hba.conf.sample: Reword connection type section
2021-04-29 Michael Paquierdoc: Fix description of target_session_attrs=prefer...
2021-04-28 Tom LaneAdd heuristic incoming-message-size limits in the server.
2021-04-28 Alvaro HerreraAllow a partdesc-omitting-partitions to be cached
2021-04-28 Tom LaneDoc: fix discussion of how to get real Julian Dates.
2021-04-28 Michael PaquierFix use-after-release issue with pg_identify_object_as_...
2021-04-28 Michael PaquierFix pg_identify_object_as_address() with event triggers
2021-04-27 Andrew DunstanImprove logic in PostgresVersion.pm
2021-04-27 Fujii Masaodoc: Review for "Allow TRUNCATE command to truncate...
2021-04-27 Fujii MasaoDon't pass "ONLY" options specified in TRUNCATE to...
2021-04-27 Amit KapilaUse HTAB for replication slot statistics.
2021-04-27 Amit KapilaFix Logical Replication of Truncate in synchronous...
2021-04-26 Alvaro Herrerapsql: tab-complete ALTER ... DETACH CONCURRENTLY /...
2021-04-26 Tom LaneRemove rewriteTargetListIU's expansion of view targetli...
2021-04-26 Tom LaneDoc: document EXTRACT(JULIAN ...), improve Julian Date...
2021-04-26 Peter EisentrautFix pg_upgrade test on Cygwin
2021-04-26 Michael PaquierAdd more tests with triggers on partitions for logical...
2021-04-26 Amit KapilaAvoid sending prepare multiple times while decoding.
2021-04-26 Peter EisentrautRemove unused function argument
2021-04-26 Amit KapilaFix typo in reorderbuffer.c.
2021-04-25 Tom LaneUpdate comments for rewriteTargetListIU().
2021-04-25 Noah MischMake a test endure log_error_verbosity=verbose.
2021-04-24 Andrew DunstanProvide pg_amcheck with an --install-missing option
2021-04-24 Andrew DunstanTeach PostgresVersion all the ways to mark non-release...
2021-04-24 Michael PaquierFix come comments in execMain.c
2021-04-24 Michael PaquierDoc: Remove extraneous whitespaces with some tags
2021-04-24 Michael PaquierAdd some forgotten LSN_FORMAT_ARGS() in xlogreader.c
2021-04-23 Peter Geogheganamcheck: MAXALIGN() nbtree special area offset.
2021-04-23 Peter EisentrautFactor out system call names from error messages
2021-04-23 Peter EisentrautUse correct format placeholder for WSAGetLastError()
2021-04-23 Alexander KorotkovMark multirange_constructor0() and multirange_construct...
2021-04-23 Fujii MasaoReorder COMPRESSION option in gram.y and parsenodes...
2021-04-23 Magnus HaganderMention that toplevel is part of pg_stat_statements...
2021-04-23 Peter Eisentrautpg_amcheck: Use logging functions
2021-04-23 Peter Eisentrautdoc: Fix typos
2021-04-23 Fujii Masaodoc: Fix obsolete description about pg_basebackup.
2021-04-23 Peter EisentrautFix incorrect format placeholder
2021-04-23 Michael PaquierFix some comments in fmgr.c
2021-04-23 Michael PaquierRemove use of [U]INT64_FORMAT in some translatable...
2021-04-23 Etsuro FujitaMinor code cleanup in asynchronous execution support.
2021-04-22 Tom LaneDon't crash on reference to an un-available system...
2021-04-22 Peter EisentrautFix some trailing whitespace in documentation files
2021-04-22 Alvaro HerreraFix uninitialized memory bug
2021-04-22 Bruce Momjiandoc: mention <link> can be inside of <command>, but...
2021-04-22 Andrew DunstanMake PostgresVersion code a bit more robust and simple.
2021-04-22 Alvaro HerreraFix relcache inconsistency hazard in partition detach
2021-04-22 Tom LaneDoc: document the tie-breaking behavior of the round...
2021-04-22 Andrew DunstanMake PostgresNode version aware
2021-04-22 Michael PaquierFix relation leak for subscribers firing triggers in...
2021-04-22 Michael Paquierdoc: Move parallel_leader_participation to its correct...
2021-04-21 Alvaro HerreraAdd comment about extract_autovac_opts not holding...
2021-04-21 Alvaro HerreraDon't add a redundant constraint when detaching a partition
2021-04-21 Andrew Dunstanfix silly perl error in commit d064afc720
2021-04-21 Peter EisentrautUpdate config.guess and config.sub
2021-04-21 Andrew DunstanOnly ever test for non-127.0.0.1 addresses on Windows...
2021-04-21 Peter EisentrautAdd DISTINCT to information schema usage views
2021-04-21 Peter EisentrautUse correct format placeholder for timeline IDs
2021-04-21 Peter Eisentrautdoc: Improve hyphenation consistency
2021-04-21 Peter EisentrautDon't use INT64_FORMAT inside message strings
2021-04-21 Peter EisentrautFix typo
2021-04-21 Michael Paquierdoc: List compute_query_id in required config for pg_st...
2021-04-21 Michael PaquierAdd CURRENT_ROLE to list of roles for tab completion...
2021-04-20 Tom LaneImprove WAL record descriptions for SP-GiST records.
2021-04-20 Tom LaneFix under-parenthesized XLogRecHasBlockRef() macro.
2021-04-20 Bruce MomjianFix interaction of log_line_prefix's query_id and log_s...
2021-04-20 Bruce Momjianadjust query id feature to use pg_stat_activity.query_id
2021-04-20 Tom LaneRename find_em_expr_usable_for_sorting_rel.
2021-04-20 Tom LaneFix planner failure in some cases of sorting by an...
2021-04-20 Andrew DunstanAvoid unfortunate IPC::Run path caching in PostgresNode
2021-04-20 Magnus HaganderFix typo in comment
2021-04-20 Peter GeogheganDocument LP_DEAD accounting issues in VACUUM.
2021-04-19 Peter EisentrautUse correct format placeholder for pids
2021-04-19 Amit KapilaFix test case added by commit f5fc2f5b23.
2021-04-19 Michael PaquierFix typos and grammar in comments and docs
2021-04-19 Michael PaquierReplace magic constants for seek() calls in perl scripts
2021-04-18 Thomas MunroExplain postmaster's treatment of SIGURG.
2021-04-18 Peter EisentrautAdd missing source files to nls.mk
2021-04-17 Peter Eisentrautdoc: Fix up spacing around verbatim DocBook elements
2021-04-17 Peter EisentrautUse correct format placeholder for block numbers
2021-04-17 Tom LaneRethink extraction of collation dependencies.
2021-04-16 Tom LaneUpdate dummy prosrc values.
2021-04-16 Tom LaneConvert built-in SQL-language functions to SQL-standard...
2021-04-16 Tom LaneSplit function definitions out of system_views.sql...
next