postgresql.git
13 days ago John NaylorRemove implicit cast from 'void *'
13 days ago Michael PaquierFix bug in archive streamer with LZ4 decompression
13 days ago Michael PaquierMove code for the bytea data type from varlena.c to...
13 days ago Michael PaquierShow sizes of FETCH queries as constants in pg_stat_sta...
2025-07-01 Peter EisentrautUpdate comment for IndexInfo.ii_NullsNotDistinct
2025-07-01 Nathan BossartAdd commit 9e345415bc to .git-blame-ignore-revs.
2025-07-01 Nathan BossartMake more use of binaryheap_empty() and binaryheap_size().
2025-07-01 Nathan BossartDocument pg_get_multixact_members().
2025-07-01 Peter EisentrautUpdate comment for IndexInfo.ii_WithoutOverlaps
2025-07-01 Peter EisentrautFix outdated comment for IndexInfo
2025-07-01 Peter EisentrautImprove code comment
2025-07-01 Tom LaneMake sure IOV_MAX is defined.
2025-07-01 Tom LaneMake safeguard against incorrect flags for fsync more...
2025-07-01 Jeff DavisRemove provider field from pg_locale_t.
2025-07-01 Jeff DavisControl ctype behavior internally with a method table.
2025-07-01 Jeff DavisUse pg_ascii_tolower()/pg_ascii_toupper() where appropr...
2025-07-01 Tomas VondraFix indentation in pg_numa code
2025-07-01 Tomas VondraAdd CHECK_FOR_INTERRUPTS into pg_numa_query_pages
2025-07-01 Tomas VondraSilence valgrind about pg_numa_touch_mem_if_required
2025-07-01 Peter Eisentrautamcheck: Improve confusing message
2025-07-01 Tomas VondraLimit the size of numa_move_pages requests
2025-07-01 Amit KapilaFix typo in pg_publication.h.
2025-07-01 Peter Eisentrautdoc: TOAST not toast
2025-07-01 Peter EisentrautEnable MSVC conforming preprocessor
2025-07-01 Michael Paquierxml2: Improve error handling of libxml2 calls
2025-07-01 Amit LangoteFix typos in comments
2025-07-01 Michael PaquierFix typo in system_views.sql's definition of pg_stat_ac...
2025-06-30 Michael PaquierImprove error handling of libxml2 calls in xml.c
2025-06-30 Tom LaneImprove error report for PL/pgSQL reserved word used...
2025-06-30 Tom LaneDe-reserve keywords EXECUTE and STRICT in PL/pgSQL.
2025-06-30 Nathan BossartAdd new OID alias type regdatabase.
2025-06-30 Andres Freundaio: Fix reference to outdated name
2025-06-30 Andrew DunstanAvoid uninitialized value error in TAP tests' Cluster...
2025-06-30 Peter Eisentrautpgflex: propagate environment to flex subprocess
2025-06-30 Peter EisentrautRemove unused #include's in src/backend/utils/adt/*
2025-06-30 Peter EisentrautFix whitespace
2025-06-30 Fujii Masaopsql: Improve tab completion for COPY command.
2025-06-30 Peter Eisentrautdoc: explain pgstatindex fragmentation
2025-06-30 Peter Eisentrautpgbench: Use standard option handling test routines
2025-06-30 Peter Eisentrautdoc: Some copy-editing around prefix operators
2025-06-30 Daniel Gustafssondoc: Fix typo in pg_sync_replication_slots documentation
2025-06-30 Michael PaquierRationalize handling of VacuumParams
2025-06-30 Michael PaquierAlign log_line_prefix in CI and TAP tests with pg_regress.c
2025-06-30 Joe ConwayStamp HEAD as 19devel.
2025-06-30 Joe ConwayDo pre-release housekeeping on catalog data.
2025-06-30 Joe ConwayRun pgperltidy
2025-06-29 Tom LaneFix some new issues with planning of PlaceHolderVars.
2025-06-29 Tom LaneObtain required table lock during cross-table constrain...
2025-06-29 Peter Eisentrautpg_recvlogical: Rename --two-phase and --failover options.
2025-06-28 Peter EisentrautMessage style improvements
2025-06-27 Nathan BossartUse correct DatumGet*() function in test_shm_mq_main().
2025-06-27 Alexander KorotkovFix CheckPointReplicationSlots() with max_replication_s...
2025-06-27 Michael PaquierCorrect list of files in src/backend/lib/README
2025-06-26 Peter Eisentrautlibpq: Message style improvements
2025-06-26 Peter EisentrautCorrect misleading error messages
2025-06-26 Melanie PlagemanRemove unused check in heap_xlog_insert()
2025-06-26 Melanie PlagemanSimplify vacuum VM update logging counters
2025-06-26 Álvaro HerreraFix typo in comment
2025-06-26 Álvaro Herreradocs: fix typo
2025-06-26 Álvaro Herrerapg_dump: include comments on valid not-null constraints...
2025-06-26 Fujii MasaoMake CREATE TABLE LIKE copy comments on NOT NULL constr...
2025-06-26 Dean Rasheeddoc: Updates for RETURNING OLD/NEW.
2025-06-26 Dean Rasheeddoc: Fix indentation of MERGE synopsis.
2025-06-26 Richard GuoExpand virtual generated columns for ALTER COLUMN TYPE
2025-06-25 Peter Eisentrautdoc: Some copy-editing around constraint validation...
2025-06-25 Peter Eisentrautpg_createsubscriber: Rename option --remove to --clean
2025-06-25 Peter EisentrautRestrict virtual columns to use built-in functions...
2025-06-25 Amit KapilaDoc: Improve documentation of stream abort.
2025-06-25 Michael PaquierAvoid scribbling of VACUUM options
2025-06-25 Fujii Masaodoc: Fix type description of io_workers GUC for consist...
2025-06-25 Fujii Masaodoc: Mention ANALYZE VERBOSE in track_cost_delay_timing...
2025-06-24 Fujii Masaodoc: Add secondary index entries for vacuum-related...
2025-06-24 Tom LanePrevent excessive delays before launching new logrep...
2025-06-24 Álvaro HerreraMake query jumbling also squash PARAM_EXTERN params
2025-06-24 Álvaro HerreraImprove jumble squashing through CoerceViaIO and Relabe...
2025-06-24 Melanie PlagemanTest that vacuum removes tuples older than OldestXmin
2025-06-24 Daniel Gustafssondoc: Remove dead link to NewbieDoc Docbook Guide
2025-06-24 Peter EisentrautFix virtual generated column type checking for ALTER...
2025-06-24 Fujii Masaodoc: Fix incorrect UUID index entry in function documen...
2025-06-24 Amit KapilaFix missing comment update in 1462aad2e4.
2025-06-24 Michael Paquierpsql: Rename meta-command \close to \close_prepared
2025-06-23 Alexander KorotkovTemporarily remove 046_checkpoint_logical_slot.pl
2025-06-23 Alexander KorotkovRemove excess assert from InvalidatePossiblyObsoleteSlot()
2025-06-23 Tom LaneInclude _mm512_zextsi128_si512() in AVX-512 configure...
2025-06-23 John NaylorProperly fix AVX-512 CRC calculation bug
2025-06-22 Peter Eisentrautmeson: Fix meson warning
2025-06-21 Tom LaneDoc: improve documentation about width_bucket().
2025-06-21 Bruce Momjiandoc PG 18 relnotes: update to current, add one commit
2025-06-21 Bruce Momjiandoc PG 18 relnotes: indent tag blocks
2025-06-21 Bruce Momjiandoc PG 18 relnotes: add remaining missing link tags
2025-06-20 Tom LaneRemove planner's have_dangerous_phv() join-order restri...
2025-06-20 Tom LaneUse SnapshotDirty when checking for conflicting index...
2025-06-20 Tom Lanepgxs.mk: remove unreachable rule for deleting regress...
2025-06-19 Alexander KorotkovImprove runtime and output of tests for replication...
2025-06-19 Bruce Momjiandoc PG 18 relnotes: add links to command and struct...
2025-06-19 Jeff DavisCorrect docs about partitions and EXCLUDE constraints.
2025-06-19 Bruce Momjiandoc PG 18 relnotes: add links for applications
2025-06-19 Bruce Momjiandoc: add xreflabel text for libpq and PL/Python
2025-06-19 Peter EisentrautImprove pg_dump/pg_dumpall help synopses and terminology
2025-06-19 Amit KapilaImprove log messages and docs for slot synchronization.
next