summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-01Fix typo in pg_publication.h.Amit Kapila
2025-07-01Enable MSVC conforming preprocessorPeter Eisentraut
2025-07-01Fix typos in commentsAmit Langote
2025-07-01Fix typo in system_views.sql's definition of pg_stat_activityMichael Paquier
2025-06-30Improve error handling of libxml2 calls in xml.cMichael Paquier
2025-06-30Improve error report for PL/pgSQL reserved word used as a field name.Tom Lane
2025-06-30De-reserve keywords EXECUTE and STRICT in PL/pgSQL.Tom Lane
2025-06-30Add new OID alias type regdatabase.Nathan Bossart
2025-06-30aio: Fix reference to outdated nameAndres Freund
2025-06-30Avoid uninitialized value error in TAP tests' Cluster->psqlAndrew Dunstan
2025-06-30pgflex: propagate environment to flex subprocessPeter Eisentraut
2025-06-30Remove unused #include's in src/backend/utils/adt/*Peter Eisentraut
2025-06-30Fix whitespacePeter Eisentraut
2025-06-30psql: Improve tab completion for COPY command.Fujii Masao
2025-06-30pgbench: Use standard option handling test routinesPeter Eisentraut
2025-06-30Rationalize handling of VacuumParamsMichael Paquier
2025-06-30Align log_line_prefix in CI and TAP tests with pg_regress.cMichael Paquier
2025-06-30Stamp HEAD as 19devel.Joe Conway
2025-06-30Do pre-release housekeeping on catalog data.Joe Conway
2025-06-30Run pgperltidyJoe Conway
2025-06-29Fix some new issues with planning of PlaceHolderVars.Tom Lane
2025-06-29Obtain required table lock during cross-table constraint updates.Tom Lane
2025-06-29pg_recvlogical: Rename --two-phase and --failover options.Peter Eisentraut
2025-06-28Message style improvementsPeter Eisentraut
2025-06-27Use correct DatumGet*() function in test_shm_mq_main().Nathan Bossart
2025-06-27Fix CheckPointReplicationSlots() with max_replication_slots == 0Alexander Korotkov
2025-06-27Correct list of files in src/backend/lib/READMEMichael Paquier
2025-06-26libpq: Message style improvementsPeter Eisentraut
2025-06-26Correct misleading error messagesPeter Eisentraut
2025-06-26Remove unused check in heap_xlog_insert()Melanie Plageman
2025-06-26Simplify vacuum VM update logging countersMelanie Plageman
2025-06-26pg_dump: include comments on valid not-null constraints, tooÁlvaro Herrera
2025-06-26Make CREATE TABLE LIKE copy comments on NOT NULL constraints when requested.Fujii Masao
2025-06-26Expand virtual generated columns for ALTER COLUMN TYPERichard Guo
2025-06-25pg_createsubscriber: Rename option --remove to --cleanPeter Eisentraut
2025-06-25Restrict virtual columns to use built-in functions and typesPeter Eisentraut
2025-06-25Avoid scribbling of VACUUM optionsMichael Paquier
2025-06-24Prevent excessive delays before launching new logrep workers.Tom Lane
2025-06-24Make query jumbling also squash PARAM_EXTERN paramsÁlvaro Herrera
2025-06-24Improve jumble squashing through CoerceViaIO and RelabelTypeÁlvaro Herrera
2025-06-24Test that vacuum removes tuples older than OldestXminMelanie Plageman
2025-06-24Fix virtual generated column type checking for ALTER TABLEPeter Eisentraut
2025-06-24Fix missing comment update in 1462aad2e4.Amit Kapila
2025-06-24psql: Rename meta-command \close to \close_preparedMichael Paquier
2025-06-23Temporarily remove 046_checkpoint_logical_slot.plAlexander Korotkov
2025-06-23Remove excess assert from InvalidatePossiblyObsoleteSlot()Alexander Korotkov
2025-06-23Properly fix AVX-512 CRC calculation bugJohn Naylor
2025-06-21Doc: improve documentation about width_bucket().Tom Lane
2025-06-20Remove planner's have_dangerous_phv() join-order restriction.Tom Lane
2025-06-20Use SnapshotDirty when checking for conflicting index names.Tom Lane