]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2023-11-06  Peter EisentrautRemove distprep
2023-11-06  Noah MischSet GUC "is_superuser" in all processes that set Authen...
2023-11-06  Noah MischBan role pg_signal_backend from more superuser backend...
2023-11-06  Daniel GustafssonAdd XMLText function (SQL/XML X038)
2023-11-06  Peter Eisentrautpg_resetwal: Add more tests and test coverage
2023-11-06  Peter Eisentrautdoc: pg_resetwal: Add comments how the multipliers...
2023-11-06  Alexander KorotkovFix allocation of UniqueRelInfo
2023-11-05  Peter EisentrautMore consistent behavior of GetDataDirectoryCreatePerm...
2023-11-04  David RowleyTry again to fix the MSVC build
2023-11-04  Alexander KorotkovFix usage of the parse tree for estimate_num_groups...
2023-11-03  Andres Freundmeson: docs: Install all manpages, not just ones in...
2023-11-03  Bruce Momjiandoc: move HBA reload instructions above the syntax...
2023-11-03  Bruce Momjiandoc: \copy can get data values \. and end-of-input...
2023-11-03  Bruce Momjiandoc: CREATE DATABASE doesn't copy db-level perms. from...
2023-11-03  Bruce Momjiandoc: mention ORDER BY for some aggregates, add ORDER...
2023-11-03  Tom LaneDoc: update CREATE RULE ref page's hoary discussion...
2023-11-03  Bruce Momjiandoc: ALTER DEFAULT PRIVILEGES does not affect inherite...
2023-11-03  David RowleyAdd missing unicode_category.c to MSVC build scripts
2023-11-02  David RowleyStabilize postgres_fdw tests on 32-bit machines
2023-11-02  Tom LaneMake GetConfigOption/GetConfigOptionResetString return...
2023-11-02  Tom LaneBe more wary about NULL values for GUC string variables.
2023-11-02  David RowleyAttempt to stabilize postgres_fdw tests
2023-11-02  Jeff DavisAdditional unicode primitive functions.
2023-11-02  Michael PaquierPrevent startup of logical replication launcher during...
2023-11-02  Michael PaquierFix 003_check_guc.pl when loading modules with custom...
2023-11-02  David RowleyIncrease DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2
2023-11-01  Michael Paquierdoc: Replace reference to ERRCODE_RAISE_EXCEPTION by...
2023-11-01  Bruce Momjiandoc: add reference to wire protocol details
2023-11-01  Daniel GustafssonFix function name in comment
2023-11-01  Michael Paquierdoc: Expand section related to LWLocks and shared memory
2023-10-31  Bruce Momjiandoc: add missing word to sentence about Paris
2023-10-31  Bruce MomjianC comment: mention why no setting lasterrno in dir_exis...
2023-10-31  Bruce MomjianC comment: improve statistics computation comment...
2023-10-31  Bruce MomjianC comment: adjust statistics mention
2023-10-31  Bruce Momjiandoc: improve ALTER SYSTEM description of value list...
2023-10-31  Bruce Momjiandoc: improve bpchar and character type length details
2023-10-31  Bruce Momjiandoc: add function argument and query parameter limits
2023-10-31  Bruce Momjiandoc: 1-byte varlena headers can be used for user PLAIN...
2023-10-31  Bruce Momjianimprove alignment of postgresql.conf comments
2023-10-31  David RowleyAdjust the order of the prechecks in pgrowlocks()
2023-10-30  Noah MischDiagnose !indisvalid in more SQL functions.
2023-10-30  Noah Mischamcheck: Distinguish interrupted page deletion from...
2023-10-30  Bruce Momjianpgindent run to fix commits de64268561 and 5ae2087202a
2023-10-30  Peter EisentrautFill in more of ObjectProperty
2023-10-30  Amit KapilaAdd STREAM_START/STREAM_STOP for transactional messages...
2023-10-30  Alexander KorotkovFix indentation in contrib/amcheck/verify_nbtree.c
2023-10-30  Michael PaquierExpand regression tests for pg_stat_reset_shared()
2023-10-30  Michael PaquierDelay recovery mode LOG after reading backup_label...
2023-10-30  Amit KapilaDoc: Make link names consistent in logical replication...
2023-10-30  Michael PaquierMention standby.signal in FATALs for checkpoint record...
2023-10-30  Michael PaquierIntroduce pg_stat_checkpointer
2023-10-29  Michael PaquierRefactor some code related to transaction-level statist...
2023-10-29  Alexander KorotkovFix instable 006_login_trigger.pl test
2023-10-29  Tom LaneTeach pg_dump about the new pg_subscription.subrunasown...
2023-10-29  Dean RasheedGuard against overflow in make_interval().
2023-10-29  Dean Rasheedbtree_gin: Fix calculation of leftmost interval value.
2023-10-28  Tom LaneFix intra-query memory leak when a SRF returns zero...
2023-10-28  Bruce Momjiandoc: add links to Postgres features intro
2023-10-28  Bruce Momjiandoc: comment wording improvement
2023-10-28  Tom LaneRemove PHOT from our default timezone abbreviations...
2023-10-28  Tom LaneAllow relkind 'I' in type_sanity test.
2023-10-28  Bruce Momjiandoc: improve text around consistency of statistics...
2023-10-28  Bruce Momjiandoc: improve config syncfs wording
2023-10-27  Jeff DavisClarify the result order of unnest(multirange).
2023-10-27  Bruce Momjiandoc Improve C GUC-related comments
2023-10-27  Bruce Momjiandoc: wording improvements
2023-10-27  Alexander KorotkovTeach contrib/amcheck to check the unique constraint...
2023-10-27  Alexander KorotkovSplit event_trigger_login test from event_trigger test
2023-10-27  Tomas VondraFix minmax-multi distance for extreme interval values
2023-10-27  Tomas VondraFix minmax-multi on infinite date/timestamp values
2023-10-27  Tomas VondraFix calculation in brin_minmax_multi_distance_date
2023-10-27  Tomas VondraFix overflow when calculating timestamp distance in...
2023-10-27  Bruce Momjiandoc: clarify logical decoding's deadlock of system...
2023-10-27  Bruce Momjian|--- gitweb subject length limit ----------------|...
2023-10-27  Alexander KorotkovAdjust parallel_schedule with event triggers on authent...
2023-10-27  Amit KapilaCommit b195e6d482 forgot to update meson.build.
2023-10-27  Amit KapilaUse shorter file names in the upgrade logical slots...
2023-10-27  Alexander KorotkovMake UniqueRelInfo a node
2023-10-27  Michael PaquierRemove buffers_backend and buffers_backend_fsync from...
2023-10-26  David RowleyOptimize various aggregate deserialization functions...
2023-10-26  Peter EisentrautAdd "Add trailing commas to enum definitions" to .git...
2023-10-26  Amit LangoteAvoid compiler warning in non-assert builds
2023-10-26  Peter EisentrautAdd trailing commas to enum definitions
2023-10-26  David RowleyIntroduce the concept of read-only StringInfos
2023-10-26  Amit LangotePrevent duplicate RTEPermissionInfo for plain-inheritan...
2023-10-26  Amit KapilaMigrate logical slots to the new node during an upgrade.
2023-10-25  Tom LaneDoc: remove misleading info about ecpg's CONNECT/DISCON...
2023-10-25  Nathan BossartRemove dead code in pg_ctl.c.
2023-10-25  Jeff DavisDoc fix: Interfacing Extensions to Indexes
2023-10-25  Alexander KorotkovFix some regression tests for d3d55ce57136
2023-10-25  Alexander KorotkovRemove useless self-joins
2023-10-25  Daniel GustafssonUse snprintf instead of sprintf in pg_regress.
2023-10-25  David RowleyAdd missing include dir and references to libpq for...
2023-10-25  Michael Paquierdoc: Fix some typos and grammar
2023-10-25  Michael PaquierLog OpenSSL version in ./configure output
2023-10-24  Daniel GustafssonReword memory terminology for PQresultMemorySize
2023-10-24  Daniel GustafssonSpeed up pg_regress server readiness testing.
2023-10-24  Tom LaneFix problems when a plain-inheritance parent table...
2023-10-24  Peter GeogheganDoc: indexUnchanged is strictly a hint.
2023-10-24  Jeff DavisAssert that buffers are marked dirty before XLogRegiste...
next