summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-09-22Used optimized linear search in more code pathsMichael Paquier
2022-09-21Improve ICU option handling in CREATE DATABASEPeter Eisentraut
2022-09-21Tighten pg_get_object_address argument checkingPeter Eisentraut
2022-09-21Improve some GUC description stringsAlvaro Herrera
2022-09-21Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila
2022-09-21Improve some error messages.Amit Kapila
2022-09-20Revise tree-walk APIs to improve spec compliance & silence warnings.Tom Lane
2022-09-20Fix recent cpluspluscheck issue in selfuncs.h.Peter Geoghegan
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-20Suppress variable-set-but-not-used warnings from clang 15.Tom Lane
2022-09-20Fix incorrect variable types for origin IDs in decode.cMichael Paquier
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-09-19Consistently use named parameters in regex code consistently.Peter Geoghegan
2022-09-19Consistently use named parameters in regex code.Peter Geoghegan
2022-09-19Fix misleading comment for get_cheapest_group_keys_orderDavid Rowley
2022-09-19Fix out-dated comment in preprocess_groupclause()David Rowley
2022-09-19Remove various duplicated wordsDavid Rowley
2022-09-19Make ALTER DEFAULT PRIVILEGES require privileges, not membership.Robert Haas
2022-09-19Future-proof the recursion inside ExecShutdownNode().Tom Lane
2022-09-19Fix typos.Amit Kapila
2022-09-19Fix typos referring to PGPROCJohn Naylor
2022-09-18Remove unused argument "isSlice" from transformAssignmentSubscripts()Michael Paquier
2022-09-18Harmonize reorderbuffer parameter names.Peter Geoghegan
2022-09-17pgstat: Create memory contexts below TopMemoryContextAndres Freund
2022-09-17Fix huge_pages on WindowsMichael Paquier
2022-09-17Message style improvementsPeter Eisentraut
2022-09-16Message wording improvementsPeter Eisentraut
2022-09-16Adjust assorted hint messages that list all valid options.Peter Eisentraut
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-09-15Reset InstallXLogFileSegmentActive after walreceiver self-initiated exit.Noah Misch
2022-09-15Fix grammar in error messageJohn Naylor
2022-09-15Blind attempt to fix LLVM dependency in the backendJohn Naylor
2022-09-14Use the terminology "WAL file" not "log file" more consistently.Tom Lane
2022-09-14Fix outdated convert_saop_to_hashed_saop commentDavid Rowley
2022-09-14Small wording improvementsPeter Eisentraut
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-09-14Remove duplicate initializationAlvaro Herrera
2022-09-14Move gramparse.h to src/backend/parserJohn Naylor
2022-09-14Simplify handling of compression level with compression specificationsMichael Paquier
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-13Don't reflect unescaped cert data to the logsPeter Eisentraut
2022-09-13pg_clean_ascii(): escape bytes rather than lose themPeter Eisentraut
2022-09-13Improve wal_decode_buffer_size description some moreAlvaro Herrera
2022-09-13Remove useless pstrdups in untransformRelOptionsAlvaro Herrera
2022-09-13Rename macro related to pg_backup_stop()Michael Paquier
2022-09-12Don't reference out-of-bounds array elements in brin_minmax_multi.cDavid Rowley
2022-09-12Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut
2022-09-12Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-12Fix NaN comparison in circle_same testDaniel Gustafsson