]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-03-21  Amit LangoteAdd SQL/JSON query functions
2024-03-21  Amit KapilaAllow dbname to be written as part of connstring via...
2024-03-21  Masahiko SawadaAdd TIDStore, to store sets of TIDs (ItemPointerData...
2024-03-20  Tom LaneUn-break genbki.pl's error reporting capabilities.
2024-03-20  Tom LaneAdd to_regtypemod function to extract typemod from...
2024-03-20  Nathan BossartAvoid overflow in MaybeRemoveOldWalSummaries().
2024-03-20  Jeff DavisInline basic UTF-8 functions.
2024-03-20  Nathan BossartRevert "Temporary patch to help debug pg_walsummary...
2024-03-20  Alvaro HerreraReview wording on tablespaces w.r.t. partitioned tables
2024-03-20  Alvaro HerreraRework lwlocknames.txt to become lwlocklist.h
2024-03-20  Peter EisentrautCatalog domain not-null constraints
2024-03-20  Heikki LinnakangasRemove unused PruneState member rel
2024-03-20  Heikki LinnakangasReorganize heap_page_prune() function comment
2024-03-20  Dean RasheedAdd "--exclude-extension" to pg_dump's options.
2024-03-20  Heikki LinnakangasRemove assertions that some compiler say are tautological
2024-03-20  Peter EisentrautAdd tests for domain-related information schema views
2024-03-19  Jeff DavisSupport C.UTF-8 locale in the new builtin collation...
2024-03-19  Tom LaneImprove EXPLAIN's display of SubPlan nodes and output...
2024-03-19  Nathan BossartInline pg_popcount{32,64} into pg_popcount().
2024-03-19  Tom LanePostpone reparameterization of paths until create_plan().
2024-03-19  Peter Eisentrautgen_node_support.pl: Mark location fields as type alias...
2024-03-19  Daniel Gustafssonpg_upgrade: run all data type checks per connection
2024-03-19  Peter EisentrautUse half-open interval notation in without_overlaps...
2024-03-19  Peter EisentrautFix misleading comments
2024-03-19  Peter EisentrautUse daterange and YMD in without_overlaps tests instead...
2024-03-19  Peter EisentrautAdd some UUID support functions
2024-03-19  Peter EisentrautActivate perlcritic InputOutput::RequireCheckedSyscalls...
2024-03-19  Jeff DavisFix documentation oversights from 2d819a08a1.
2024-03-18  Jeff DavisUpdate src/common/unicode/README.
2024-03-18  Jeff DavisFix another warning, introduced by 846311051e.
2024-03-18  Jeff DavisAddress more review comments on commit 2d819a08a1.
2024-03-18  Alvaro Herreradblink/isolationtester/fe_utils: Use new cancel API
2024-03-18  Jeff DavisFix unreachable code warning from commit 2d819a08a1.
2024-03-18  Peter EisentrautAdd missing source files to nls.mk
2024-03-18  Alvaro HerreraPut libpq_pipeline cancel test back
2024-03-18  Heikki LinnakangasFix EXPLAIN Bitmap heap scan to count pages with no...
2024-03-18  Peter EisentrautAdd some const decorations
2024-03-18  Heikki LinnakangasMove code for backend startup to separate file
2024-03-18  Heikki LinnakangasRefactor postmaster child process launching
2024-03-18  Heikki LinnakangasMove some functions from postmaster.c to a new source...
2024-03-18  Heikki LinnakangasSplit registration of Win32 deadchild callback to separ...
2024-03-18  Michael PaquierRemove references to backup_fs_hot() in Cluster.pm
2024-03-18  Nathan BossartInitialize variables to placate compiler.
2024-03-17  Daniel GustafssonSupport json_errdetail in FRONTEND code
2024-03-17  Tom LaneMark hash_corrupted() as pg_attribute_noreturn.
2024-03-17  Dean RasheedFix PDF doc generation.
2024-03-17  Dean RasheedAdd RETURNING support to MERGE.
2024-03-17  Peter EisentrautAdd attstattarget to FormExtraData_pg_attribute
2024-03-17  Peter EisentrautGeneralize handling of nullable pg_attribute columns...
2024-03-17  Peter EisentrautMake stxstattarget nullable
2024-03-17  Dean RasheedFix EXPLAIN output for subplans in MERGE.
2024-03-17  Peter EisentrautSeparate equalRowTypes() from equalTupleDescs()
2024-03-16  Daniel GustafssonAdd destroyStringInfo function for cleaning up StringInfos
2024-03-16  Alexander Korotkovpsql: fix variable existence tab completion
2024-03-15  Alexander KorotkovUse locale-aware value for \watch in 005_timeouts.pl
2024-03-15  Daniel GustafssonFix handling of expecteddir in pg_regress
2024-03-15  Heikki LinnakangasFix backstop in gin test if injection point is not...
2024-03-15  Heikki LinnakangasTry to unbreak injection-fault tests in the buildfarm
2024-03-15  Alexander KorotkovFix wordings in timeouts TAP test
2024-03-15  Alexander KorotkovFix race condition in transaction timeout TAP tests
2024-03-15  Heikki LinnakangasImprove log messages referring to background worker...
2024-03-15  Heikki LinnakangasDisable tests using injection points in installcheck
2024-03-14  Michael PaquierAdd basic TAP tests for the low-level backup method...
2024-03-14  Michael PaquierRefactor initial hash lookup in dynahash.c
2024-03-14  David RowleyTrim ORDER BY/DISTINCT aggregate pathkeys in gather_gro...
2024-03-14  Daniel GustafssonLogin event trigger documentation wordsmithing
2024-03-14  Tom LaneMake INSERT-from-multiple-VALUES-rows handle domain...
2024-03-14  Nathan BossartAdd pg_column_toast_chunk_id().
2024-03-14  Heikki LinnakangasRemove redundant snapshot copying from parallel leader...
2024-03-14  Robert HaasAllow a no-wait lock acquisition to succeed in more...
2024-03-14  Alexander KorotkovFix contrib/pg_visibility/meson.build
2024-03-14  Alexander KorotkovAdd TAP tests for timeouts
2024-03-14  Alexander KorotkovFix false reports in pg_visibility
2024-03-14  Alvaro HerreraComment out noisy libpq_pipeline test
2024-03-14  Daniel GustafssonFix documentation comment for pg_md5_hash
2024-03-14  Amit KapilaFix typos in reorderbuffer.c.
2024-03-14  Jeff DavisIntroduce "builtin" collation provider.
2024-03-14  Peter EisentrautPut genbki.pl output into src/include/catalog/ directly
2024-03-14  Michael PaquierRevert "Add basic TAP tests for the low-level backup...
2024-03-14  Michael PaquierAdd basic TAP tests for the low-level backup method
2024-03-14  Alexander KorotkovImprove documentation for pg_stat_checkpointer fields
2024-03-13  Nathan BossartReintroduce MAINTAIN privilege and pg_maintain predefin...
2024-03-13  Robert HaasAdd the system identifier to backup manifests.
2024-03-13  Alvaro HerreraHopefully make libpq_pipeline's new cancel test more...
2024-03-13  Robert HaasExpose new function get_controlfile_by_exact_path().
2024-03-13  Peter EisentrautMake the order of the header file includes consistent
2024-03-13  Dean Rasheeddoc: Improve a couple of places in the MERGE docs.
2024-03-13  Andres Freundmeson: macos: Avoid warnings on Sonoma
2024-03-13  Peter EisentrautFix incorrect format placeholders
2024-03-13  Michael PaquierAdd tests for more row patterns with COPY FROM .. ...
2024-03-13  Amit KapilaFix a random failure in 038_save_logical_slots_shutdown.pl.
2024-03-13  Thomas Munroci: Use a RAM disk and more CPUs on FreeBSD.
2024-03-12  Michael PaquierAdd some asserts based on LWLockHeldByMe() for replicat...
2024-03-12  Jeff DavisFix version check in 002_pg_upgrade.pl.
2024-03-12  Tom LaneFix confusion about the return rowtype of SQL-language...
2024-03-12  David RowleyFix incorrect filename reference in comment
2024-03-12  Alvaro Herreralibpq: Add encrypted and non-blocking query cancellatio...
2024-03-12  Heikki LinnakangasFix copying SockAddr struct
2024-03-12  Heikki LinnakangasMove initialization of the Port struct to the child...
2024-03-12  Heikki LinnakangasPass CAC as an argument to the backend process
next