Commit Graph

53338 Commits (9c08aea6a3090a396be334cc58c511edab05776a)
 

Author SHA1 Message Date
Andres Freund 13619598f1 pgstat: split different types of stats into separate files. 4 years ago
Tom Lane cb02fcb4c9 Fix bogus dependency handling for GENERATED expressions. 4 years ago
Tom Lane 17f3bc0928 Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c. 4 years ago
Tom Lane 7b6ec86532 Fix risk of deadlock failure while dropping a partitioned index. 4 years ago
Tom Lane 1f8bc44868 Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings. 4 years ago
Magnus Hagander c540d37157 Fix typo in file identification 4 years ago
Andres Freund d4ba8b51c7 pgstat: separate "xact level" handling out of relation specific functions. 4 years ago
Andres Freund bff258a273 pgstat: rename pgstat_initstats() to pgstat_relation_init(). 4 years ago
Andres Freund 8363102009 pgstat: introduce pgstat_relation_should_count(). 4 years ago
Alvaro Herrera 2d655a08d5
Blind fix for uninitialized memory bug in ba9a7e3921 4 years ago
Thomas Munro a096813b6f Log regression.diffs in 027_stream_regress.pl. 4 years ago
Tom Lane 7fa3db3679 psql: handle tab completion of timezone names after "SET TIMEZONE TO". 4 years ago
Alvaro Herrera ba9a7e3921
Enforce foreign key correctly during cross-partition updates 4 years ago
Tom Lane 3f513ac793 Doc: fix our example systemd script. 4 years ago
Peter Eisentraut 3a671e1f7c Fix global ICU collations for ICU < 54 4 years ago
Andres Freund 3c0c5cc5e6 Add a few recent and not so recent revs to git-blame-ignore-revs. 4 years ago
Andres Freund 78f9506b38 pgstat: split out WAL handling from pgstat_{initialize,report_stat}. 4 years ago
Andres Freund 89c546c294 pgstat: split relation, database handling out of pgstat_report_stat(). 4 years ago
Andres Freund a3a75b982b pgstat: run pgindent on pgstat.c/h. 4 years ago
Andres Freund 50b1e8c51b ci: windows: Use CIRRUS_ESCAPING_PROCESSES, revert 770011e3f3. 4 years ago
Alvaro Herrera a1fc50672c
Fix an outdated and grammatically wrong comment 4 years ago
Michael Paquier eb8399cf1f Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEW 4 years ago
Michael Paquier ade2159bcd Add regression tests for ALTER MATERIALIZED VIEW with tablespaces 4 years ago
Michael Paquier 9616da3ddb doc: Mention SET TABLESPACE clause for ALTER MATERIALIZED VIEW 4 years ago
Andres Freund 97bddda61b Silence -Wmaybe-uninitialized compiler warning in dbcommands.c. 4 years ago
Noah Misch e186f56f9c Close race condition in slot_creation_error.spec. 4 years ago
Andres Freund 4a288a37f9 ci: compile with -Og where applicable. 4 years ago
Andres Freund 225fb558cd ci: include hints how to install OS packages. 4 years ago
Tom Lane 068739fb4f Fix incorrect xmlschema output for types timetz and timestamptz. 4 years ago
Tom Lane 0d3aaadd32 Specify database encoding in new ICU test. 4 years ago
Tom Lane 9eaef6f8ea Doc: remove bogus instruction to install contrib/hstore. 4 years ago
Tom Lane d914eb347f Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings. 4 years ago
Thomas Munro 3f1ce97346 Add circular WAL decoding buffer, take II. 4 years ago
Michael Paquier 7a7cd84893 doc: Remove mention to in-place tablespaces for pg_tablespace_location() 4 years ago
Michael Paquier f512efb2d5 Fix header inclusion order in pg_receivewal.c 4 years ago
Thomas Munro b2397aae23 Declare aarch64 has single copy atomicity for 8 byte values. 4 years ago
Tom Lane d7b5c071dd Don't bother to attach column name lists to RowExprs of named types. 4 years ago
Tom Lane ec62cb0aac Revert applying column aliases to the output of whole-row Vars. 4 years ago
Robert Haas 39f0c4bd67 Refactor code for reading and writing relation map files. 4 years ago
Tomas Vondra 5a07966225 Fix row filters with multiple publications 4 years ago
Peter Eisentraut a9b7e92084 doc: Add documentation for new field pg_database.daticulocale 4 years ago
Alvaro Herrera 25e777cf8e
Split ExecUpdate and ExecDelete into reusable pieces 4 years ago
Peter Eisentraut f2553d4306 Add option to use ICU as global locale provider 4 years ago
Michael Paquier f6f0db4d62 Fix pg_tablespace_location() with in-place tablespaces 4 years ago
Tomas Vondra c91f71b9dc Fix publish_as_relid with multiple publications 4 years ago
Robert Haas d0083c1d2a Suppress compiler warnings. 4 years ago
Daniel Gustafsson 3ac577b912 doc: Ensure intermediate path creation with mkdir 4 years ago
Alexander Korotkov 7e74aafc43 Fix default signature length for gist_ltree_ops 4 years ago
Thomas Munro 46d9bfb0a6 Fix race between DROP TABLESPACE and checkpointing. 4 years ago
Michael Paquier 4477dcb207 pageinspect: Fix memory context allocation of page in brin_revmap_data() 4 years ago