summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2022-03-16Fix race between DROP TABLESPACE and checkpointing.Thomas Munro
2022-03-16Fix waiting in RegisterSyncRequest().Thomas Munro
2022-03-16Wake up for latches in CheckpointWriteDelay().Thomas Munro
2022-03-15Silence LLVM 14 API deprecation warnings.Thomas Munro
2022-03-15Remove accidentally-committed file.Robert Haas
2022-03-15Allow extensions to add new backup targets.Robert Haas
2022-03-15Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.Robert Haas
2022-03-15Fix compiler warning introduced in commit 705e20f855.Amit Kapila
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-15Fix pg_basebackup with in-place tablespaces.Thomas Munro
2022-03-14Support "of", "tzh", and "tzm" format codes.Robert Haas
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-03-13VACUUM VERBOSE: tweak scanned_pages logic.Peter Geoghegan
2022-03-12vacuumlazy.c: Standardize rel_pages terminology.Peter Geoghegan
2022-03-12vacuumlazy.c: document vistest and OldestXmin.Peter Geoghegan
2022-03-12Normalize heap_prepare_freeze_tuple argument name.Peter Geoghegan
2022-03-11Add API of sorts for transition table handling in trigger.cAlvaro Herrera
2022-03-11Restore the previous semantics of get_constraint_index().Tom Lane
2022-03-11DefineCollation() code cleanupPeter Eisentraut