Commit Graph

57582 Commits (4900179e9cd8965372fa9971b36c2898d53ebedc)
 

Author SHA1 Message Date
Andres Freund 4900179e9c ci: Simplify ci-os-only handling 4 weeks ago
Andres Freund 965d0a0b8b ci: Per-repo configuration for manually trigger tasks 4 weeks ago
Michael Paquier 791506f59e Fix compilation warning with SerializeClientConnectionInfo() 1 month ago
Andres Freund c42f2bdcdf ci: windows: Stop using DEBUG:FASTLINK 1 month ago
Tom Lane e67d5f7baa Don't treat EINVAL from semget() as a hard failure. 1 month ago
Michael Paquier 327bd6111a postgres_fdw: Fix tests with ANALYZE and remote sampling 1 month ago
Tom Lane c13dd7d50f Stamp 16.10. 1 month ago
Tom Lane 18d01671ef Last-minute updates for release notes. 1 month ago
Nathan Bossart 7ad8e79098 Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 850caae60c Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Peter Eisentraut 1926342923 Translation updates 1 month ago
Dean Rasheed 7e86da539d Fix security checks in selectivity estimation functions. 1 month ago
Tom Lane 94c067376d Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 1 month ago
Noah Misch 2166832961 Remove, from stable branches, the new assertion of no pg_dump OID sort. 1 month ago
Peter Eisentraut a3906b44c5 Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita 3863c6fb69 Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Etsuro Fujita 9cca445dfd Disallow collecting transition tuples from child foreign tables. 1 month ago
Michael Paquier f770006928 Add information about "generation" when dropping twice pgstats entry 1 month ago
Peter Eisentraut 06f4448164 pg_upgrade: Make format strings consistent 1 month ago
Tom Lane 3a3b1d7ab1 doc: add float as an alias for double precision. 1 month ago
Alexander Korotkov 2ac50f1187 Fix checkpointer shared memory allocation 1 month ago
Alexander Korotkov b862465dba Revert "Clarify documentation for the initcap function" 1 month ago
John Naylor aae9aad19d Update ICU C++ API symbols 1 month ago
Peter Eisentraut 05b367bea4 pg_upgrade: Improve message indentation 1 month ago
Tom Lane b9279058a3 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 1 month ago
Melanie Plageman 3c2c3f2ddb Minor test fixes in 035_standby_logical_decoding.pl 1 month ago
Dean Rasheed 112945a61e Fix typo in create_index.sql. 1 month ago
Álvaro Herrera 479ebce12d
doc: mention unusability of dropped CHECK to verify NOT NULL 1 month ago
Fujii Masao 1d3ded521a Fix assertion failure in pgbench when handling multiple pipeline sync messages. 1 month ago
Etsuro Fujita cd45fef058 Doc: clarify the restrictions of AFTER triggers with transition tables. 1 month ago
Michael Paquier ec96e88122 Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c 1 month ago
Nathan Bossart b998ce3272 Allow resetting unknown custom GUCs with reserved prefixes. 1 month ago
Amit Kapila adfd802191 Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 1 month ago
Noah Misch 0ac1581c3f Sort dump objects independent of OIDs, for the 7 holdout object types. 1 month ago
Tom Lane 9affed2634 pg_dump: provide a stable sort order for rules. 1 month ago
Michael Paquier c1984be23c Fix ./configure checks with __cpuidex() and __cpuid() 2 months ago
Tom Lane bbc20c8a9f Don't put library-supplied -L/-I switches before user-supplied ones. 2 months ago
Tom Lane 762c6d8d26 Remove unnecessary complication around xmlParseBalancedChunkMemory. 2 months ago
Alexander Korotkov d861b92822 Clarify documentation for the initcap function 2 months ago
Tom Lane 6d5e493b4a Avoid regression in the size of XML input that we will accept. 2 months ago
Alexander Korotkov f0cdc2afd1 Limit checkpointer requests queue size 2 months ago
Tom Lane e4d5854555 Fix build breakage on Solaris-alikes with late-model GCC. 2 months ago
Michael Paquier 313d3102fa ecpg: Fix NULL pointer dereference during connection lookup 2 months ago
Fujii Masao 2b09054e4d doc: Document reopen of output file via SIGHUP in pg_recvlogical. 2 months ago
Alexander Korotkov b485e1c89a Fix infinite wait when reading a partially written WAL record 2 months ago
Tom Lane 009c20a3da Fix PQport to never return NULL unless the connection is NULL. 2 months ago
Álvaro Herrera 4871c1e9cb
Remove assertion from PortalRunMulti 2 months ago
Daniel Gustafsson 246388618c doc: Add example file for COPY 2 months ago
Álvaro Herrera cef998ef83
Fix dumping of comments on invalid constraints on domains 2 months ago
Nathan Bossart 738ad9a538 psql: Fix note on project naming in output of \copyright. 2 months ago