summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2024-11-29Small indenting fixes in jsonpath_scan.lPeter Eisentraut
2024-11-29Skip not SOAP-supported indexes while transforming an OR clause into SAOPAlexander Korotkov
2024-11-29Fix typo in header comment for set_operation_ordered_results_usefulDavid Rowley
2024-11-28Avoid mislabeling of lateral references when pulling up a subquery.Tom Lane
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-11-27Make GUC_check_errdetail messages full sentencesÁlvaro Herrera
2024-11-27Remove redundant relam initializationÁlvaro Herrera
2024-11-27Look up backend type in pg_signal_backend() more cheaply.Nathan Bossart
2024-11-27postmaster: Reduce verbosity of environment dump debug messageAndres Freund
2024-11-27Require ucrt if using MinGW.Thomas Munro
2024-11-27Improve slightly misleading internal error messagePeter Eisentraut
2024-11-27Support LIKE with nondeterministic collationsPeter Eisentraut
2024-11-27Improve error message for replication of generated columns.Amit Kapila
2024-11-27Handle better implicit transaction state of pipeline modeMichael Paquier
2024-11-26Distinguish between AcquireExternalFD and epoll_create1 / kqueue failingAndres Freund
2024-11-26Clean up newlines following left parenthesesÁlvaro Herrera
2024-11-26Improve InitShmemAccess() prototypePeter Eisentraut
2024-11-26Remove dead code in get_param_path_clause_serials()Richard Guo
2024-11-26Reordering DISTINCT keys to match input path's pathkeysRichard Guo
2024-11-25Fix NULLIF()'s handling of read-write expanded objects.Tom Lane
2024-11-25Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch
2024-11-25Remove the wrong assertion from match_orclause_to_indexcol()Alexander Korotkov
2024-11-25Doc: Clarify the `inactive_since` field description.Amit Kapila
2024-11-23Teach bitmap path generation about transforming OR-clauses to SAOP'sAlexander Korotkov
2024-11-23Transform OR-clauses to SAOP's during index matchingAlexander Korotkov
2024-11-22Disallow modifying statistics on system columns.Jeff Davis
2024-11-22Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart
2024-11-22Fix data loss when restarting the bulk_write facilityHeikki Linnakangas
2024-11-22Add write_to_file to PgStat_KindInfo for pgstats kindsMichael Paquier
2024-11-21pgindent runPeter Eisentraut
2024-11-21Fix outdated bit in README.tuplockÁlvaro Herrera
2024-11-21Fix ALTER TABLE / REPLICA IDENTITY for temporal tablesPeter Eisentraut
2024-11-21Unify repetitive error messagesÁlvaro Herrera
2024-11-21Fix memory leak in pgoutput for the WAL senderMichael Paquier
2024-11-20Refine nbtree = redundancy preprocessing comment.Peter Geoghegan
2024-11-20Avoid assertion failure if a setop leaf query contains setops.Tom Lane
2024-11-20file_fdw: Add REJECT_LIMIT option to file_fdw.Fujii Masao
2024-11-19Compare collations before merging UNION operations.Tom Lane
2024-11-19Improve error message for database object stats manipulation functions.Fujii Masao
2024-11-18nbtree: consistently use minoff variable.Peter Geoghegan
2024-11-18Improve some code format in gist.cMichael Paquier
2024-11-18Use pg_memory_is_all_zeros() in PageIsVerifiedExtended()Michael Paquier
2024-11-16Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch
2024-11-16Fix a possibility of logical replication slot's restart_lsn going backwards.Masahiko Sawada
2024-11-15Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane
2024-11-15Remove unnecessary backslash from CopyFrom() code.Fujii Masao
2024-11-15Fix collation handling for foreign keysPeter Eisentraut
2024-11-15Proper object locking for GRANT/REVOKEPeter Eisentraut
2024-11-15jit: Stop emitting some unnecessary instructionsHeikki Linnakangas