postgresql.git
2022-11-29 Michael PaquierFix comment in fe-auth-scram.c
2022-11-29 Tom LaneImprove heuristics for compressing the KnownAssignedXid...
2022-11-29 Tom LanePrevent clobbering of utility statements in SQL functio...
2022-11-29 Tom LaneRemove bogus Assert and dead code in remove_useless_res...
2022-11-27 Andrew DunstanFix binary mismatch for MSVC plperl vs gcc built perl...
2022-11-26 Tom LaneRemove temporary portlock directory during make [dist...
2022-11-26 Andrew DunstanAdd portlock directory to .gitignore
2022-11-25 Andrew DunstanAllow building with MSVC and Strawberry perl
2022-11-25 Etsuro FujitaFix handling of pending inserts in nodeModifyTable.c.
2022-11-25 Amit KapilaFix uninitialized access to InitialRunningXacts during...
2022-11-24 Alvaro HerreraMake multixact error message more explicit
2022-11-23 Andrew DunstanFix perl warning from commit 9b4eafcaf4
2022-11-22 Tom LaneYA attempt at taming worst-case behavior of get_actual_...
2022-11-22 Andrew DunstanPrevent port collisions between concurrent TAP tests
2022-11-22 Alvaro HerreraIgnore invalidated slots while computing oldest catalog...
2022-11-21 Daniel GustafssonReplace link to Hunspell with the current homepage
2022-11-21 Tom LaneAdd comments and a missing CHECK_FOR_INTERRUPTS in...
2022-11-21 Tom LaneRevert "Prevent instability in contrib/pageinspect...
2022-11-21 Tom LanePrevent instability in contrib/pageinspect's regression...
2022-11-19 Andres FreundFix mislabeling of PROC_QUEUE->links as PGPROC, fixing...
2022-11-19 Tom LaneDoc: sync src/tutorial/basics.source with SGML document...
2022-11-19 Tom Lanepg_dump: avoid unsafe function calls in getPolicies().
2022-11-19 Tom LanePostpone calls of unsafe server-side functions in pg_dump.
2022-11-18 Andrew DunstanFix version comparison in Version.pm
2022-11-17 Tom LaneReplace RelationOpenSmgr() with RelationGetSmgr().
2022-11-17 Noah MischAccount for IPC::Run::result() Windows behavior change.
2022-11-14 Amit KapilaFix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE...
2022-11-11 Jeff DavisFix theoretical torn page hazard.
2022-11-10 Tom LaneFix alter_table.sql test case to test what it claims to.
2022-11-10 Tom LaneRe-allow building on Microsoft Visual Studio 2013.
2022-11-10 Amit KapilaFix comments atop ReorderBufferAddInvalidations.
2022-11-10 Michael PaquierFix comment of SimpleLruInit() in slru.c
2022-11-09 Tom LaneDoc: add comments about PreventInTransactionBlock/IsInT...
2022-11-08 Tom LaneDoc: improve tutorial section about grouped aggregates.
2022-11-07 Tom LaneStamp 14.6. REL_14_6
2022-11-07 Peter EisentrautTranslation updates
2022-11-06 Tom LaneRelease notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23.
2022-11-04 Etsuro FujitaCorrect error message for row-level triggers with trans...
2022-11-03 Alvaro HerreraCreate FKs properly when attaching table as partition
2022-11-03 Tom LaneAvoid crash after function syntax error in a replicatio...
2022-11-03 Tom LaneAdd casts to simplehash.h to silence C++ warnings.
2022-11-02 Tom LaneAllow use of __sync_lock_test_and_set for spinlocks...
2022-11-02 Tom LaneDefend against unsupported partition relkind in logical...
2022-11-02 Etsuro FujitaFix copy-and-pasteo in comment.
2022-11-01 Tom LaneUpdate time zone data files to tzdata release 2022f.
2022-11-01 Tom Lanepg_stat_statements: fetch stmt location/length before...
2022-10-26 Michael PaquierFix ordering issue with WAL operations in GIN fast...
2022-10-21 Robert Haaspg_basebackup: Fix cross-platform tablespace relocation.
2022-10-21 Amit KapilaAdd CHECK_FOR_INTERRUPTS while restoring changes during...
2022-10-21 Amit KapilaFix executing invalidation messages generated by subtra...
2022-10-20 David RowleyDoc: fix outdated wording about parallel seq scans
2022-10-20 Amit KapilaFix assertion failures while processing NEW_CID record...
2022-10-19 Thomas MunroTrack LLVM 15 changes.
2022-10-17 Bruce Momjiandoc: move the mention of aggregate JSON functions...
2022-10-17 Bruce Momjiandoc: warn pg_stat_reset() can cause vacuum/analyze...
2022-10-17 Tom LaneReject non-ON-SELECT rules that are named "_RETURN".
2022-10-17 Tom LaneGuard against table-AM-less relations in planner.
2022-10-16 Tom LaneFix EXPLAIN of SEARCH BREADTH FIRST with a constant...
2022-10-16 Tom LaneRename parser token REF to REF_P to avoid a symbol...
2022-10-16 Tom LaneUse libc's snprintf, not sprintf, for special cases...
2022-10-14 Alvaro Herreralibpq: Reset singlerow flag correctly in pipeline mode
2022-10-13 Alvaro HerreraFix typo in CREATE PUBLICATION reference page
2022-10-12 Tom LaneDoc: improve recommended systemd unit file.
2022-10-11 Tom LaneHarden pmsignal.c against clobbered shared memory.
2022-10-11 Tom LaneYet further fixes for multi-row VALUES lists for updata...
2022-10-11 Alvaro HerreraEnsure all perl test modules are installed
2022-10-07 Alvaro HerreraFix self-referencing foreign keys with partitioned...
2022-09-30 Tom LaneAvoid improbable PANIC during heap_update, redux.
2022-09-30 Daniel Gustafssondoc: Fix PQsslAttribute docs for compression
2022-09-29 Etsuro FujitaUpdate comment in ExecInsert() regarding batch insertion.
2022-09-28 Bruce Momjiandoc: clarify internal behavior of RECURSIVE CTE queries
2022-09-28 Bruce Momjianrevert "warn of SECURITY DEFINER schemas for non-sql_bo...
2022-09-28 Alvaro HerreraChange some errdetail() to errdetail_internal()
2022-09-25 Tom LaneFix tupdesc lifespan bug with AfterTriggersTableData...
2022-09-25 Alvaro HerreraAdd missing source files to pg_waldump/nls.mk
2022-09-23 Alvaro HerreraStop using PQsendQuery in libpq_pipeline
2022-09-22 Jeff DavisFix race condition where heap_delete() fails to pin...
2022-09-22 Etsuro FujitaFix thinko in comment.
2022-09-22 Fujii Masaodocs: Fix snapshot name in SET TRANSACTION docs.
2022-09-21 Tom LaneSuppress more variable-set-but-not-used warnings from...
2022-09-20 Tom LaneDisable -Wdeprecated-non-prototype in the back branches.
2022-09-20 Tom LaneSuppress variable-set-but-not-used warnings from clang 15.
2022-09-20 Michael Paquierdoc: Fix parameter name for pg_create_logical_replicati...
2022-09-20 Michael PaquierFix incorrect variable types for origin IDs in decode.c
2022-09-19 Tom LaneFuture-proof the recursion inside ExecShutdownNode().
2022-09-17 Peter GeogheganMake check_usermap() parameter names consistent.
2022-09-17 Andres FreundInclude c.h instead of postgres.h in src/port/*p{read...
2022-09-16 Tom LaneImprove plpgsql's ability to handle arguments declared...
2022-09-15 Tom LaneDetect format-string mistakes in the libpq_pipeline...
2022-09-14 Etsuro Fujitapostgres_fdw: Avoid 'variable not found in subplan...
2022-09-14 Michael PaquierFix incorrect value for "strategy" with deflateParams...
2022-09-14 Peter EisentrautExpand palloc/pg_malloc API for more type safety
2022-09-12 David RowleyDon't reference out-of-bounds array elements in brin_mi...
2022-09-12 Daniel Gustafssondoc: Fix link to FreeBSD documentation project
2022-09-12 Daniel GustafssonFix NaN comparison in circle_same test
2022-09-09 Tom LaneFix possible omission of variable storage markers in...
2022-09-09 Tom LaneReject bogus output from uuid_create(3).
2022-09-08 Alvaro HerreraChoose FK name correctly during partition attachment
2022-09-05 David RowleyDoc: clarify partitioned table limitations
2022-09-03 Michael Paquierdoc: Fix two queries related to jsonb functions
next