summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20Log regression.diffs in 027_stream_regress.pl.Thomas Munro
2022-03-20psql: handle tab completion of timezone names after "SET TIMEZONE TO".Tom Lane
2022-03-20Enforce foreign key correctly during cross-partition updatesAlvaro Herrera
2022-03-20Doc: fix our example systemd script.Tom Lane
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-19Add a few recent and not so recent revs to git-blame-ignore-revs.Andres Freund
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-19ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert 770011e3f39.Andres Freund
2022-03-19Fix an outdated and grammatically wrong commentAlvaro Herrera
2022-03-19Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEWMichael Paquier
2022-03-19Add regression tests for ALTER MATERIALIZED VIEW with tablespacesMichael Paquier
2022-03-19doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEWMichael Paquier
2022-03-19Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.Andres Freund
2022-03-19Close race condition in slot_creation_error.spec.Noah Misch
2022-03-18ci: compile with -Og where applicable.Andres Freund
2022-03-18ci: include hints how to install OS packages.Andres Freund
2022-03-18Fix incorrect xmlschema output for types timetz and timestamptz.Tom Lane
2022-03-18Specify database encoding in new ICU test.Tom Lane
2022-03-18Doc: remove bogus instruction to install contrib/hstore.Tom Lane
2022-03-18Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-18doc: Remove mention to in-place tablespaces for pg_tablespace_location()Michael Paquier
2022-03-18Fix header inclusion order in pg_receivewal.cMichael Paquier
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-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-17doc: Add documentation for new field pg_database.daticulocalePeter Eisentraut
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-16doc: Ensure intermediate path creation with mkdirDaniel Gustafsson
2022-03-16Fix default signature length for gist_ltree_opsAlexander Korotkov
2022-03-16Fix race between DROP TABLESPACE and checkpointing.Thomas Munro
2022-03-16pageinspect: Fix memory context allocation of page in brin_revmap_data()Michael Paquier
2022-03-16Fix documentation typo in commit 5e6368b4.Thomas Munro
2022-03-16Fix waiting in RegisterSyncRequest().Thomas Munro
2022-03-16pageinspect: Fix handling of page sizes and AM typesMichael Paquier
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