]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2023-04-16  David RowleyDoc: add note about --buffer-usage-limit being v16...
2023-04-16  David RowleyImprove VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs
2023-04-15  Tom LaneFix assignment to array of domain over composite, redux.
2023-04-15  Tom LaneRemove some non-ASCII symbols from a comment.
2023-04-14  David RowleyAdjust Valgrind macro usage to protect chunk headers
2023-04-14  Andres FreundSupport RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelT...
2023-04-14  Tom LaneNULL is not an ideal way to spell bool "false".
2023-04-14  Daniel Gustafssondoc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSS...
2023-04-14  Peter EisentrautFix whitespace
2023-04-14  Peter EisentrautAdd missing source files to nls.mk
2023-04-14  David RowleyFix incorrect partition pruning logic for boolean parti...
2023-04-14  Michael Paquierdoc: Fix some grammar for logical decoding description...
2023-04-13  Thomas MunroFix PHJ match bit initialization.
2023-04-13  Michael PaquierRemove code in charge of freeing regexps generation...
2023-04-13  David RowleyRemove old GUC name mapping for "force_parallel_mode"
2023-04-13  Peter EisentrautUpdate Unicode data to CLDR 43
2023-04-13  Peter GeogheganHarmonize some more function parameter names.
2023-04-13  Stephen FrostExplicitly require MIT Kerberos for GSSAPI
2023-04-13  Stephen FrostDe-Revert "Add support for Kerberos credential delegation"
2023-04-13  Peter Eisentrautdoc: Make HTML ids discoverable
2023-04-13  Peter EisentrautAdd missing XML ID attribute
2023-04-13  Thomas MunroSkip the 004_io_direct.pl test if a pre-flight check...
2023-04-12  Thomas MunroRemove overzealous assertion from PHJ.
2023-04-12  Alvaro HerreraRevert "Adjust contrib/sepgsql regression test expected...
2023-04-12  Andres FreundImprove error messages introduced in be87200efd9 and...
2023-04-12  Alvaro HerreraRevert "Catalog NOT NULL constraints" and fallout
2023-04-12  Robert Haasbasebackup_to_shell: Check for a NULL return from OpenP...
2023-04-12  Robert HaasDocument BaseBackupSync and BaseBackupWrite wait events.
2023-04-12  Tom LaneFix parallel-safety marking when moving initplans to...
next