Commit Graph

53687 Commits (73eb6afa13605d9bb619752180b739fd3c4ba168)
 

Author SHA1 Message Date
Etsuro Fujita 73eb6afa13 Fix oversight in FindTriggerIncompatibleWithInheritance. 5 months ago
Peter Eisentraut bef2c2a4eb pg_upgrade: Add missing newline in output, another one 5 months ago
Etsuro Fujita e94fc1a8ad Disallow collecting transition tuples from child foreign tables. 5 months ago
Peter Eisentraut ed2bb0cdda pg_upgrade: Make format strings consistent 5 months ago
Peter Eisentraut f9f6595e31 pg_upgrade: Add missing newline in output 5 months ago
Tom Lane fe966e886c doc: add float as an alias for double precision. 5 months ago
Alexander Korotkov c5d66fc12b Fix checkpointer shared memory allocation 5 months ago
Alexander Korotkov 0edaaa8f29 Revert "Clarify documentation for the initcap function" 5 months ago
John Naylor a4f891b962 Update ICU C++ API symbols 5 months ago
Peter Eisentraut a00eb374cd pg_upgrade: Improve message indentation 5 months ago
Tom Lane 5b0c8e3289 Fix incorrect return value in brin_minmax_multi_distance_numeric(). 5 months ago
Dean Rasheed 0c27d80d5f Fix typo in create_index.sql. 5 months ago
Álvaro Herrera 2ea8a37f27
doc: mention unusability of dropped CHECK to verify NOT NULL 5 months ago
Etsuro Fujita b49cb0b8df Doc: clarify the restrictions of AFTER triggers with transition tables. 5 months ago
Amit Kapila 41fb3f51cb Fix a deadlock during ALTER SUBSCRIPTION ... DROP PUBLICATION. 5 months ago
Noah Misch 7ee7c1cd38 Sort dump objects independent of OIDs, for the 7 holdout object types. 5 months ago
Tom Lane 25388fb2cb pg_dump: provide a stable sort order for rules. 5 months ago
Michael Paquier 60953d4cba Fix ./configure checks with __cpuidex() and __cpuid() 5 months ago
Tom Lane 2dee95bd0c Don't put library-supplied -L/-I switches before user-supplied ones. 5 months ago
Tom Lane cdcdabce5b Remove unnecessary complication around xmlParseBalancedChunkMemory. 5 months ago
Alexander Korotkov 276b022ec0 Clarify documentation for the initcap function 5 months ago
Tom Lane 0395464aff Avoid regression in the size of XML input that we will accept. 5 months ago
Alexander Korotkov 50026136cc Limit checkpointer requests queue size 5 months ago
Tom Lane 868b39a544 Fix build breakage on Solaris-alikes with late-model GCC. 5 months ago
Michael Paquier 408fe659a8 ecpg: Fix NULL pointer dereference during connection lookup 6 months ago
Fujii Masao 7efaf0a1b3 doc: Document reopen of output file via SIGHUP in pg_recvlogical. 6 months ago
Alexander Korotkov bedfdb85b0 Fix infinite wait when reading a partially written WAL record 6 months ago
Tom Lane d5cba77462 Fix PQport to never return NULL unless the connection is NULL. 6 months ago
Álvaro Herrera b9a8968284
Remove assertion from PortalRunMulti 6 months ago
Daniel Gustafsson 01d1c45c0a doc: Add example file for COPY 6 months ago
Álvaro Herrera e04aca1c4d
Fix dumping of comments on invalid constraints on domains 6 months ago
Nathan Bossart 0490d6efd2 psql: Fix note on project naming in output of \copyright. 6 months ago
Tom Lane 6f7d016e91 Doc: clarify description of regexp fields in pg_ident.conf. 6 months ago
Tom Lane 8254b7e33b Silence uninitialized-value warnings in compareJsonbContainers(). 6 months ago
Tom Lane 209a22d794 Doc: clarify description of current-date/time functions. 6 months ago
Tom Lane ac8cdb2495 Fix inconsistent quoting of role names in ACLs. 6 months ago
Masahiko Sawada 0514616f0e Fix tab-completion for COPY and \copy options. 6 months ago
Tom Lane 602c91cf2e Restore the ability to run pl/pgsql expression queries in parallel. 6 months ago
Michael Paquier ac166b19a1 Fix incompatibility with libxml2 >= 2.14 6 months ago
Álvaro Herrera 94dc2b37ba
Fix new pg_upgrade query not to rely on regnamespace 6 months ago
Álvaro Herrera ea3386cc78
pg_upgrade: check for inconsistencies in not-null constraints w/inheritance 6 months ago
Michael Paquier b61ddcaf41 Disable commit timestamps during bootstrap 6 months ago
Tom Lane e902f81819 Obtain required table lock during cross-table updates, redux. 6 months ago
Fujii Masao f062e43484 doc: Remove incorrect note about wal_status in pg_replication_slots. 6 months ago
Nathan Bossart e35a0174a9 Document pg_get_multixact_members(). 6 months ago
Tom Lane 71d71ac4d1 Make safeguard against incorrect flags for fsync more portable. 6 months ago
Nathan Bossart 326f2aaee6 Document age(xid) and mxid_age(xid). 6 months ago
Tom Lane 25cab44735 Obtain required table lock during cross-table constraint updates. 6 months ago
Nathan Bossart e2f0628212 Use correct DatumGet*() function in test_shm_mq_main(). 6 months ago
Melanie Plageman 5a24c20c84 Remove unused check in heap_xlog_insert() 6 months ago