Commit Graph

48356 Commits (eae056c19ee8f5ebc45ac0fe13181f91c8791e00)
 

Author SHA1 Message Date
Tomas Vondra eae056c19e Apply multiple multivariate MCV lists when possible 6 years ago
Tomas Vondra aaa6761876 Apply all available functional dependencies 6 years ago
Tom Lane 652686a334 Fix edge-case crashes and misestimation in range containment selectivity. 6 years ago
Michael Paquier 1088729e84 Remove incorrect assertion for INSERT in logical replication's publisher 6 years ago
Tom Lane 2c0cdc8183 Extensive code review for GSSAPI encryption mechanism. 6 years ago
Peter Eisentraut c67a55da4e Make lsn argument of walrcv_create_slot() optional 6 years ago
Peter Eisentraut c096a804d9 Remove STATUS_FOUND 6 years ago
Noah Misch 38fc056074 Maintain valid md.c state when FileClose() fails. 6 years ago
Peter Geoghegan 1a4a032965 nbtree: Rename BT_HEAP_TID_ATTR. 6 years ago
Peter Geoghegan a0dc3c19ed nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks. 6 years ago
Alvaro Herrera a7b6ab5db1 Clean up representation of flags in struct ReorderBufferTXN 6 years ago
Michael Paquier 00b047fa67 doc: Fix naming of SELinux 6 years ago
Michael Paquier 39a5f2a94f pgbench: Make more debug messages use common logging API 6 years ago
Tom Lane e7ee433137 Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined. 6 years ago
Tom Lane 9ce77d75c5 Reconsider the representation of join alias Vars. 6 years ago
Robert Haas ed10f32e37 Add pg_shmem_allocations view. 6 years ago
Robert Haas 5acf6d8bb4 Remove bogus 'return'. 6 years ago
Magnus Hagander e3019f631d Clarify that pg_trgm is used in example 6 years ago
Peter Eisentraut f85a485f89 Add support for automatically updating Unicode derived files 6 years ago
Andrew Dunstan f5fd995a1a Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings 6 years ago
Peter Eisentraut 45223fd9ce Modernize Python exception syntax in tests 6 years ago
Peter Eisentraut 37f21ed132 Remove support for Python older than 2.6 6 years ago
Alvaro Herrera f5d28710c7 Reimplement nullification of walsender timestamp 6 years ago
Tom Lane 913bbd88dc Improve the handling of result type coercions in SQL functions. 6 years ago
Stephen Frost 8dd1511e39 Improve GSSAPI Encryption startup comment in libpq 6 years ago
Tom Lane 4ac8aaa36f Fix handling of generated columns in ALTER TABLE. 6 years ago
Peter Eisentraut 30a3e772b4 pgbench: Use common logging API 6 years ago
Michael Paquier 65192e0244 Revert "Forbid DROP SCHEMA on temporary namespaces" 6 years ago
Michael Paquier b0b6196386 Remove dependency to system calls for memory allocation in refint 6 years ago
Alvaro Herrera b175bd59fa pg_stat_activity: show NULL stmt start time for walsenders 6 years ago
Robert Haas ce242ae154 tableam: New callback relation_fetch_toast_slice. 6 years ago
Robert Haas 83322e38da tableam: Allow choice of toast AM. 6 years ago
Robert Haas 8147278589 Increase the maximum value of track_activity_query_size. 6 years ago
Tom Lane 2bd0735b95 Clean up management of IP addresses in our SSL tests. 6 years ago
Tom Lane e369f37086 Reduce the number of GetFlushRecPtr() calls done by walsenders. 6 years ago
Tom Lane 20d6225d16 Add functions min_scale(numeric) and trim_scale(numeric). 6 years ago
Peter Eisentraut b9c130a1fd Have logical replication subscriber fire column triggers 6 years ago
Michael Paquier 7b283d0e1d Remove support for OpenSSL 0.9.8 and 1.0.0 6 years ago
Peter Geoghegan fc31001123 Remove redundant incomplete split assertion. 6 years ago
Tom Lane 8c081a2f4e Minor style improvements for tab-completion test. 6 years ago
Tatsuo Ishii 955f121301 Docs: use more standard terminology "round-to-nearest-even" instead of "round-to-even". 6 years ago
Tom Lane 48e03583cd Avoid reading ~/.inputrc in tab-completion test, and revert other changes. 6 years ago
Tom Lane 7e42478186 Don't try to force TERM to a fixed value in tab-completion test. 6 years ago
Tom Lane 60ab7c80b4 In tab-completion test, print out the value of TERM before changing it. 6 years ago
Noah Misch 5b630501e9 Skip memcpy(x, x) in qunique(). 6 years ago
Tom Lane fac1c04fec Make tab-completion tests more robust. 6 years ago
Peter Eisentraut 3fd40b628c Make better use of ParseState in ProcessUtility 6 years ago
Peter Geoghegan d2e5e20e57 Add xl_btree_delete optimization. 6 years ago
Tom Lane 56a3921a2f Further fixes for tab-completion TAP tests. 6 years ago
Tom Lane ddd87d5645 Add an ugly workaround for a bug in some recent libedit versions. 6 years ago