summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-28Fix InitializeRelfilenumberMap for 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7cRobert Haas
2022-09-28Fix alignment problems with SharedInvalSmgrMsg.Robert Haas
2022-09-28Remove publicationcmds.c's expr_allowed_in_node as a functionAlvaro Herrera
2022-09-28Fix some comments of do_pg_backup_start() and do_pg_backup_stop()Michael Paquier
2022-09-27Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d4ec7c.Robert Haas
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane
2022-09-27Improve some publication-related error messagesAlvaro Herrera
2022-09-27Fix pg_stat_statements for MERGEAlvaro Herrera
2022-09-27Mark ParallelMessagePending as sig_atomic_tMichael Paquier
2022-09-27Remove dependency to StringInfo in xlogbackup.{c.h}Michael Paquier
2022-09-26Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility statementsTom Lane
2022-09-26Implement WRITE_READ_PARSE_PLAN_TREES for raw parse treesTom Lane
2022-09-26Don't lose precision for float fields of Nodes.Peter Eisentraut
2022-09-26Fix write/read of empty string fields in Nodes.Peter Eisentraut
2022-09-26Remove unused xid parameter.Amit Kapila
2022-09-26Refactor creation of backup_label and backup history filesMichael Paquier
2022-09-25Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot.Tom Lane
2022-09-24Message style improvementsPeter Eisentraut
2022-09-24Add read support for some missing raw parse nodesPeter Eisentraut
2022-09-24Fix reading of BitString nodesPeter Eisentraut
2022-09-24Fix reading of most-negative integer value nodesPeter Eisentraut
2022-09-24Remove uses of register due to incompatibility with C++17 and upAndres Freund
2022-09-23pgstat: Fix transactional stats dropping for indexesAndres Freund
2022-09-23Allow publications with schema and table of the same schema.Amit Kapila
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-22Fix race condition where heap_delete() fails to pin VM page.Jeff Davis
2022-09-22Remove ALL keyword from TABLES IN SCHEMA for publicationAlvaro Herrera
2022-09-22Fix thinko in comment.Etsuro Fujita
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-22Clear ps display of startup process at the end of recoveryMichael Paquier
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