summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2022-03-26Suppress compiler warning in relptr_store().Tom Lane
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
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-24Wrap inline function definitions in #ifndef FRONTENDAlvaro Herrera
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-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-03-23Allow pgbench to retry in some cases.Tatsuo Ishii
2022-03-22Revert "Common SQL/JSON clauses"Andrew Dunstan
2022-03-22Add missing xlogdefs.h include to pg_subscription.h.Andres Freund
2022-03-22Common SQL/JSON clausesAndrew Dunstan
2022-03-22Add String object access hooksAndrew Dunstan
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-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-21pgstat: rename pgstat_initstats() to pgstat_relation_init().Andres Freund
2022-03-21pgstat: introduce pgstat_relation_should_count().Andres Freund
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-19pgstat: run pgindent on pgstat.c/h.Andres Freund
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-18Declare aarch64 has single copy atomicity for 8 byte values.Thomas Munro
2022-03-17Don't bother to attach column name lists to RowExprs of named types.Tom Lane
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-03-16Fix publish_as_relid with multiple publicationsTomas Vondra
2022-03-16Fix waiting in RegisterSyncRequest().Thomas Munro
2022-03-16Wake up for latches in CheckpointWriteDelay().Thomas Munro
2022-03-15Allow extensions to add new backup targets.Robert Haas
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-03-14Optionally disable subscriptions on error.Amit Kapila
2022-03-12Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstdMichael Paquier
2022-03-11Add support for zstd with compression of full-page writes in WALMichael Paquier
2022-03-10dshash: Add sequential scan support.Andres Freund
2022-03-09Add parse_analyze_withcb()Peter Eisentraut
2022-03-08Add support for zstd base backup compression.Robert Haas
2022-03-07Add pg_analyze_and_rewrite_varparams()Peter Eisentraut
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-03-04Parse/analyze function renamingPeter Eisentraut
2022-03-04Remove some pointless code in block.h.Tom Lane
2022-03-04Fix bogus casting in BlockIdGetBlockNumber().Tom Lane
2022-03-03Fix catalog data of pg_stop_backup(), labelled v2Michael Paquier
2022-03-01Reconsider pg_stat_subscription_workers view.Amit Kapila