postgresql.git
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...
2021-04-16 Andrew DunstanAllow TestLib::slurp_file to skip contents, and use...
2021-04-16 Tom LaneFix bogus collation-version-recording logic.
2021-04-16 Tom LaneFix wrong units in two ExplainPropertyFloat calls.
2021-04-16 Peter Eisentrautpsql: Refine lexing of BEGIN...END blocks in CREATE...
2021-04-16 Peter Eisentrautpsql: Small fixes for better translatability
2021-04-16 Michael Paquierdoc: Fix typo in example query of SQL/JSON
2021-04-16 Amit KapilaAdd information of total data processed to replication...
2021-04-16 Thomas MunroDoc: Document known problem with Windows collation...
2021-04-15 Tom LaneProvide query source text when parsing a SQL-standard...
2021-04-15 Tom LaneRevert "Cope with NULL query string in ExecInitParallel...
2021-04-15 Tom LaneUndo decision to allow pg_proc.prosrc to be NULL.
2021-04-15 Tom LaneStabilize recently-added information_schema test queries.
2021-04-15 Peter EisentrautRevert "psql: Show all query results by default"
2021-04-15 Fujii Masaodoc: Add missing COMPRESSION into CREATE TABLE synopsis.
2021-04-15 Michael Paquierdoc: Simplify example of HISTFILE for psql
2021-04-15 Peter Eisentrautpg_upgrade: Small fix for better translatability of...
2021-04-15 Peter Eisentrautamcheck: Use correct format placeholder for TOAST chunk...
2021-04-15 Michael PaquierTweak behavior of pg_dump --extension with configuratio...
2021-04-14 Tom LaneFix obsolete comments referencing JoinPathExtraData...
2021-04-14 Robert Haasamcheck: Reword some messages and fix an alignment...
2021-04-14 Peter EisentrautImprove quoting in some error messages
2021-04-14 Michael Paquierdoc: Move force_parallel_mode to section for developer...
2021-04-14 Michael PaquierSimplify tests of postgres_fdw terminating connections
2021-04-14 Amit KapilaUse NameData datatype for slotname in stats.
2021-04-13 Tomas VondraInitialize t_self and t_tableOid in statext_expressions...
2021-04-13 Peter GeogheganDon't truncate heap when VACUUM's failsafe is in effect.
2021-04-13 Tom LaneAllow table-qualified variable names in ON CONFLICT...
2021-04-13 Robert Haasdocs: Update TOAST storage docs for configurable compre...
2021-04-13 Tom LaneFix some inappropriately-disallowed uses of ALTER ROLE...
2021-04-13 Tom LaneRedesign the caching done by get_cached_rowtype().
2021-04-13 Tom LaneAvoid improbable PANIC during heap_update.
2021-04-13 Fujii Masaodoc: Fix typo in logicaldecoding.sgml.
2021-04-13 Noah MischUse "-I." in directories holding Bison parsers, for...
2021-04-13 Noah MischPort regress-python3-mangle.mk to Solaris "sed".
2021-04-13 Thomas MunroFix potential SSI hazard in heap_update().
2021-04-13 Michael PaquierRemove duplicated --no-sync switches in new tests of...
2021-04-12 Tom LaneRemove no-longer-relevant test case.
2021-04-12 Tom LaneFix old bug with coercing the result of a COLLATE expre...
2021-04-12 Peter Eisentrautpg_upgrade: Print OID using %u instead of %d
2021-04-12 Peter Eisentrautpg_amcheck: Add basic NLS support
2021-04-12 Peter EisentrautFix files references in nls.mk
2021-04-12 Fujii MasaoSupport tab-complete for TRUNCATE on foreign tables.
2021-04-12 Michael PaquierMove log_autovacuum_min_duration into its correct sections
2021-04-12 Amit Kapiladoc: Update information of new messages for logical...
2021-04-12 Michael PaquierFix out-of-bound memory access for interval -> char...
2021-04-11 Tom LaneSilence some Coverity warnings and improve code consist...
2021-04-11 Tom LaneAdd macro PGWARNING, and make PGERROR available on...
2021-04-11 Tom LaneFix uninitialized variable from commit a4d75c86b.
2021-04-11 Fujii MasaoAvoid unnecessary table open/close in TRUNCATE command.
2021-04-11 Fujii MasaoRemove COMMIT_TS_SETTS record.
2021-04-10 Noah MischStandardize pg_authid oid_symbol values.
2021-04-10 Peter EisentrautImprove behavior of date_bin with origin in the future
2021-04-10 Tom LaneFix failure of xlogprefetch.h to include all prerequisi...
2021-04-10 Tom LaneDoc: update documentation of check_function_bodies.
2021-04-10 David RowleyImprove slightly misleading comments in nodeFuncs.c
next