Commit Graph

46985 Commits (05b38c7e63d1c8bca8c07ab4c8b194eed3c50ec7)
 

Author SHA1 Message Date
Alvaro Herrera 05b38c7e63 Fix partitioned index attachment 6 years ago
Fujii Masao c247ae0922 Fix file path in comment. 6 years ago
Fujii Masao 978b032d1f Fix function names in comments. 6 years ago
Alvaro Herrera 87259588d0 Fix tablespace inheritance for partitioned rels 6 years ago
Alvaro Herrera 3b23552ad8 Make pg_dump emit ATTACH PARTITION instead of PARTITION OF 6 years ago
Tom Lane 0fae846232 Fix some minor postmaster-state-machine issues. 6 years ago
Alvaro Herrera 0a999e1290 Unify error messages 6 years ago
Etsuro Fujita 5c47049180 postgres_fdw: Fix incorrect handling of row movement for remote partitions. 6 years ago
Andres Freund fdc7efcc30 Allow pg_class xid & multixid horizons to not be set. 6 years ago
Tom Lane 7ad1cd31bf Repair assorted issues in locale data extraction. 6 years ago
Tom Lane e0fb4c9d01 Remove useless comment. 6 years ago
Peter Geoghegan 9b10926263 Prevent O(N^2) unique index insertion edge case. 6 years ago
Tom Lane f4a3fdfbdc Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY. 6 years ago
Tom Lane c06e3550dc Don't request pretty-printed output from xmlNodeDump(). 6 years ago
Michael Paquier ccae190b91 Fix detection of passwords hashed with MD5 or SCRAM-SHA-256 6 years ago
Andres Freund b5f58cf213 Convert gist to compute page level xid horizon on primary. 6 years ago
Fujii Masao b804c1837b Fix documentation of pg_start_backup and pg_stop_backup functions. 6 years ago
Tomas Vondra d08c44f7a4 Fix mvdistinct and dependencies size calculations 6 years ago
Bruce Momjian bfbc150e39 docs: reorder collation regression test order in paragraph 6 years ago
Stephen Frost eb882a1b71 GSSAPI: Improve documentation and tests 6 years ago
Andres Freund b8b94ea129 Fix slot type issue for fuzzy distance index scan over out-of-core table AM. 6 years ago
Andres Freund 88e6ad3054 Fix two memory leaks around force-storing tuples in slots. 6 years ago
Tom Lane 4d5840cea9 Fix problems with auto-held portals. 6 years ago
Michael Paquier 148266fa35 Fix collection of typos and grammar mistakes in docs and comments 6 years ago
Michael Paquier bc540f9859 Clean up some documentation for log_statement_sample_rate 6 years ago
Michael Paquier 5a9323eab6 Remove dependency to pageinspect in recovery tests 6 years ago
Andres Freund 75e03eabea Fix potential use-after-free for BEFORE UPDATE row triggers on non-core AMs. 6 years ago
Peter Eisentraut bb385c4fb0 Fix handling of temp and unlogged tables in FOR ALL TABLES publications 6 years ago
Andres Freund 1cebfdee00 docs: correct typo-ed path to heapam_handler.c. 6 years ago
Andres Freund 4d01835927 pg_dump: Remove stray option parsing support for -o. 6 years ago
Andres Freund f6b39171f3 docs: cleanup/remove/update references to OID column. 6 years ago
Alvaro Herrera 421a2c4832 Tie loose ends in psql's new \dP command 6 years ago
Alvaro Herrera b036982db7 psql: display tablespace for partitioned indexes 6 years ago
Bruce Momjian fb9c475597 postgresql.conf.sample: add proper defaults for include actions 6 years ago
Bruce Momjian 64bbe10399 docs: clarify pg_upgrade's recovery behavior 6 years ago
Tom Lane 1a75c1d0c5 Fix unportable code in pgbench. 6 years ago
Tom Lane 8cde7f4948 Fix assorted minor bogosity in GSSAPI transport error messages. 6 years ago
Tom Lane b4f96d69ad Minor jsonpath fixes. 6 years ago
Magnus Hagander 252b707bc4 Return NULL for checksum failures if checksums are not enabled 6 years ago
Michael Paquier 9010156445 Fix thinko introduced by 82a5649 in slot.c 6 years ago
Michael Paquier 47ac2033d4 Simplify some ERROR paths clearing wait events and transient files 6 years ago
Michael Paquier a6dcf9df4d Rework handling of invalid indexes with REINDEX CONCURRENTLY 6 years ago
Fujii Masao c8e0f6bbdb Add index terms for reloptions in documentation. 6 years ago
Peter Eisentraut e446cde16d Better scaling of images in HTML output 6 years ago
Michael Paquier 5ed4b123b6 Remove duplicate assignment when initializing logical decoder context 6 years ago
Noah Misch e12a472612 Don't write to stdin of a test process that could have already exited. 6 years ago
Tom Lane dde7fb7836 Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData. 6 years ago
Tomas Vondra dbb984128e Convert pre-existing stats_ext tests to new style 6 years ago
Tomas Vondra 3824ca30d1 Fix pg_mcv_list deserialization 6 years ago
Tom Lane 4b40e44f07 Fix failure with textual partition hash keys. 6 years ago