summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2022-03-24Fix pg_statio_all_tables view for multiple TOAST indexes.Tom Lane
2022-03-24Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-24Change fastgetattr and heap_getattr to inline functionsAlvaro Herrera
2022-03-24Invent recursive_worktable_factor GUC to replace hard-wired constant.Tom Lane
2022-03-24Remove unnecessary translator commentPeter Eisentraut
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-23Don't try to translate NULL in GetConfigOptionByNum().Andres Freund
2022-03-23Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund
2022-03-23pg_basebackup: Try to fix some failures on Windows.Robert Haas
2022-03-23Fix "missing continuation record" after standby promotionAlvaro Herrera
2022-03-23Unbreak the build.Robert Haas
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-03-22Revert "Common SQL/JSON clauses"Andrew Dunstan
2022-03-22Common SQL/JSON clausesAndrew Dunstan
2022-03-22pgstat: fix function name in comment.Andres Freund
2022-03-22Add String object access hooksAndrew Dunstan
2022-03-22Revert "graceful shutdown" changes for Windows.Tom Lane
2022-03-22Add support for security invoker views.Dean Rasheed
2022-03-22Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila
2022-03-21pgstat: reorder pgstat.[ch] contents.Andres Freund
2022-03-21Fix assorted missing logic for GroupingFunc nodes.Tom Lane
2022-03-21pgstat: split different types of stats into separate files.Andres Freund
2022-03-21Fix bogus dependency handling for GENERATED expressions.Tom Lane
2022-03-21Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.Tom Lane
2022-03-21Fix risk of deadlock failure while dropping a partitioned index.Tom Lane
2022-03-21Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane
2022-03-21Fix typo in file identificationMagnus Hagander
2022-03-21pgstat: separate "xact level" handling out of relation specific functions.Andres Freund
2022-03-21pgstat: rename pgstat_initstats() to pgstat_relation_init().Andres Freund
2022-03-21pgstat: introduce pgstat_relation_should_count().Andres Freund
2022-03-20Blind fix for uninitialized memory bug in ba9a7e392171Alvaro Herrera
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-19pgstat: split out WAL handling from pgstat_{initialize,report_stat}.Andres Freund
2022-03-19pgstat: split relation, database handling out of pgstat_report_stat().Andres Freund
2022-03-19pgstat: run pgindent on pgstat.c/h.Andres Freund
2022-03-19Fix an outdated and grammatically wrong commentAlvaro Herrera
2022-03-19Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.Andres Freund
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-17Don't bother to attach column name lists to RowExprs of named types.Tom Lane
2022-03-17Revert applying column aliases to the output of whole-row Vars.Tom Lane
2022-03-17Refactor code for reading and writing relation map files.Robert Haas
2022-03-17Fix row filters with multiple publicationsTomas Vondra
2022-03-17Split ExecUpdate and ExecDelete into reusable piecesAlvaro Herrera
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-17Fix pg_tablespace_location() with in-place tablespacesMichael Paquier
2022-03-16Fix publish_as_relid with multiple publicationsTomas Vondra
2022-03-16Suppress compiler warnings.Robert Haas