]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2023-04-12  Daniel Gustafssondoc: Reword unexplained abbreviation
2023-04-12  Peter EisentrautFix incorrect format placeholders
2023-04-12  Peter EisentrautUpdate config.guess and config.sub
2023-04-12  Michael Paquierdoc: Fix some typos and grammar
2023-04-12  Michael PaquierFix detection of unseekable files for fseek() and ftell...
2023-04-11  Peter GeogheganRefine the guidelines for rmgrdesc authors.
2023-04-11  Peter GeogheganFix Heap rmgr's desc output for infobits arrays.
2023-04-11  Peter GeogheganFix xl_heap_lock WAL record field's data type.
2023-04-11  Andres Freund035_standby_logical_decoding: Add missing waits for...
2023-04-11  Robert HaasDocument new pg_subscription columns.
2023-04-11  David RowleyFix uninitialized variable in transformTableLikeClause()
2023-04-11  David RowleyImprove ereports for VACUUM's BUFFER_USAGE_LIMIT option
2023-04-11  David RowleyDoc: use "an SQL" consistently rather than "a SQL"
2023-04-11  Peter GeogheganClarify nbtree posting list update desc issue.
2023-04-10  Tom LaneDoc: add missed entries in BRIN extensibility tables.
2023-04-10  Peter GeogheganFix nbtree posting list update desc output.
2023-04-10  Tom LaneDoc: adjust examples of EXTRACT() output to match curre...
2023-04-10  Tom LaneDoc: avoid using pg_get_publication_tables() in an...
2023-04-08  Daniel GustafssonSimplify version check for SKIP clause
2023-04-08  Thomas MunroUse higher wal_level for 004_io_direct.pl.
2023-04-08  Tom LaneImprove indentation of multiline initialization express...
2023-04-08  Andrew DunstanTry to unbreak MSVC builds for pg_waldump
2023-04-08  Tom LaneSuppress bogus printout during new 035_standby_logical_...
2023-04-08  Daniel GustafssonSkip \password TAP test on old IPC::Run versions
2023-04-08  Andrew DunstanTry to unbreak MSVC builds for fuzzystrmatch
2023-04-08  Stephen FrostRevert "Add support for Kerberos credential delegation"
2023-04-08  Thomas MunroRedesign interrupt/cancel API for regex engine.
2023-04-08  Thomas MunroUpdate contrib/trgm_regexp's memory management.
2023-04-08  Thomas MunroUpdate tsearch regex memory management.
2023-04-08  Thomas MunroUse MemoryContext API for regex memory management.
2023-04-08  Andres FreundTAP test for logical decoding on standby
2023-04-08  Andres FreundAllow logical decoding on standbys
2023-04-08  Andres FreundFor cascading replication, wake physical and logical...
2023-04-08  Andres FreundHandle logical slot conflicts on standby
2023-04-08  Andres FreundSupport invalidating replication slots due to horizon...
2023-04-08  Andres FreundFix underspecified sort order in inherit.sql
2023-04-08  Andres FreundPrevent use of invalidated logical slot in CreateDecodi...
2023-04-08  Andres FreundReplace replication slot's invalidated_at LSN with...
2023-04-08  Thomas MunroAdd io_direct setting (developer-only).
2023-04-08  Thomas MunroIntroduce PG_IO_ALIGN_SIZE and align all I/O buffers.
2023-04-08  Amit KapilaDoc: Fix the datatype of the newly added SUBSCRIPTION...
2023-04-08  Tom LaneAdd missing .gitignore entry.
2023-04-08  Tom LaneRemove useless dependencies in daitch_mokotoff_header.pl.
2023-04-08  Stephen FrostAdd support for Kerberos credential delegation
2023-04-08  Tom LanePacify perlcritic.
2023-04-08  Andres FreundTrack IO times in pg_stat_io
2023-04-07  Peter GeogheganShow more detail in nbtree rmgr descriptions.
2023-04-07  Stephen FrostFor Kerberos testing, disable DNS lookups
2023-04-07  Peter GeogheganShow more detail in heapam rmgr descriptions.
2023-04-07  Tom LaneAdjust contrib/sepgsql regression test expected outputs.
next