postgresql.git
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
2024-09-17 Peter EisentrautAdd stratnum GiST support function
2024-09-17 Tatsuo IshiiAdd memory/disk usage for Window aggregate nodes in...
2024-09-16 Nathan BossartFix redefinition of typedef.
2024-09-16 Nathan Bossartpg_upgrade: Parallelize encoding conversion check.
2024-09-16 Nathan Bossartpg_upgrade: Parallelize WITH OIDS check.
2024-09-16 Nathan Bossartpg_upgrade: Parallelize incompatible polymorphics check.
2024-09-16 Nathan Bossartpg_upgrade: Parallelize postfix operator check.
2024-09-16 Nathan Bossartpg_upgrade: Parallelize contrib/isn check.
2024-09-16 Nathan Bossartpg_upgrade: Parallelize data type checks.
2024-09-16 Nathan Bossartpg_upgrade: Parallelize retrieving extension updates.
2024-09-16 Nathan Bossartpg_upgrade: Parallelize retrieving loadable libraries.
2024-09-16 Nathan Bossartpg_upgrade: Parallelize subscription check.
2024-09-16 Nathan Bossartpg_upgrade: Parallelize retrieving relation information.
2024-09-16 Nathan BossartIntroduce framework for parallelizing various pg_upgrad...
2024-09-16 Bruce Momjiandoc PG relnotes: fix SGML markup for new commit links
2024-09-16 Bruce Momjianscripts: add Perl script to add links to release notes
2024-09-16 Bruce MomjianPerl scripts: revert 43ce181059d
2024-09-15 Tom LaneReplace usages of xmlXPathCompile() with xmlXPathCtxtCo...
2024-09-15 Bruce MomjianPerl scripts: eliminate "Useless interpolation" warnings
2024-09-14 Tom LaneRun regression tests with timezone America/Los_Angeles.
2024-09-14 Alvaro HerreraAdd commit 7229ebe011df to .git-blame-ignore-revs.
2024-09-14 Tom LaneRemove obsolete comment in pg_stat_statements.
2024-09-14 Andrew DunstanImprove meson's detection of perl build flags
2024-09-14 Andrew DunstanOnly define NO_THREAD_SAFE_LOCALE for MSVC plperl when...
2024-09-13 Tom LaneAllow _h_indexbuild() to be interrupted.
2024-09-13 Nathan BossartAdd commit 2b03cfeea4 to .git-blame-ignore-revs.
2024-09-13 Nathan BossartFix contrib/pageinspect's test for sequences.
2024-09-13 Peter EisentrautRemove separate locale_is_c arguments
2024-09-13 Amit LangoteSQL/JSON: Update example in JSON_QUERY() documentation
2024-09-13 Amit KapilaProhibit altering invalidated replication slots.
2024-09-13 Michael Paquierpg_stat_statements: Add tests with extended query protocol
2024-09-12 Nathan BossartReintroduce support for sequences in pgstattuple and...
2024-09-12 Jeff DavisSimplify checks for deterministic collations.
2024-09-12 Jeff DavisRemove redundant check for default collation.
2024-09-12 Tom LaneMake jsonpath .string() be immutable for datetimes.
2024-09-12 Fujii MasaoAdd has_largeobject_privilege function.
2024-09-12 Fujii MasaoDeduplicate code in LargeObjectExists and myLargeObject...
2024-09-12 Peter EisentrautRemove hardcoded hash opclass function signature exceptions
2024-09-12 David RowleyDoc: alphabetize aggregate function table
2024-09-12 Fujii MasaoRemove old RULE privilege completely.
2024-09-12 Peter EisentrautDon't overwrite scan key in systable_beginscan()
2024-09-12 Michael PaquierMove logic related to WAL replay of Heap/Heap2 into...
2024-09-12 David RowleyAdjust tuplestore stats API
2024-09-12 Amit LangoteSQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)
2024-09-11 Tom LaneRemove incorrect Assert.
2024-09-11 Magnus Haganderpg_createsubscriber: minor documentation fixes
2024-09-11 Peter EisentrautReplace gratuitous memmove() with memcpy()
2024-09-11 Tomas VondraFix unique key checks in JSON object constructors
2024-09-11 Peter EisentrautUpdate .gitignore
2024-09-11 Peter EisentrautRemove obsolete unconstify()
2024-09-11 Peter Eisentrautcommon/jsonapi: support libpq as a client
2024-09-11 Amit KapilaImprove assertion in FindReplTupleInLocalRel().
2024-09-10 Noah MischOptimize pg_visibility with read streams.
2024-09-10 Tom LaneUse a hash table to de-duplicate column names in ruleut...
2024-09-10 Tom LaneFix some whitespace issues in XMLSERIALIZE(... INDENT).
2024-09-10 Tom LaneImprove documentation and testing of jsonpath string...
2024-09-10 Tomas VondraAdd PG_TEST_PG_COMBINEBACKUP_MODE to CI tasks
2024-09-10 Daniel GustafssonProtect against small overread in SASLprep validation
2024-09-10 Peter EisentrautAdd amgettreeheight index AM API routine
2024-09-10 Richard GuoMark expressions nullable by grouping sets
2024-09-10 Richard GuoIntroduce an RTE for the grouping step
2024-09-09 Michael PaquierRemove emode argument from XLogFileRead() and XLogFileR...
2024-09-09 Masahiko SawadaAdd WAL usage reporting to ANALYZE VERBOSE output.
2024-09-09 Tom LaneConsistently use PageGetExactFreeSpace() in pgstattuple.
2024-09-09 Tom LaneDon't bother checking the result of SPI_connect[_ext...
next