users/rhaas/postgres.git
2023-07-05 Michael PaquierGenerate automatically code and documentation related...
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 Peter EisentrautRemove incidental md5() function uses from several...
2023-07-04 David RowleyAllow Incremental Sorts on GiST and SP-GiST indexes
2023-07-04 Michael Paquierlibpq: Add support for Close on portals and statements
2023-07-04 Thomas MunroRe-bin segment when memory pages are freed.
2023-07-04 David RowleyRemove trailing zero words from Bitmapsets
2023-07-03 Michael PaquierFix regression tests of unaccent to work without UTF8...
2023-07-03 Michael PaquierShow information about flex (version and command path...
2023-07-03 Nathan BossartIncrease size of bgw_library_name.
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 Nathan BossartDon't truncate database and user names in startup packets.
2023-07-03 Tomas VondraConsider fillfactor when estimating relation size
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 Tomas VondraFix code indentation violations
2023-07-03 Peter EisentrautA minor simplification for List manipulation
2023-07-03 Heikki LinnakangasUpdate PG_CACHE_LINE_SIZE description.
2023-07-03 Peter Eisentrautcirrus/freebsd: define ENFORCE_REGRESSION_TEST_NAME_RES...
2023-07-03 Peter EisentrautTake pg_attribute out of VacAttrStats
2023-07-03 Peter EisentrautAdd macro for maximum statistics target
2023-07-03 Peter EisentrautChange type of pg_statistic_ext.stxstattarget
2023-07-03 Michael PaquierRemove support for OpenSSL 1.0.1
2023-07-03 Michael PaquierRefactor some code related to wait events "BufferPin...
2023-07-03 Michael PaquierMake PG_TEST_NOCLEAN work for temporary directories...
2023-07-03 David RowleyRemove redundant PARTITION BY columns from WindowClauses
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-02 Tomas VondraImprove BRIN minmax-multi opclass test coverage
2023-07-02 Tomas VondraIntroduce bloom_filter_size for BRIN bloom opclass
2023-07-02 Tomas VondraMinor cleanups in the BRIN code
2023-07-02 Thomas MunroTrust signalfd on illumos, again.
2023-07-01 Noah MischFix test of pg_stat_io for wal_level=minimal.
2023-06-30 Heikki LinnakangasRemove redundant check for fast_forward.
2023-06-30 Heikki LinnakangasImprove comment on why we need ctid->(cmin,cmax) mapping.
2023-06-30 Amit LangoteAdd a test case for a316a3bc
2023-06-30 Michael PaquierIntroduce long options in pg_archivecleanup
2023-06-30 Michael PaquierFix marking of indisvalid for partitioned indexes at...
2023-06-30 Michael PaquierAdd tab completion for CREATE SCHEMA in psql
2023-06-30 Michael PaquierUse named captures in Catalog::ParseHeader()
2023-06-29 Tom LaneStamp HEAD as 17devel.
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.
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...
2023-06-20 Tom LaneCentralize fixups for mismatched nullingrels in nestloo...
2023-06-20 Tom LaneAdd b334612b8 to .git-blame-ignore-revs.
next