postgresql.git
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
2023-08-07 David RowleyDon't Memoize lateral joins with volatile join conditions
2023-08-07 Dean RasheedFix RLS policy usage in MERGE.
2023-08-07 Peter EisentrautRemove configure check for z_streamp
2023-08-07 Peter EisentrautImprove const use in zlib-using code
2023-08-07 David RowleyFix misleading comment in paraminfo_get_equal_hashops
2023-08-06 David RowleyTidy up join_search_one_level code
2023-08-04 Amit KapilaSimplify some of the logical replication worker-type...
2023-08-04 David RowleyAttempt to stabilize new window agg regression test
2023-08-03 David RowleyMinor adjustments to WindowAgg startup cost code
2023-08-03 David RowleyAccount for startup rows when costing WindowAggs
2023-08-03 Etsuro FujitaDoc: update documentation for creating custom scan...
2023-08-03 Etsuro FujitaUpdate comments on CustomPath struct.
2023-08-03 Amit KapilaRefactor to split Apply and Tablesync Workers code.
2023-08-02 Masahiko SawadaFix ReorderBufferCheckMemoryLimit() comment.
2023-08-02 David RowleyFix performance regression in pg_strtointNN_safe functions
2023-08-01 Andres FreundFix pg_stat_io buffer reuse test instability
2023-08-01 Robert HaasAdd and use symbolic constants for tar header offsets...
2023-08-01 David RowleyFix overly strict Assert in jsonpath code
2023-08-01 Noah MischRename OverrideSearchPath to SearchPathMatcher.
2023-08-01 Noah MischRemove PushOverrideSearchPath() and PopOverrideSearchPa...
2023-07-31 Michael PaquierSupport custom wait events for wait event type "Extension"
2023-07-31 John NaylorBring some MSVC asserts in line with other platforms
2023-07-31 Michael PaquierAdd WAIT_EVENT_{CLASS,ID}_MASK in wait_event.c
next