Commit Graph

40461 Commits (eb9ee4d1818cd228d80049fd42efbfaabc187c20)

Author SHA1 Message Date
Amit Kapila e411371558 Fix self-deadlock during DROP SUBSCRIPTION. 4 weeks ago
Etsuro Fujita 242e5afdae Update obsolete comments in ResultRelInfo struct. 4 weeks ago
David Rowley 199a347d29 Fix invalid format string in HASH_DEBUG code 4 weeks ago
Andres Freund 88f3f7fd83 ci: Per-repo configuration for manually trigger tasks 1 month ago
Tom Lane f4c0883448 Don't treat EINVAL from semget() as a hard failure. 1 month ago
Nathan Bossart 4240405068 Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 9751f934aa Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Peter Eisentraut a4f513b5a8 Translation updates 1 month ago
Dean Rasheed 415badc138 Fix security checks in selectivity estimation functions. 1 month ago
Noah Misch 70637d7ae0 Remove, from stable branches, the new assertion of no pg_dump OID sort. 1 month ago
Etsuro Fujita f39a7f32ae Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Peter Eisentraut 18d2d8ae42 pg_upgrade: Add missing newline in output, another one 1 month ago
Etsuro Fujita d642d23064 Disallow collecting transition tuples from child foreign tables. 1 month ago
Michael Paquier 769be67a3c Add information about "generation" when dropping twice pgstats entry 1 month ago
Peter Eisentraut a8b31b160b pg_upgrade: Make format strings consistent 1 month ago
Peter Eisentraut 22d7833505 pg_upgrade: Add missing newline in output 1 month ago
Alexander Korotkov 73f897ba58 Fix checkpointer shared memory allocation 1 month ago
John Naylor baacfb9e60 Update ICU C++ API symbols 1 month ago
Peter Eisentraut 63c79a6fc2 pg_upgrade: Improve message indentation 1 month ago
Tom Lane 835c9374d6 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 1 month ago
Dean Rasheed 8748148d61 Fix typo in create_index.sql. 1 month ago
Fujii Masao 6914a330f0 Fix assertion failure in pgbench when handling multiple pipeline sync messages. 1 month ago
Nathan Bossart f79ca73d75 Allow resetting unknown custom GUCs with reserved prefixes. 1 month ago
Amit Kapila 434d2d147b Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 1 month ago
Noah Misch 22f126da6c Sort dump objects independent of OIDs, for the 7 holdout object types. 1 month ago
Tom Lane e99010cbd8 pg_dump: provide a stable sort order for rules. 1 month ago
Tom Lane 19857437b0 Don't put library-supplied -L/-I switches before user-supplied ones. 2 months ago
Tom Lane 0928e18eb8 Remove unnecessary complication around xmlParseBalancedChunkMemory. 2 months ago
Tom Lane 0ffbd345e4 Avoid regression in the size of XML input that we will accept. 2 months ago
Alexander Korotkov b248a3ba4e Limit checkpointer requests queue size 2 months ago
Tom Lane b252ce3111 Fix build breakage on Solaris-alikes with late-model GCC. 2 months ago
Michael Paquier 0123922f82 ecpg: Fix NULL pointer dereference during connection lookup 2 months ago
Alexander Korotkov 9f270f48f3 Fix infinite wait when reading a partially written WAL record 2 months ago
Tom Lane a372a64db7 Fix PQport to never return NULL unless the connection is NULL. 2 months ago
Álvaro Herrera c2720ac601
Remove assertion from PortalRunMulti 2 months ago
Álvaro Herrera 5a261c135d
Fix dumping of comments on invalid constraints on domains 2 months ago
Nathan Bossart 4349206cc3 psql: Fix note on project naming in output of \copyright. 2 months ago
Tom Lane f32e456414 Silence uninitialized-value warnings in compareJsonbContainers(). 2 months ago
Tom Lane de73cb3ed6 Fix inconsistent quoting of role names in ACLs. 2 months ago
Masahiko Sawada e3584e457d Fix tab-completion for COPY and \copy options. 2 months ago
Tom Lane c65c36ab51 Restore the ability to run pl/pgsql expression queries in parallel. 2 months ago
Álvaro Herrera bd48455d88
Fix new pg_upgrade query not to rely on regnamespace 2 months ago
Álvaro Herrera 0f49586850
pg_upgrade: check for inconsistencies in not-null constraints w/inheritance 2 months ago
Michael Paquier dcbbd43317 Disable commit timestamps during bootstrap 2 months ago
Tom Lane e6dd6e6ee6 Obtain required table lock during cross-table updates, redux. 2 months ago
Michael Paquier d44efe87ea Fix bug in archive streamer with LZ4 decompression 2 months ago
Peter Eisentraut 37b1fce858 Update comment for IndexInfo.ii_NullsNotDistinct 2 months ago
Tom Lane 0fb496c704 Make safeguard against incorrect flags for fsync more portable. 2 months ago
Tom Lane 614ffb26d1 Obtain required table lock during cross-table constraint updates. 3 months ago
Nathan Bossart 4dc48ad28d Use correct DatumGet*() function in test_shm_mq_main(). 3 months ago