postgresql.git
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
2023-07-31 Michael PaquierAvoid memory leak in rmtree() when path cannot be opened
2023-07-30 Michael PaquierFix pg_rewind with in-place tablespaces when source...
2023-07-29 Michael Paquierworker_spi: Fix race condition in newly-added TAP tests
2023-07-28 Nathan BossartHarmonize password reuse in vacuumdb, clusterdb, and...
2023-07-28 Amit Langotedoc: add missing <returnvalue> and whitespace
2023-07-28 Etsuro FujitaDisallow replacing joins with scans in problematic...
2023-07-27 Tom LaneEliminate fixed token-length limit in hba.c.
2023-07-27 Michael Paquierworker_spi: Switch to TAP tests
2023-07-27 David RowleyFix performance problem with new COPY DEFAULT code
2023-07-27 Michael PaquierAdd sanity asserts for index OID and attnums during...
2023-07-27 Michael PaquierShow savepoint names as constants in pg_stat_statements
2023-07-27 Nathan BossartAdjust extra lines generated by psql to be valid SQL...
2023-07-26 Amit LangoteAdd more SQL/JSON constructor functions
2023-07-26 Amit LangoteRename a nonterminal used in SQL/JSON grammar
2023-07-26 Amit LangoteSome refactoring to export json(b) conversion functions
2023-07-26 Masahiko SawadaFix crash with RemoveFromWaitQueue() when detecting...
2023-07-26 Michael Paquierworker_spi: Use term "dynamic" for bgworkers launched...
2023-07-26 Michael PaquierDocument more assumptions of LWLock variable changes...
2023-07-25 Amit KapilaFix code indentation vioaltion introduced in commit...
2023-07-25 Masahiko SawadaRemove unnecessary checks for indexes for REPLICA IDENT...
2023-07-25 Michael PaquierOptimize WAL insertion lock acquisition and release...
2023-07-25 Amit KapilaFix the display of UNKNOWN message type in apply worker.
2023-07-25 Andres FreundFix off-by-one in LimitAdditionalPins()
2023-07-24 Alvaro HerreraMake test_decoding ddl.out shorter
2023-07-24 Alvaro HerreraCompare only major versions in AdjustUpgrade.pm
2023-07-24 Michael Paquierpgbench: Use COPY for client-side data generation
2023-07-23 Michael Paquierpgbench: Add TAP tests to check consistency of data...
2023-07-22 Tom LaneAvoid compiler warning in non-assert builds.
2023-07-21 Jeff DavisICU: remove negative test that fails to fail.
2023-07-21 Tom LaneFix calculation of relid sets for partitionwise child...
2023-07-21 Amit LangoteCode review for commit b6e1157e7d
2023-07-21 Michael PaquierFix worker_spi when launching workers without shared_pr...
2023-07-20 Tom LaneGuard against null plan pointer in CachedPlanIsSimplyVa...
2023-07-20 Daniel GustafssonRevert "Add notBefore and notAfter to SSL cert info...
2023-07-20 Daniel GustafssonAdd notBefore and notAfter to SSL cert info display
2023-07-20 Daniel GustafssonSet fixed dates for test certificates validity
2023-07-20 Daniel Gustafssonpg_upgrade: include additional detail in cluster check
2023-07-20 Amit LangoteUnify JSON categorize type API and export for external use
2023-07-20 Michael PaquierAdd missing ObjectIdGetDatum() in syscache lookup calls...
2023-07-20 Michael PaquierFix pg_recvlogical upon signal termination
2023-07-19 Nathan BossartDoc: move unparenthesized syntaxes for a few commands.
2023-07-19 Nathan BossartSupport parenthesized syntax for CLUSTER without a...
2023-07-19 Nathan BossartRearrange CLUSTER rules in gram.y.
2023-07-19 Tom LaneAdd psql \drg command to display role grants.
2023-07-19 Tom LaneDoc: improve description of IN and row-constructor...
2023-07-19 Michael Paquierpg_archivecleanup: Add --clean-backup-history
2023-07-19 Michael Paquierpg_archivecleanup: Refactor loop doing old segment...
2023-07-19 Amit KapilaDoc: Update the logical replication restriction w.r...
2023-07-18 Tom LaneDoc: fix out-of-date example of SPI usage.
2023-07-18 Michael PaquierFix indentation in twophase.c
2023-07-18 Michael PaquierFix recovery of 2PC transaction during crash recovery
2023-07-17 Tom LaneInclude <limits.h> in fe-auth.c, to get CHAR_BIT reliably.
2023-07-17 Nathan BossartRemove db_user_namespace.
2023-07-16 David RowleyShrink memory contexts struct sizes
next