summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-22Add missing xlogdefs.h include to pg_subscription.h.Andres Freund
2022-03-22Common SQL/JSON clausesAndrew Dunstan
2022-03-22Tidy up Object Access hooks testsAndrew Dunstan
2022-03-22Fix new Object Access hooks testAndrew Dunstan
2022-03-22Add missing dependency of pg_dumpall to WIN32RES.Andres Freund
2022-03-22pgstat: fix function name in comment.Andres Freund
2022-03-22Add a test module for Object Access hooksAndrew Dunstan
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-22pgcrypto: Remove internal padding implementationPeter Eisentraut
2022-03-22Fix failures in SSL tests caused by out-of-tree keys and certificatesMichael Paquier
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-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