Commit Graph

53707 Commits (22c6a44f01fd751c2ed229be4003f7c26d671933)
 

Author SHA1 Message Date
Noah Misch 22c6a44f01 Rewrite previous commit's test for TestUpgradeXversion compatibility. 3 weeks ago
Noah Misch 4948bb9df4 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 3 weeks ago
Michael Paquier 222130edd8 Ignore temporary relations in RelidByRelfilenumber() 3 weeks ago
Michael Paquier 24145bbb9e doc: Improve description of wal_compression 3 weeks ago
Michael Paquier 32d388d00f Fix assertion failure with replication slot release in single-user mode 3 weeks ago
Masahiko Sawada 79643105a2 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 3 weeks ago
Amit Kapila ef77502746 Fix self-deadlock during DROP SUBSCRIPTION. 3 weeks ago
Etsuro Fujita 59bab34160 Update obsolete comments in ResultRelInfo struct. 4 weeks ago
David Rowley 2c7c08a090 Fix invalid format string in HASH_DEBUG code 4 weeks ago
Tom Lane b3d6e8b63b Don't treat EINVAL from semget() as a hard failure. 4 weeks ago
Tom Lane 4e9da016ad Stamp 14.19. 1 month ago
Tom Lane 2e19ad79e1 Last-minute updates for release notes. 1 month ago
Nathan Bossart 8967c33c67 Fix MSVC pg_upgrade test. 1 month ago
Nathan Bossart e4998d089d Restrict psql meta-commands in plain-text dumps. 1 month ago
Noah Misch 0f58384384 Convert newlines to spaces in names written in v11+ pg_dump comments. 1 month ago
Peter Eisentraut 14f193beb2 Translation updates 1 month ago
Dean Rasheed afe38fb6ab Fix security checks in selectivity estimation functions. 1 month ago
Tom Lane e21c9823d3 Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 1 month ago
Noah Misch 7846f47096 Remove, from stable branches, the new assertion of no pg_dump OID sort. 1 month ago
Peter Eisentraut 64dec8060c Fix incorrect lack of Datum conversion in _int_matchsel() 1 month ago
Etsuro Fujita 73eb6afa13 Fix oversight in FindTriggerIncompatibleWithInheritance. 1 month ago
Peter Eisentraut bef2c2a4eb pg_upgrade: Add missing newline in output, another one 1 month ago
Etsuro Fujita e94fc1a8ad Disallow collecting transition tuples from child foreign tables. 1 month ago
Peter Eisentraut ed2bb0cdda pg_upgrade: Make format strings consistent 1 month ago
Peter Eisentraut f9f6595e31 pg_upgrade: Add missing newline in output 1 month ago
Tom Lane fe966e886c doc: add float as an alias for double precision. 1 month ago
Alexander Korotkov c5d66fc12b Fix checkpointer shared memory allocation 1 month ago
Alexander Korotkov 0edaaa8f29 Revert "Clarify documentation for the initcap function" 1 month ago
John Naylor a4f891b962 Update ICU C++ API symbols 1 month ago
Peter Eisentraut a00eb374cd pg_upgrade: Improve message indentation 1 month ago
Tom Lane 5b0c8e3289 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 1 month ago
Dean Rasheed 0c27d80d5f Fix typo in create_index.sql. 1 month ago
Álvaro Herrera 2ea8a37f27
doc: mention unusability of dropped CHECK to verify NOT NULL 1 month ago
Etsuro Fujita b49cb0b8df Doc: clarify the restrictions of AFTER triggers with transition tables. 1 month ago
Amit Kapila 41fb3f51cb Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 1 month ago
Noah Misch 7ee7c1cd38 Sort dump objects independent of OIDs, for the 7 holdout object types. 1 month ago
Tom Lane 25388fb2cb pg_dump: provide a stable sort order for rules. 1 month ago
Michael Paquier 60953d4cba Fix ./configure checks with __cpuidex() and __cpuid() 1 month ago
Tom Lane 2dee95bd0c Don't put library-supplied -L/-I switches before user-supplied ones. 1 month ago
Tom Lane cdcdabce5b Remove unnecessary complication around xmlParseBalancedChunkMemory. 1 month ago
Alexander Korotkov 276b022ec0 Clarify documentation for the initcap function 1 month ago
Tom Lane 0395464aff Avoid regression in the size of XML input that we will accept. 2 months ago
Alexander Korotkov 50026136cc Limit checkpointer requests queue size 2 months ago
Tom Lane 868b39a544 Fix build breakage on Solaris-alikes with late-model GCC. 2 months ago
Michael Paquier 408fe659a8 ecpg: Fix NULL pointer dereference during connection lookup 2 months ago
Fujii Masao 7efaf0a1b3 doc: Document reopen of output file via SIGHUP in pg_recvlogical. 2 months ago
Alexander Korotkov bedfdb85b0 Fix infinite wait when reading a partially written WAL record 2 months ago
Tom Lane d5cba77462 Fix PQport to never return NULL unless the connection is NULL. 2 months ago
Álvaro Herrera b9a8968284
Remove assertion from PortalRunMulti 2 months ago
Daniel Gustafsson 01d1c45c0a doc: Add example file for COPY 2 months ago