]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
79 min ago  Masahiko Sawadadoc: Fix missing role attribute in pg_get_tablespace_dd... master github/master
3 hours ago  Tom LaneClean up all relid fields of RestrictInfos during join...
7 hours ago  Tom LaneMake ExecForPortionOfLeftovers() obey SRF protocol.
8 hours ago  Álvaro HerreraREPACK: do not require REPLICATION or LOGIN
10 hours ago  Bruce Momjiandoc PG 19 relnotes: fix typo, "date" -> "data"
11 hours ago  Alexander Korotkov049_wait_for_lsn.pl: create function and procedure...
13 hours ago  Richard GuoClean up remove_rel_from_query() after self-join elimin...
16 hours ago  Peter EisentrautAdd missing Datum conversions
16 hours ago  Peter EisentrautFix incorrect format placeholders
16 hours ago  Amit KapilaFlush statistics during idle periods in parallel apply...
18 hours ago  Michael PaquierMeson: Fix check_header() for readline and gssapi
23 hours ago  David RowleyMinor fixes for test_bitmapset.c
34 hours ago  Peter EisentrautFix 64-bit shifting in dynahash.c
3 days ago  Robert Haaspg_plan_advice: pgindent
3 days ago  Heikki LinnakangasChange PointerGetDatum() back to a macro
3 days ago  Robert Haaspg_plan_advice: Fix another unique-semijoin bug.
3 days ago  Amit KapilaDoc: Improve the wording of logical slot prerequisites.
3 days ago  Fujii Masaodoc: Improve description of pg_ctl -l log file permissions
3 days ago  Fujii Masaopsql: Fix incorrect tab completion after CREATE PUBLICA...
3 days ago  Amit LangoteReject invalid databases in pg_get_database_ddl()
4 days ago  Bruce Momjiandoc PG 19 relnotes: change "free space map" to "visibil...
4 days ago  Andrew DunstanMake psql DETAIL line test unconditionally optional.
4 days ago  Álvaro HerreraAdd missing initialization
4 days ago  Bruce Momjiandoc PG 19 relnotes: add author and move items
4 days ago  Melanie PlagemanUpdate FSM during prune/freeze replay even if freespace...
4 days ago  Bruce Momjiandoc PG 19 relnotes: update author
4 days ago  Bruce Momjiandoc PG 19 relnotes: corrections reported to me privately
4 days ago  Fujii MasaoUse XLogRecPtrIsValid() consistently for WAL position...
4 days ago  Daniel Gustafssondoc: Add missing GUCs to SSL SNI docs
4 days ago  Peter EisentrautMSVC: Turn missing function declaration into an error
4 days ago  Peter EisentrautAdd missing include
4 days ago  Thomas MunroFix comments for Korean encodings in encnames.c
4 days ago  Amit LangoteFix pg_overexplain to emit valid output with RANGE_TABL...
4 days ago  Amit LangoteFix incorrect comment in JsonTablePlanJoinNextRow()
4 days ago  Fujii MasaoUse proc_exit() for walreceiver exit in WalRcvWaitForSt...
5 days ago  Bruce Momjiandoc PG 19 relnotes: remove doc author from "Allow...
5 days ago  Bruce Momjiandoc PG 19 relnotes: add free space map all-visible...
5 days ago  Bruce Momjiandoc PG 19 relnotes: fixes for commands and authors
5 days ago  Bruce Momjiandoc PG 19 relnotes: remove "Lakshmi N" as author of...
5 days ago  Bruce Momjiandoc PG 19 relnotes: fix "now targets"
5 days ago  Bruce Momjiandoc PG 19 relnotes: addjust CREATE/ALTER PUBLICATION...
5 days ago  Bruce Momjiandoc PG 19 relnotes: add missing March 16 autovacuum...
5 days ago  Bruce Momjiandoc PG 19 relnotes: adjust ShmemRequestStruct item
5 days ago  Andrew DunstanFix COPY TO FORMAT JSON to exclude generated columns.
5 days ago  Andrew DunstanRework signal handler infrastructure to pass sender...
5 days ago  Bruce Momjiandoc: first draft of PG 19 release notes
5 days ago  Richard GuoFix var_is_nonnullable() to handle invalid NOT NULL...
5 days ago  Andrew DunstanFix pfree crash in pg_get_role_ddl() and pg_get_databas...
6 days ago  Jeff DavisCheck for unterminated strings when calling uloc_getLan...
6 days ago  Michael PaquierAdd tests for low-level PGLZ [de]compression routines
6 days ago  Heikki LinnakangasReplace deprecated StaticAssertStmt() with StaticAssert...
6 days ago  Amit KapilaAdd missing period to HINT messages.
7 days ago  Jeff DavisFix overrun when comparing with unterminated ICU langua...
7 days ago  Robert Haasdoc: Remove stray word from pg_stash_advice docs.
7 days ago  Robert Haasdoc: Fix a couple of mistakes in pgplanadvice.sgml
7 days ago  Robert Haaspg_plan_advice: Export feedback-related definitions.
7 days ago  Robert Haaspg_plan_advice: Fix a bug when a subquery is pruned...
7 days ago  Robert Haaspg_plan_advice: Add alternatives test to Makefile.
7 days ago  Robert Haaspg_plan_advice: Handle non-repeatable TABLESAMPLE scans.
7 days ago  Alexander KorotkovExplicitly forbid non-top-level WAIT FOR execution
7 days ago  Peter EisentrautUpdate Unicode data to CLDR 48.2
7 days ago  Peter Eisentrautpg_createsubscriber: Don't use MAXPGPATH
7 days ago  Peter Eisentrautpg_createsubscriber: Remove separate logfile_open(...
7 days ago  Peter Eisentrautpg_createsubscriber: Use logging.c log file callback
7 days ago  Peter EisentrautAdd log file support to logging.c
7 days ago  Amit KapilaFix capitalization in publication describe output.
7 days ago  Amit KapilaFix excessive logging in idle slotsync worker.
7 days ago  David RowleyImprove various new-to-v19 appendStringInfo calls
7 days ago  Michael Paquiertest_saslprep: Fix issue with copy of input bytea
7 days ago  David RowleyFix unlikely overflow bug in bms_next_member()
7 days ago  David RowleyUse stack-allocated StringInfoDatas, where possible
8 days ago  David RowleyDoc: use "an SQL" consistently rather than "a SQL"
9 days ago  Michael PaquierHonor passed-in database OIDs in pgstat_database.c
9 days ago  Richard GuoFix estimate_array_length error with set-operation...
9 days ago  Thomas Munroread_stream: Remove obsolete comment.
9 days ago  Masahiko SawadaFix unstable log verification in test_autovacuum.
10 days ago  Masahiko Sawadadoc: Improve consistency of parallel vacuum description.
10 days ago  Fujii MasaoAdjust log level of logical decoding messages by context
10 days ago  Andrew DunstanRevert "Add built-in fuzzing harnesses for security...
10 days ago  Andrew DunstanUse size_t instead of Size in pg_waldump
10 days ago  Andrew DunstanAdd built-in fuzzing harnesses for security testing.
10 days ago  Andrew DunstanFix heap-buffer-overflow in pglz_decompress() on corrup...
10 days ago  Andrew DunstanFix incremental JSON parser numeric token reassembly...
10 days ago  Amit LangoteAdd test case for same-type reordered FK columns
10 days ago  Amit LangoteMove afterTriggerFiringDepth into AfterTriggersData
10 days ago  Richard GuoFix var_is_nonnullable() to account for varreturningtype
10 days ago  Amit LangoteAssert index_attnos[0] == 1 in ri_FastPathFlushArray()
10 days ago  Amit LangoteFix FK fast-path scan key ordering for mismatched colum...
10 days ago  Amit LangoteFix typo left by 34a30786293
10 days ago  Amit LangoteFix RI fast-path crash under nested C-level SPI
10 days ago  Jeff DavisDocument new catalog columns, missed in commit 8185bb5347.
10 days ago  Michael PaquierZero-fill private_data when attaching an injection...
11 days ago  Nathan BossartFix double-free in pg_stat_autovacuum_scores.
11 days ago  Masahiko SawadaRemove an unstable wait from parallel autovacuum regres...
11 days ago  Andres Freundinstrumentation: Avoid CPUID 0x15/0x16 for Hypervisor...
11 days ago  Nathan BossartAdd LOG_NEVER error level code.
11 days ago  Richard GuoFix integer overflow in nodeWindowAgg.c
11 days ago  Peter EisentrautUpdate config.guess and config.sub
11 days ago  Richard GuoStrip PlaceHolderVars from partition pruning operands
11 days ago  Amit LangoteAdd nkeys parameter to recheck_matched_pk_tuple()
next