users/c2main/postgres.git
2024-10-02 Robert HaasFile size in a backup manifest should use uint64, not...
2024-10-02 Daniel Gustafssondoc: Missing markup, punctuation and wordsmithing
2024-10-02 Daniel GustafssonAdd fastpaths for when no objects are found
2024-10-02 Daniel GustafssonRemove superfluous PQExpBuffer resetting
2024-10-02 Daniel Gustafssondoc: Add link to login event trigger example
2024-10-02 Fujii MasaoFix inconsistent reporting of checkpointer stats.
2024-10-02 Michael Paquierdoc: Clarify name of files generated by pg_waldump...
2024-10-01 Tom LaneReject a copy EOF marker that has data ahead of it...
2024-10-01 Peter Eisentrautinitdb: Add new option "--no-data-checksums"
2024-10-01 Peter EisentrautTweak docs to reduce possible impact of data checksums
2024-10-01 Peter EisentrautUse macro to define the number of enum values
2024-10-01 Robert HaasFix some pg_verifybackup issues reported by Coverity.
2024-10-01 Peter EisentrautSimplify checking for xlocale.h
2024-10-01 Peter Eisentrautjit: Use opaque pointers in all supported LLVM versions.
2024-10-01 Peter Eisentrautjit: Require at least LLVM 14, if enabled.
2024-10-01 Daniel Gustafssondoc: Mention the connstring key word for PGSERVICE
2024-10-01 Michael PaquierFix race condition in COMMIT PREPARED causing orphaned...
2024-10-01 Tatsuo IshiiDoc: replace unnecessary non-breaking space with ordina...
2024-09-30 Michael PaquierExpand assertion check for query ID reporting in executor
2024-09-30 Daniel GustafssonAdd missing command for pg_maintain in comment
2024-09-30 Tom LaneDo not treat \. as an EOF marker in CSV mode for COPY IN.
2024-09-30 Fujii Masaodocs: Enhance the pg_stat_checkpointer view documentation.
2024-09-30 Tom LaneRemove incorrect entries in pg_walsummary's getopt_long...
2024-09-30 Alvaro HerreraDon't disallow DROP of constraints ONLY on partitioned...
2024-09-30 Michael PaquierBump catalog version for change in VariableSetStmt
2024-09-30 Michael PaquierShow values of SET statements as constants in pg_stat_s...
2024-09-30 Fujii MasaoAdd num_done counter to the pg_stat_checkpointer view.
2024-09-30 Fujii Masaoreindexdb: Skip reindexing temporary tables and indexes.
2024-09-29 Michael PaquierSet query ID in parallel workers for vacuum, BRIN and...
2024-09-29 Noah MischRemove NULL dereference from RenameRelationInternal().
2024-09-29 Tom LaneIn passwordFromFile, don't leak the open file after...
2024-09-27 Noah MischAvoid 037_invalid_database.pl hang under debug_discard_...
2024-09-27 Nathan Bossartdoc: Note that CREATE MATERIALIZED VIEW restricts searc...
2024-09-27 Tom LaneRecalculate where-needed data accurately after a join...
2024-09-27 Robert HaasReindent pg_verifybackup.c.
2024-09-27 Robert Haaspg_verifybackup: Verify tar-format backups.
2024-09-27 Fujii MasaoFix typo in pg_walsummary/nls.mk.
2024-09-27 Michael PaquierFix incorrect memory access in VACUUM FULL with invalid...
2024-09-26 Michael PaquierFix catalog data of new LO privilege functions
2024-09-26 Nathan BossartEnsure we have a snapshot when updating pg_index entries.
2024-09-26 Nathan BossartImprove style of pg_upgrade task callback functions.
2024-09-26 Tom LaneModernize to_char's Roman-numeral code, fixing overflow...
2024-09-26 Tom LaneDoc: InitPlans aren't parallel-restricted any more.
2024-09-26 Amit KapilaDoc: Add a note in the upgrade of logical replication...
2024-09-26 Alexander KorotkovUpdate oid for pg_wal_replay_wait() procedure
2024-09-25 Nathan BossartRemove extra whitespace in pg_upgrade status message.
2024-09-25 Alvaro HerreraTurn 'if' condition around to avoid Svace complaint
2024-09-25 Michael Paquiervacuumdb: Skip temporary tables in query to build list...
2024-09-25 Amit KapilaDoc: Add the steps for upgrading the logical replicatio...
2024-09-25 Michael Paquierpg_stat_statements: Expand tests for SET statements
2024-09-24 Noah MischFor inplace update durability, make heap_update() calle...
2024-09-24 Noah MischFix data loss at inplace update after heap_update().
2024-09-24 Noah MischWarn if LOCKTAG_TUPLE is held at commit, under debug_as...
2024-09-24 Jeff DavisAllow length=-1 for NUL-terminated input to pg_strncoll...
2024-09-24 Tom LaneFix psql describe commands' handling of ACL columns...
2024-09-24 Jeff DavisTighten up make_libc_collator() and make_icu_collator().
2024-09-24 Peter EisentrautAdd further excludes to headerscheck
2024-09-24 Tom LaneNeaten up our choices of SQLSTATEs for XML-related...
2024-09-24 Peter GeogheganUpdate obsolete nbtree array preprocessing comments.
2024-09-24 David RowleyAdd ONLY support for VACUUM and ANALYZE
2024-09-23 Michael PaquierRemove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH
2024-09-23 Tom Lanejsonapi: fix memory leakage during OOM error recovery.
2024-09-23 Tomas VondraFix asserts in fast-path locking code
2024-09-23 Tatsuo IshiiAdd memory/disk usage for more executor nodes.
2024-09-21 Nathan BossartRemove pg_authid's TOAST table.
2024-09-21 Tomas VondraIncrease the number of fast-path lock slots
2024-09-21 Peter GeogheganRefactor handling of nbtree array redundancies.
2024-09-20 Tom LaneImprove Asserts checking relation matching in parallel...
2024-09-20 Nathan BossartAlphabetize #include directives in pg_checksums.c.
2024-09-20 Tom LaneDoc: explain how to test ADMIN privilege with pg_has_ro...
2024-09-20 Peter GeogheganFix nbtree pgstats accounting with parallel scans.
2024-09-20 Michael PaquierAdd parameter "connstr" to PostgreSQL::Test::Cluster...
2024-09-20 Tom LaneRestore relmapper state early enough in parallel workers.
2024-09-19 Michael Paquierpsql: Add tests for repeated calls of \bind[_named]
2024-09-19 Bruce Momjiandoc PG relnotes: remove warning about commit links...
2024-09-19 Bruce Momjiandoc PG relnotes: document "Unresolved ID reference...
2024-09-19 Bruce Momjiandoc PG relnotes: rename commit link paragraph for...
2024-09-19 Bruce MomjianImprove Perl script which adds commit links to release...
2024-09-19 Alexander KorotkovAdd UpgradeTaskProcessCB to typedefs.list
2024-09-19 Alexander KorotkovFix order of includes in src/bin/pg_upgrade/info.c
2024-09-19 Alexander KorotkovMove pg_wal_replay_wait() to xlogfuncs.c
2024-09-19 Michael Paquierpsql: Clean up more aggressively state of \bind[_named...
2024-09-19 Michael PaquierIntroduce ATT_PARTITIONED_TABLE in tablecmds.c
2024-09-19 David RowleyOptimize tuplestore usage for WITH RECURSIVE CTEs
2024-09-18 Bruce Momjiandoc PG relnotes: add paragraph explaining the section...
2024-09-18 Bruce Momjiandoc PG relnotes: no relnote footnotes for commit links...
2024-09-18 Nathan BossartAdd TOAST table to pg_index.
2024-09-18 Fujii Masaodocs: Improve the description of num_timed column in...
2024-09-18 Michael PaquierAdd some sanity checks in executor for query ID reporting
2024-09-18 Fujii Masaopostgres_fdw: Extend postgres_fdw_get_connections to...
2024-09-18 Michael PaquierExtend PgStat_HashKey.objid from 4 to 8 bytes
2024-09-18 Noah MischDon't enter parallel mode when holding interrupts.
2024-09-18 Michael PaquierAdd missing query ID reporting in extended query protocol
2024-09-17 Thomas MunroAllow ReadStream to be consumed as raw block numbers.
2024-09-17 Tom LaneRepair pg_upgrade for identity sequences with non-defau...
2024-09-17 Alexander KorotkovEnsure standby promotion point in 043_wal_replay_wait.pl
2024-09-17 Alexander KorotkovMinor cleanup related to pg_wal_replay_wait() procedure
2024-09-17 Peter GeogheganAvoid parallel nbtree index scan hangs with SAOPs.
2024-09-17 Peter EisentrautAdd temporal FOREIGN KEY contraints
2024-09-17 Peter EisentrautAdd temporal PRIMARY KEY and UNIQUE constraints
next