]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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()
2023-04-22  Tom LaneDoc: update pgindent/README some more.
2023-04-21  Jeff DavisFix initdb --no-locale.
2023-04-21  Jeff DavisAvoid character classification in regex escape parsing.
2023-04-21  Daniel GustafssonReorder connection markers in loadbalance tests
2023-04-21  Daniel GustafssonMake libpq error messages consistent for translation
2023-04-21  Fujii Masaodoc: Add documentation for PGLOADBALANCEHOSTS environme...
2023-04-20  David RowleyRemove unused global variable
2023-04-20  David RowleyFix incorrect function name reference
2023-04-20  Michael PaquierRemove io prefix from pg_stat_io columns
2023-04-20  Tom LaneUse --strip-unneeded when stripping static libraries...
2023-04-20  Daniel GustafssonFix autovacuum cost debug logging
2023-04-20  David RowleyDoc: clarify NULLS NOT DISTINCT use in unique indexes
2023-04-20  Amit KapilaRestart the apply worker if the 'password_required...
2023-04-20  Thomas MunroRemove obsolete defense against strxfrm() bugs.
2023-04-19  David RowleyFix list_copy_head() with empty Lists
2023-04-19  Peter GeogheganUse nbtdesc "level" field name consistently.
2023-04-19  Peter GeogheganFix wal_consistency_checking enhanced desc output.
2023-04-19  Tom LaneAdd missed case for tab completion of GRANT/REVOKE...
2023-04-19  Daniel GustafssonFix errormessage for missing system CA in OpenSSL 3.1
2023-04-19  Peter EisentrautRemove some tabs in SQL code in C string literals
2023-04-19  Michael PaquierFix generation of distribution tarball
2023-04-19  David RowleyFix various typos and incorrect/outdated name references
2023-04-18  Jeff DavisBuild ICU support by default.
2023-04-18  Tom LaneUpdate time zone data files to tzdata release 2023c.
2023-04-18  Peter GeogheganRemove useless argument from nbtree dedup function.
2023-04-18  Tom LaneFix Utils.pm's locale-munging so that Perl itself is...
2023-04-18  Robert HaasFix pg_basebackup with in-place tablespaces some more.
2023-04-18  Michael Paquierecpg: Fix handling of strings in ORACLE compat code...
2023-04-18  David RowleyFix some typos and some incorrectly duplicated words
2023-04-18  David RowleyFix various typos
2023-04-17  Jeff DavisComment fix for 60684dd834.
2023-04-17  Tom LaneUpdate Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H,...
2023-04-17  Tom LaneAvoid trying to write an empty WAL record in log_newpag...
2023-04-17  Peter GeogheganFix incorrect comment about nbtree WAL record.
2023-04-17  Tom LaneFurther cleanup of autoconf output files for GSSAPI...
2023-04-17  Stephen FrostUpdate configure for ab969a376
2023-04-17  Peter Eisentrautdoc: Add additional SQL features codes from SQL:2023
2023-04-17  Stephen FrostUpdate Kerberos/GSSAPI configure/meson check
2023-04-17  Peter EisentrautPut new command-line option into sensible order in...
2023-04-16  David RowleyDoc: remove notes about the version vacuumdb options...
2023-04-16  Tom LaneEnsure result of an aggregate's finalfunc is made read...
2023-04-16  Tom LaneAvoid using non-ASCII commentary in daitch_mokotoff.c.
next