summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-19Update Unicode data to Unicode 15.0.0Peter Eisentraut
2022-09-19Consistently use named parameters in timezone code.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-19Fix icu tests with C localePeter Eisentraut
2022-09-19Make ALTER DEFAULT PRIVILEGES require privileges, not membership.Robert Haas
2022-09-19walmethods.c/h: Make WalWriteMethod more object-oriented.Robert Haas
2022-09-19Future-proof the recursion inside ExecShutdownNode().Tom Lane
2022-09-19walmethods.c/h: Make Walfile a struct, rather than a void *Robert Haas
2022-09-19Add missing serial commasPeter Eisentraut
2022-09-19Fix typos.Amit Kapila
2022-09-19Fix typos referring to PGPROCJohn Naylor
2022-09-18Harmonize missed reorderbuffer parameter names.Peter Geoghegan
2022-09-18Remove unused argument "isSlice" from transformAssignmentSubscripts()Michael Paquier
2022-09-18Harmonize reorderbuffer parameter names.Peter Geoghegan
2022-09-17Make check_usermap() parameter names consistent.Peter Geoghegan
2022-09-17Include c.h instead of postgres.h in src/port/*p{read,write}*.cAndres Freund
2022-09-17Remove DLLTOOL, DLLWRAP from configure / Makefile.global.inAndres Freund
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-16Fix race condition in stats.sql added in 5264add7847Andres Freund
2022-09-16Improve plpgsql's ability to handle arguments declared as RECORD.Tom Lane
2022-09-16aix: xlc: Use -Wl,-b,expfull for old compiler versionsAndres Freund
2022-09-16Clean up minor inconsistencies in pg_attribute_printf() usage.Tom Lane
2022-09-16Message wording improvementsPeter Eisentraut
2022-09-16postgres_fdw: Remove useless DO block in testPeter Eisentraut
2022-09-16Adjust assorted hint messages that list all valid options.Peter Eisentraut
2022-09-16Fix createdb tests for C localePeter Eisentraut
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-09-15Detect format-string mistakes in the libpq_pipeline test module.Tom Lane
2022-09-15Copy-edit docs for logical replication column listsAlvaro Herrera
2022-09-15Revert ill-considered change in pg_resetwal output.Tom Lane
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-14Doc: add some doco about using the libpq_pipeline test module.Tom Lane
2022-09-14pgcrypto: Remove unused codeDaniel Gustafsson
2022-09-14Update .gitignorePeter Eisentraut
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-09-14Run xmllint validation only oncePeter Eisentraut
2022-09-14Handle SIGTERM in pg_receivewal and pg_recvlogicalDaniel Gustafsson
2022-09-14Add subxid-overflow "isolation" testAlvaro Herrera
2022-09-14Remove duplicate initializationAlvaro Herrera
2022-09-14postgres_fdw: Avoid 'variable not found in subplan target list' error.Etsuro Fujita