Commit Graph

55572 Commits (1c7cba4c52953d2486a1465ea8d91ff65c35610c)
 

Author SHA1 Message Date
Dean Rasheed 415badc138 Fix security checks in selectivity estimation functions. 4 months ago
Tom Lane dfe189ecdf Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 4 months ago
Noah Misch 70637d7ae0 Remove, from stable branches, the new assertion of no pg_dump OID sort. 4 months ago
Peter Eisentraut f0d55b68ef Fix incorrect lack of Datum conversion in _int_matchsel() 4 months ago
Etsuro Fujita f39a7f32ae Fix oversight in FindTriggerIncompatibleWithInheritance. 4 months ago
Peter Eisentraut 18d2d8ae42 pg_upgrade: Add missing newline in output, another one 4 months ago
Etsuro Fujita d642d23064 Disallow collecting transition tuples from child foreign tables. 4 months ago
Michael Paquier 769be67a3c Add information about "generation" when dropping twice pgstats entry 4 months ago
Peter Eisentraut a8b31b160b pg_upgrade: Make format strings consistent 4 months ago
Peter Eisentraut 22d7833505 pg_upgrade: Add missing newline in output 4 months ago
Tom Lane 186bc0dfdc doc: add float as an alias for double precision. 4 months ago
Alexander Korotkov 73f897ba58 Fix checkpointer shared memory allocation 4 months ago
Alexander Korotkov 098c27dee4 Revert "Clarify documentation for the initcap function" 4 months ago
John Naylor baacfb9e60 Update ICU C++ API symbols 4 months ago
Peter Eisentraut 63c79a6fc2 pg_upgrade: Improve message indentation 4 months ago
Tom Lane 835c9374d6 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 5 months ago
Dean Rasheed 8748148d61 Fix typo in create_index.sql. 5 months ago
Álvaro Herrera 2f600115a5
doc: mention unusability of dropped CHECK to verify NOT NULL 5 months ago
Fujii Masao 6914a330f0 Fix assertion failure in pgbench when handling multiple pipeline sync messages. 5 months ago
Etsuro Fujita 23dc277590 Doc: clarify the restrictions of AFTER triggers with transition tables. 5 months ago
Nathan Bossart f79ca73d75 Allow resetting unknown custom GUCs with reserved prefixes. 5 months ago
Amit Kapila 434d2d147b Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 5 months ago
Noah Misch 22f126da6c Sort dump objects independent of OIDs, for the 7 holdout object types. 5 months ago
Tom Lane e99010cbd8 pg_dump: provide a stable sort order for rules. 5 months ago
Michael Paquier d6ffc43f95 Fix ./configure checks with __cpuidex() and __cpuid() 5 months ago
Tom Lane 19857437b0 Don't put library-supplied -L/-I switches before user-supplied ones. 5 months ago
Tom Lane 0928e18eb8 Remove unnecessary complication around xmlParseBalancedChunkMemory. 5 months ago
Alexander Korotkov 9af075c4e2 Clarify documentation for the initcap function 5 months ago
Tom Lane 0ffbd345e4 Avoid regression in the size of XML input that we will accept. 5 months ago
Alexander Korotkov b248a3ba4e Limit checkpointer requests queue size 5 months ago
Tom Lane b252ce3111 Fix build breakage on Solaris-alikes with late-model GCC. 5 months ago
Michael Paquier 0123922f82 ecpg: Fix NULL pointer dereference during connection lookup 5 months ago
Fujii Masao f4a67e52b2 doc: Document reopen of output file via SIGHUP in pg_recvlogical. 5 months ago
Alexander Korotkov 9f270f48f3 Fix infinite wait when reading a partially written WAL record 5 months ago
Tom Lane a372a64db7 Fix PQport to never return NULL unless the connection is NULL. 5 months ago
Álvaro Herrera c2720ac601
Remove assertion from PortalRunMulti 5 months ago
Daniel Gustafsson 6242497bb4 doc: Add example file for COPY 5 months ago
Álvaro Herrera 5a261c135d
Fix dumping of comments on invalid constraints on domains 5 months ago
Nathan Bossart 4349206cc3 psql: Fix note on project naming in output of \copyright. 5 months ago
Tom Lane 2132ced7dc Doc: clarify description of regexp fields in pg_ident.conf. 5 months ago
Tom Lane f32e456414 Silence uninitialized-value warnings in compareJsonbContainers(). 5 months ago
Tom Lane 5ea9d9ac0c Doc: clarify description of current-date/time functions. 5 months ago
Tom Lane de73cb3ed6 Fix inconsistent quoting of role names in ACLs. 5 months ago
Masahiko Sawada e3584e457d Fix tab-completion for COPY and \copy options. 5 months ago
Tom Lane c65c36ab51 Restore the ability to run pl/pgsql expression queries in parallel. 5 months ago
Michael Paquier 75c1eb60b2 Fix incompatibility with libxml2 >= 2.14 6 months ago
Álvaro Herrera bd48455d88
Fix new pg_upgrade query not to rely on regnamespace 6 months ago
Álvaro Herrera 0f49586850
pg_upgrade: check for inconsistencies in not-null constraints w/inheritance 6 months ago
Michael Paquier dcbbd43317 Disable commit timestamps during bootstrap 6 months ago
Tom Lane e6dd6e6ee6 Obtain required table lock during cross-table updates, redux. 6 months ago