]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2023-08-29  Peter EisentrautRemove useless if condition
2023-08-29  Peter EisentrautRemove useless if condition
2023-08-29  Peter EisentrautMake more use of makeColumnDef()
2023-08-29  Peter EisentrautAdd some const decorations
2023-08-29  Heikki LinnakangasInitialize ListenSocket array earlier.
2023-08-28  Michael PaquierTweak pg_promote() to report failures on kill() or...
2023-08-28  Peter EisentrautMake error messages about WAL segment size more consistent
2023-08-28  Michael PaquierFix some typos in wait_event_names.txt
2023-08-28  Peter EisentrautConvert encrypted SSL test keys to PKCS#8 format
2023-08-28  Michael PaquierTighten unit parsing in internal values
2023-08-28  Michael PaquierTighten handling of "ago" in interval values
2023-08-28  Peter EisentrautFormat list of catalog files in makefile vertically
2023-08-28  Michael PaquierRemove dead code in DecodeInterval()
2023-08-27  Michael PaquierShow names of DEALLOCATE as constants in pg_stat_statements
2023-08-26  Michael PaquierGenerate new LOG for "trust" connections under log_conn...
2023-08-25  Andres FreundAvoid non-POSIX cp flags
2023-08-25  Alvaro HerreraRename test table to avoid cs_CZ locale problem
2023-08-25  Alvaro HerreraCatalog not-null constraints
2023-08-25  Amit KapilaReset the logical worker type while cleaning up other...
2023-08-24  Andres FreundUse "template" data directory in tests
2023-08-24  Nathan Bossartpg_upgrade: Bump MESSAGE_WIDTH.
2023-08-24  Tom LaneAvoid unnecessary plancache revalidation of utility...
2023-08-24  Alvaro HerreraAdd test for inherited CHECK constraint drop
2023-08-24  Heikki LinnakangasUse FD_CLOEXEC on ListenSockets
2023-08-24  Peter EisentrautFix lack of message pluralization
2023-08-24  Peter EisentrautUpdate DECLARE_INDEX documentation
2023-08-24  Peter EisentrautRename hook functions for debug_io_direct to match...
2023-08-24  Daniel GustafssonAdd proargnames to multi-argument aggregate functions
2023-08-24  Amit KapilaFix the error message when failing to restore the snapshot.
2023-08-24  Peter EisentrautFix translation markers
2023-08-24  Peter Eisentrautpg_upgrade: Improve one log message
2023-08-23  David RowleyMeson: check for pg_config_paths.h left over from make
2023-08-23  Andres Freundci: Make compute resources for CI configurable
2023-08-23  Andres Freundci: Prepare to make compute resources for CI configurable
2023-08-23  Nathan BossartBump catversion for to_bin() and to_oct().
2023-08-23  Andres Freundci: Use VMs for SanityCheck and CompilerWarnings
2023-08-23  Andres Freundci: Move execution method of tasks into yaml templates
2023-08-23  Andres Freundci: Don't specify amount of memory
2023-08-23  Peter EisentrautAvoid use of Perl getprotobyname
2023-08-23  Heikki LinnakangasFix _bt_allequalimage() call within critical section.
2023-08-23  Nathan BossartAdd to_bin() and to_oct().
2023-08-23  Heikki LinnakangasUse the buffer cache when initializing an unlogged...
2023-08-23  Daniel Gustafssondoc: Replace list of drivers and PLs with wiki link
2023-08-23  Peter Eisentrautdoc: Add more ICU rules examples
2023-08-23  Daniel GustafssonFix wording in comment
2023-08-23  Daniel Gustafssonpg_upgrade: Avoid shadowing global var in function
2023-08-23  Peter Eisentrautdoc: Improve ICU external link
2023-08-23  Peter EisentrautImprove vertical spacing of documentation markup
2023-08-23  Peter EisentrautSome vertical reformatting
2023-08-23  Peter EisentrautRename some function arguments for better clarity
2023-08-23  Peter EisentrautAdd const decorations
2023-08-23  Nathan BossartIntroduce macros for protocol characters.
2023-08-23  Thomas MunroExtendBufferedWhat -> BufferManagerRelation.
2023-08-22  Jeff DavisFix pg_dump assertion failure when dumping pg_catalog.
2023-08-22  Andrew DunstanCache by-reference missing values in a long lived context
2023-08-22  Alvaro HerreraAdd comment missing in a4a232b1e702
2023-08-22  Amit KapilaSimplify the logical worker type checks by using the...
2023-08-21  Michael PaquierFix pg_stat_reset_single_table_counters() for shared...
2023-08-20  Michael PaquierBump catalog version for pg_wait_events
2023-08-20  Michael PaquierAdd system view pg_wait_events
2023-08-19  Andres Freundci: macos: use cached macports install
2023-08-18  Peter EisentrautRemove dubious warning message from SQL/JSON functions
2023-08-18  Michael Paquierpg_upgrade: Improve style of a few verbose messages
2023-08-17  Michael PaquierFix format if entry in wait_event_names.txt
2023-08-17  Nathan BossartAdd a few recent commits to .git-blame-ignore-revs.
2023-08-17  Thomas MunroRemove traces of Sun -lposix4.
2023-08-17  Thomas MunroDon't probe extra libraries for fdatasync.
2023-08-17  Thomas MunroInvalidate smgr_targblock in smgrrelease().
2023-08-17  Michael Paquiersepgsql: Adjust regression expected output
2023-08-16  Michael PaquierAdd OAT hook calls for more subcommands of ALTER TABLE
2023-08-16  Peter EisentrautUnify some error messages
2023-08-16  Peter EisentrautImproved CREATE SUBSCRIPTION message for clarity
2023-08-16  Peter EisentrautRemove incorrect field from information schema
2023-08-16  John NaylorSplit out tiebreaker comparisons from comparetup_*...
2023-08-15  Etsuro FujitaFix code indentation vioaltion introduced in commit...
2023-08-15  Etsuro FujitaRe-allow FDWs and custom scan providers to replace...
2023-08-14  Thomas MunroDe-pessimize ConditionVariableCancelSleep().
2023-08-14  Andres Freundhio: Take number of prior relation extensions into...
2023-08-14  Bruce Momjianpgtest: fix spacing
2023-08-14  Bruce Momjianpgtest: update shell script to use more modern syntax
2023-08-14  Michael PaquierChange custom wait events to use dynamic shared hash...
2023-08-14  Amit KapilaSimplify determining logical replication worker types.
2023-08-12  Andres Freundci: macos: Remove use of -Dsegsize_blocks=6
2023-08-12  Andres Freundci: macos: Remove use of -DRANDOMIZE_ALLOCATED_MEMORY
2023-08-12  Noah MischFix off-by-one in XLogRecordMaxSize check.
2023-08-12  Michael PaquierShow GIDs of two-phase commit commands as constants...
2023-08-11  Michael PaquierFix code indentation violations introduced by recent...
2023-08-10  Jeff DavisTransform proconfig for faster execution.
2023-08-10  Jeff DavisRemove test from commit fa2e874946.
2023-08-10  Peter EisentrautFix erroneous -Werror=missing-braces on old GCC
2023-08-10  John NaylorUpdate Solution.pm for new LoongArch CRC symbol
2023-08-10  Alvaro HerreraDocument RelationGetIndexAttrBitmap better
2023-08-10  John NaylorUse native CRC instructions on 64-bit LoongArch
2023-08-09  Jeff DavisRecalculate search_path after ALTER ROLE.
2023-08-09  Alvaro Herrerastruct PQcommMethods: use C99 designated initializers
2023-08-09  Peter EisentrautFix last remaining uninitialized memory warnings
2023-08-08  Michael PaquierFix pg_dumpall with in-place tablespaces
2023-08-07  Michael Paquierdoc: Fix incorrect entries generated from wait_event_na...
2023-08-07  Noah MischReject substituting extension schemas or owners matchin...
2023-08-07  Peter EisentrautTranslation updates
next