summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
3 hoursFix dumping of comments on invalid constraints on domainsREL_15_STABLEÁlvaro Herrera
4 hourspsql: Fix note on project naming in output of \copyright.Nathan Bossart
22 hoursSilence uninitialized-value warnings in compareJsonbContainers().Tom Lane
5 daysFix inconsistent quoting of role names in ACLs.Tom Lane
7 daysFix tab-completion for COPY and \copy options.Masahiko Sawada
9 daysRestore the ability to run pl/pgsql expression queries in parallel.Tom Lane
12 daysFix new pg_upgrade query not to rely on regnamespaceÁlvaro Herrera
12 dayspg_upgrade: check for inconsistencies in not-null constraints w/inheritanceÁlvaro Herrera
13 daysDisable commit timestamps during bootstrapMichael Paquier
13 daysObtain required table lock during cross-table updates, redux.Tom Lane
2025-07-02Fix bug in archive streamer with LZ4 decompressionMichael Paquier
2025-07-01Update comment for IndexInfo.ii_NullsNotDistinctPeter Eisentraut
2025-07-01Make safeguard against incorrect flags for fsync more portable.Tom Lane
2025-06-29Obtain required table lock during cross-table constraint updates.Tom Lane
2025-06-27Use correct DatumGet*() function in test_shm_mq_main().Nathan Bossart
2025-06-26Remove unused check in heap_xlog_insert()Melanie Plageman
2025-06-25Avoid scribbling of VACUUM optionsMichael Paquier
2025-06-21Doc: improve documentation about width_bucket().Tom Lane
2025-06-20Use SnapshotDirty when checking for conflicting index names.Tom Lane
2025-06-17Fix re-distributing previously distributed invalidation messages during logic...Masahiko Sawada
2025-06-14Keep WAL segments by the flushed value of the slot's restart LSNAlexander Korotkov
2025-06-11Make _bt_killitems drop pins it acquired itself.Peter Geoghegan
2025-06-10Don't reduce output request size on non-Unix-socket connections.Tom Lane
2025-06-02Disallow "=" in names of reloptions and foreign-data options.Tom Lane
2025-06-01Run pgindent on the previous commit.Tom Lane
2025-06-01Fix edge-case resource leaks in PL/Python error reporting.Tom Lane
2025-05-31Fix MERGE into a plain inheritance parent table.Dean Rasheed
2025-05-30Ensure we have a snapshot when updating various system catalogs.Nathan Bossart
2025-05-30Allow larger packets during GSSAPI authentication exchange.Tom Lane
2025-05-30Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more.Fujii Masao
2025-05-28Adjust regex for test with opening parenthesis in character classesMichael Paquier
2025-05-27Fix conversion of SIMILAR TO regexes for character classesMichael Paquier
2025-05-26Fix race condition in subscription TAP test 021_twophaseMichael Paquier
2025-05-23Fix per-relation memory leakage in autovacuum.Tom Lane
2025-05-21Fix incorrect WAL description for PREPARE TRANSACTION record.Fujii Masao
2025-05-19Fix deparsing FETCH FIRST <expr> ROWS WITH TIESHeikki Linnakangas
2025-05-19Don't retreat slot's confirmed_flush LSN.Amit Kapila
2025-05-18Make our usage of memset_s() conform strictly to the C11 standard.Tom Lane
2025-05-15Fix Assert failure in XMLTABLE parserRichard Guo
2025-05-13Fix order of parameters in POD documentationDaniel Gustafsson
2025-05-11Fix comment of tsquerysend()Álvaro Herrera
2025-05-09Skip RSA-PSS ssl test when using LibreSSL.Tom Lane
2025-05-09Ooops ... add required configure support.Tom Lane
2025-05-09Centralize ssl tests' check for whether we're using LibreSSL.Tom Lane
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-05-05Refactor test_escape.c for additional ways of testing.Noah Misch
2025-05-05Translation updatesPeter Eisentraut
2025-05-03Fix typos in comments.Etsuro Fujita
2025-05-02Handle self-referencing FKs correctly in partitioned tablesÁlvaro Herrera
2025-05-01Add missing newlines to PQescapeInternal() messages pre-v16.Tom Lane