postgresql.git
2023-07-14 Amit LangoteAdd missing initializations of p_perminfo
2023-07-14 Michael PaquierAdd indisreplident to fields refreshed by RelationReloa...
2023-07-14 Michael PaquierFix updates of indisvalid for partitioned indexes
2023-07-13 Andres FreundHandle DROP DATABASE getting interrupted
2023-07-13 Andres FreundRelease lock after encountering bogs row in vac_truncat...
2023-07-13 Tom LaneRemove unnecessary pfree() in g_intbig_compress().
2023-07-13 Peter EisentrautFix untranslatable log message assembly
2023-07-13 Masahiko SawadaDoc: clarify the conditions of usable indexes for REPLI...
2023-07-12 Andres Freundmeson: Tie adding C++ support to the llvm Meson option
2023-07-12 Andres Freundmeson: Pass more feature option through to required...
2023-07-12 Andres Freundpg_bsd_indent: Collect test diffs in test.diffs instead...
2023-07-10 Tom LaneBe more rigorous about local variables in PostgresMain().
2023-07-10 Peter EisentrautFix pgindent
2023-07-10 Peter EisentrautMessage wording improvements
2023-07-10 Michael PaquierFix ALTER EXTENSION SET SCHEMA with objects outside...
2023-07-09 Peter Eisentrautdoc: Use proper markup for emphasis
2023-07-09 Peter Eisentrautdoc: Move DEFAULT parameter on COPY reference page
2023-07-09 David RowleyDoc: update old reference to "result cache"
2023-07-08 Andrew DunstanFix tmpdir issues with commit e213de8e78
2023-07-08 Andrew DunstanUse shorter location for pg_replslot in pg_basebackup...
2023-07-08 Peter EisentrautFix Perl warning
2023-07-08 Peter EisentrautMake some indentation in gram.y consistent
2023-07-07 Nathan BossartRevert MAINTAIN privilege and pg_maintain predefined...
2023-07-07 Tomas VondraDocument relaxed HOT for summarizing indexes
2023-07-06 Andres FreundFix type of iterator variable in SH_START_ITERATE
2023-07-06 Andrew DunstanSkip pg_baseback long filename test if path too long...
2023-07-06 Heikki LinnakangasWAL-log the creation of the init fork of unlogged indexes.
2023-07-06 Amit KapilaRevert the commits related to allowing page lock to...
2023-07-05 Heikki LinnakangasFix leak of LLVM "fatal-on-oom" section counter.
2023-07-05 Masahiko Sawadapgstat: fix subscription stats entry leak.
2023-07-04 Daniel GustafssonFix assertion failure in snapshot building
2023-07-04 Heikki LinnakangasEnsure that creation of an empty relfile is fsync'd...
2023-07-04 Thomas MunroRe-bin segment when memory pages are freed.
2023-07-03 Thomas MunroFix race in SSI interaction with gin fast path.
2023-07-03 Thomas MunroFix race in SSI interaction with bitmap heap scan.
2023-07-03 Thomas MunroFix race in SSI interaction with empty btrees.
2023-07-03 Tomas VondraRemove expensive test of postgres_fdw batch inserts
2023-07-03 Andrew DunstanImprove pg_basebackup long file name test Windows robus...
2023-07-03 Michael PaquierMake PG_TEST_NOCLEAN work for temporary directories...
2023-07-02 Thomas MunroSilence "missing contrecord" error.
2023-07-02 Tomas VondraFix oversight in handling of modifiedCols since f24523672d
2023-07-02 Tomas VondraFix memory leak in Incremental Sort rescans
2023-07-01 Noah MischFix test of pg_stat_io for wal_level=minimal.
2023-06-30 Bruce Momjiandoc: PG 16 relnotes, remove "Have initdb use ICU by...
2023-06-30 Amit LangoteAdd a test case for a316a3bc
2023-06-30 Michael PaquierFix marking of indisvalid for partitioned indexes at...
2023-06-29 Tom LaneArm gen_node_support.pl's nodetag ABI stability check...
2023-06-29 Michael PaquierFix pg_depend entry to AMs after ALTER TABLE .. SET...
2023-06-29 Andres Freundmeson: Remove redundant return code check
2023-06-29 Tom LaneDefend against bogus parameterization of join input...
2023-06-29 Tom LaneFix order of operations in ExecEvalFieldStoreDeForm().
2023-06-29 Peter Eisentrautmeson: Fix intl misspelling
2023-06-29 Peter Eisentrautmeson: Use a better error message in an impossible...
2023-06-29 Peter Eisentrautmeson: Make some Meson style more consistent with surro...
2023-06-29 Peter Eisentrautmeson: Fix some grammar usage in Meson comments
2023-06-29 Peter Eisentrautmeson: Mention the correct way to disable readline...
2023-06-29 Peter Eisentrautmeson: Remove old comment
2023-06-29 Peter Eisentrautmeson: Use the not_found_dep constant
2023-06-29 Peter Eisentrautmeson: Attach colon to keyword argument
2023-06-29 Peter Eisentrautmeson: Use consistent Meson option description formats
2023-06-29 Peter Eisentrautmeson: Use consistent casing in Meson option descriptions
2023-06-29 Peter Eisentrautmeson: Remove triple-quoted strings
2023-06-29 Peter EisentrautRemove inappropriate raw_expression_tree_walker() code
2023-06-29 Peter EisentrautError message wording improvements
2023-06-29 Nathan BossartFix psql \?'s entries for \dp and \z.
2023-06-29 Michael Paquierpg_stat_statements: Fix second comment related to entry...
2023-06-28 Michael Paquierpg_stat_statements: Fix incorrect comment with entry...
2023-06-28 Peter EisentrautReword error messages for consistency
2023-06-28 Tom LaneDoc: minor wording adjustments in transaction isolation...
2023-06-28 Michael PaquierAdd timeline ID to file names generated with pg_waldump...
2023-06-28 Michael PaquierIgnore invalid indexes when enforcing index rules in...
2023-06-27 Michael PaquierRemove dependency to query text in JumbleQuery()
2023-06-27 Heikki LinnakangasFix comment on clearing padding.
2023-06-26 Tom LaneStamp 16beta2. REL_16_BETA2
2023-06-26 Bruce Momjiandoc: PG 16 relnotes, update for beta 2
2023-06-26 Peter EisentrautTranslation updates
2023-06-26 Heikki LinnakangasChange "..." to cstring in old input/output function...
2023-06-24 Tom LaneCheck for interrupts and stack overflow in TParserGet().
2023-06-24 Bruce Momjiandoc: rename "decades" to be more generic
2023-06-23 Peter EisentrautError message refactoring
2023-06-23 Peter Eisentrautdoc: Improve punctuation
2023-06-23 Peter Eisentrautdoc: Clean up title case use
2023-06-23 Michael PaquierFix incorrect error message in libpq_pipeline
2023-06-22 Nathan BossartImprove privilege documentation for maintenance commands.
2023-06-22 Nathan BossartFix cache lookup hazards introduced by ff9618e82a.
2023-06-22 Amit KapilaDoc: Clarify the behavior of triggers/rules in a logica...
2023-06-22 David RowleyDoc: mention that extended stats aren't used for joins
2023-06-22 Peter Geoghegannbtree VACUUM: cope with topparent inconsistencies.
2023-06-21 Bruce Momjiandoc: update PG history as over "three decades"
2023-06-21 Jeff DavisICU: do not convert locale 'C' to 'en-US-u-va-posix'.
2023-06-21 Jeff Davisinitdb: change default --locale-provider back to libc.
2023-06-21 Tom LaneAvoid Assert failure when processing empty statement...
2023-06-21 Peter EisentrautAllow and require passing files on command line of...
2023-06-21 Michael PaquierDisable use of archiving in 009_twophase.pl
2023-06-21 Amit KapilaFix the errhint message and docs for drop subscription...
2023-06-20 Nathan BossartMove bool parameter for vacuum_rel() to option bits.
2023-06-20 Tom LaneFix hash join when inner hashkey expressions contain...
2023-06-20 Bruce Momjiandocs: adjust tag indenting and add MERGE mention
2023-06-20 Tom LaneFix another cause of "wrong varnullingrels" planner...
2023-06-20 Tom LaneDon't include outer join relids in lateral_relids bitma...
next