Commit Graph

53384 Commits (c1932e542863f0f646f005b3492452acc57c7e66)
 

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