postgresql.git
2023-05-18 Jeff DavisDoc improvements for language tags and custom ICU colla...
2023-05-18 Tom LaneTweak API of new function clause_is_computable_at().
2023-05-17 Jeff DavisICU: check for U_STRING_NOT_TERMINATED_WARNING.
2023-05-17 Jeff DavisReduce icu_validation_level default to WARNING.
2023-05-17 Peter EisentrautFix error message wordings
2023-05-17 Andres FreundAdd writeback to pg_stat_io
2023-05-17 Andres FreundUpdate parameter name context to wb_context
2023-05-17 Andres FreundUse BUFFER_USAGE_LIMIT to reduce needed test table...
2023-05-17 Alexander KorotkovRevert "Add USER SET parameter values for pg_db_role_se...
2023-05-17 Alvaro Herrerapg_dump: Error message improvements
2023-05-17 Alvaro Herrerapg_dump: Have _EndLO report errno after CFH->write_func...
2023-05-17 Tom LaneTrack tlist_vinfo.varnullingrels even in non-Assert...
2023-05-17 Tom LaneFix some issues with improper placement of outer join...
2023-05-17 Tom LaneConvert nullingrels match checks from Asserts to test...
2023-05-17 Tomas VondraAdvance input pointer when LZ4 compressing data
2023-05-17 Tomas VondraNull-terminate the output buffer of LZ4Stream_gets
2023-05-17 Michael PaquierAdd back SQLValueFunction for SQL keywords
2023-05-16 Tom LaneEnsure Soundex difference() function handles empty...
2023-05-16 Alvaro Herreralibpq: Error message improvement
2023-05-16 Alvaro HerreraMark internal messages as no longer translatable
2023-05-16 Daniel GustafssonFix reported runtime for single tests in pg_regress
2023-05-16 Michael Paquierdoc: Fix ordering of entries in wait event table for...
2023-05-16 Peter Eisentrautlibpq: Error message improvement
2023-05-16 Peter Eisentrautpsql: Adjust capitalization of table heading
2023-05-15 Michael Paquierdoc: Fix incorrect version list for Windows SDK
2023-05-15 Peter EisentrautFix incorrect TAP test ordering
2023-05-15 Peter EisentrautFix whitespace inconsistencies
2023-05-14 Thomas MunroFix wal_writer_flush_after initializer value.
2023-05-14 Thomas MunroRename io_direct to debug_io_direct.
2023-05-12 Nathan BossartImprove error message for pg_create_subscription.
2023-05-12 Tom LaneTighten usage of PSQL_WATCH_PAGER.
2023-05-12 Peter Eisentrautinitdb: Set collversion for standard collation UNICODE
2023-05-11 Tom LaneUndo faulty attempt at not relying on RINFO_IS_PUSHED_DOWN.
2023-05-10 Peter GeogheganDoc: Fix link to fillfactor reloption.
2023-05-10 Alvaro HerreraFix publication syntax error message
2023-05-10 Peter EisentrautAdd missing gettext triggers
2023-05-10 Michael PaquierFix assertion failure when updating stats_fetch_consist...
2023-05-10 Michael PaquierDocument values of stats_fetch_consistency in postgresq...
2023-05-09 Amit KapilaFix the race condition in the test case added by commit...
2023-05-09 Amit KapilaFix invalid memory access during the shutdown of the...
2023-05-09 Jeff DavisRevert "ICU: do not convert locale 'C' to 'en-US-u...
2023-05-08 Peter GeogheganDoc: update VACUUM FREEZE query conflict guidance.
2023-05-08 Jeff DavisICU: do not convert locale 'C' to 'en-US-u-va-posix'.
2023-05-08 Tom LaneAdjust sepgsql expected output for 681d9e462 et al.
2023-05-08 Tom LaneHandle RLS dependencies in inlined set-returning functi...
2023-05-08 Noah MischReplace last PushOverrideSearchPath() call with set_con...
2023-05-08 Peter EisentrautAdd missing source file to nls.mk
2023-05-08 Peter Eisentrautpg_dump: Restore lost translation marker
2023-05-08 Michael Paquierdoc: Fix some markups in logical replication section
2023-05-08 Peter Eisentrautpg_basebackup: Restore lost translation markers
2023-05-07 Tom LaneAdd ruleutils support for decompiling MERGE commands.
2023-05-05 Michael PaquierFix typo with wait event for SLRU buffer of commit...
2023-05-05 Alvaro HerreraFix sepgsql expected test output
2023-05-05 Peter EisentrautFix copy-and-pasto in error message
2023-05-05 Peter EisentrautFix prove_installcheck when used with PGXS
2023-05-04 Nathan BossartMove return statements out of PG_TRY blocks.
2023-05-04 Alvaro HerreraFix ExecCheckPermissions call in RI_Initial_Check
2023-05-04 Tom LaneIn array_position()/array_positions(), beware of empty...
2023-05-04 Tom LaneTighten array dimensionality checks in Python -> SQL...
2023-05-04 Alvaro HerreraRevert "Move PartitionPruneInfo out of plan nodes into...
2023-05-04 Peter Eisentrautdoc: New glossary entries
2023-05-04 Amit KapilaTest that invalidated logical slots doesn't retain...
2023-05-03 Peter EisentrautAdd missing TAP test name
2023-05-03 Amit KapilaFix assertion failure in apply worker.
2023-05-02 Tom LaneDoc: clarify behavior of row-limit arguments in the...
2023-05-02 Daniel GustafssonFix overridden callbacks in pg_rewind.
2023-05-02 Peter EisentrautUpdate SQL features
2023-05-02 Peter EisentrautAdd missing uninstallation rule for BackgroundPsql.pm
2023-05-02 Michael PaquierFix typos in comments
2023-05-02 Michael Paquierdoc: Fix typo in pg_amcheck for term "schema"
2023-04-29 Tom LaneTighten array dimensionality checks in Perl -> SQL...
2023-04-28 Tom LaneHandle zero-length sublist correctly in Python -> SQL...
2023-04-28 Michael PaquierFix crashes with CREATE SCHEMA AUTHORIZATION and schema...
2023-04-28 Daniel GustafssonFix assertion failure in heap_vacuum_rel
2023-04-28 Masahiko SawadaAdd unit to vacuum_buffer_usage_limit value in postgres...
2023-04-28 Amit KapilaImprove one of the test cases in 035_standby_logical_de...
2023-04-27 Nathan BossartPrevent underflow in KeepLogSeg().
2023-04-27 Alexander KorotkovFix wrong construct_array_builtin() call in GUCArrayDel...
2023-04-27 Tom LaneIn hstore_plpython, avoid crashing when return value...
2023-04-27 Amit KapilaAdd a test to verify that subscription to the standby...
2023-04-27 Michael PaquierRework code defining default compression for dir/custom...
2023-04-26 Daniel GustafssonFix stop condition for dumping GRANT commands
2023-04-26 Etsuro Fujitadoc: Fix grammar.
2023-04-26 Daniel GustafssonFix missing installation rules for BackgroundPsql.pm
2023-04-25 Thomas MunroRemove bogus #include added by d4e71df6d75.
2023-04-25 Michael PaquierRe-add tracking of wait event SLRUFlushSync
2023-04-25 Daniel GustafssonFix vacuum_cost_delay check for balance calculation.
2023-04-25 Amit KapilaReduce the log level in 035_standby_logical_decoding.pl.
2023-04-25 Michael PaquierFix buffer refcount leak with FDW bulk inserts
2023-04-24 Andres FreundRemove vacuum_defer_cleanup_age
2023-04-24 Tom LaneFix memory leakage in plpgsql DO blocks that use cast...
2023-04-24 Tom LaneRename ExecAggTransReparent, and improve its documentation.
2023-04-24 Peter Eisentrautdoc: Update SQL features names
2023-04-24 Daniel Gustafssonci: Remove OpenSSL 3.1 workaround for missing system CA
2023-04-24 Daniel GustafssonRemove duplicate lines of code
2023-04-24 Masahiko SawadaUse elog to report unexpected action in handle_streamed...
2023-04-24 Amit KapilaDisplay 'password_required' option for \dRs+ command.
2023-04-24 Noah MischRemove new <para id="contrib-obsolete">.
2023-04-23 Alexander KorotkovValidate ltree siglen GiST option to be int-aligned
2023-04-23 Alexander KorotkovFix custom validators call in build_local_reloptions()
next