Commit Graph

51843 Commits (eec57115e4c866f26bdc8bcbe3e2e7be4c6d0450)
 

Author SHA1 Message Date
Heikki Linnakangas eec57115e4 In psql \copy from, send data to server in larger chunks. 5 years ago
Magnus Hagander b4deefc39b Clarify description of pg_stat_statements columns 5 years ago
Peter Eisentraut 55b2a23407 Fix lack of message pluralization 5 years ago
Amit Kapila a8fd13cab0 Add support for prepared transactions to built-in logical replication. 5 years ago
Michael Paquier 6c9c283166 Install properly fe-auth-sasl.h 5 years ago
David Rowley 83f4fcc655 Change the name of the Result Cache node to Memoize 5 years ago
Tom Lane d68a003912 Rename debug_invalidate_system_caches_always to debug_discard_caches. 5 years ago
David Rowley e0271d5f1e Remove useless range checks on INT8 sequences 5 years ago
David Rowley 5bd38d2f28 Robustify tuplesort's free_sort_tuple function 5 years ago
David Rowley 41469253e9 Fix theoretical bug in tuplesort 5 years ago
Thomas Munro 7c09d2797e Add PSQL_WATCH_PAGER for psql's \watch command. 5 years ago
Tom Lane f014b1b9bb Probe for preadv/pwritev in a more macOS-friendly way. 5 years ago
Tom Lane f10f0ae420 Replace RelationOpenSmgr() with RelationGetSmgr(). 5 years ago
Peter Eisentraut 5b60cf35f5 doc: Fix typo in function prototype 5 years ago
Heikki Linnakangas 4c64b51dc5 Remove dead assignment to local variable. 5 years ago
Michael Paquier 2c9b46c090 Revert "Fix issues with Windows' stat() for files pending on deletion" 5 years ago
Michael Paquier 54fb8c7ddf Fix issues with Windows' stat() for files pending on deletion 5 years ago
Michael Paquier 127404fbe2 pageinspect: Improve page_header() for pages of 32kB 5 years ago
Tom Lane 626731db26 Lock the extension during ALTER EXTENSION ADD/DROP. 5 years ago
Thomas Munro 0e39a608ed Fix pgbench timestamp bugs. 5 years ago
Jeff Davis dd0e37cc15 Fix assign_record_type_typmod(). 5 years ago
Tom Lane 9f6be2e79f Fix busted test for ldap_initialize. 5 years ago
Michael Paquier 44bd0126c7 Add more sanity checks in SASL exchanges 5 years ago
Dean Rasheed e7fc488ad6 Fix numeric_mul() overflow due to too many digits after decimal point. 5 years ago
Tom Lane 53c38a086a Un-break AIX build, take 2. 5 years ago
Alvaro Herrera ab09679429
libpq: Fix sending queries in pipeline aborted state 5 years ago
Jeff Davis 8e7811e952 Eliminate replication protocol error related to IDENTIFY_SYSTEM. 5 years ago
Tom Lane 31e8cfac58 Un-break AIX build. 5 years ago
Tom Lane d23ac62afa Avoid creating a RESULT RTE that's marked LATERAL. 5 years ago
Tom Lane d0a02bdb8c Update configure's probe for libldap to work with OpenLDAP 2.5. 5 years ago
Tom Lane a9da1934e9 Reject cases where a query in WITH rewrites to just NOTIFY. 5 years ago
David Rowley ca2e4472ba Teach pg_size_pretty and pg_size_bytes about petabytes 5 years ago
Michael Paquier 0f80b47d24 Add forgotten LSN_FORMAT_ARGS() in xlogreader.c 5 years ago
Thomas Munro 2f78338064 Remove more obsolete comments about semaphores. 5 years ago
David Rowley 56ff8b2991 Use a lookup table for units in pg_size_pretty and pg_size_bytes 5 years ago
David Rowley 55fe609387 Fix incorrect return value in pg_size_pretty(bigint) 5 years ago
Daniel Gustafsson 387925893e Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h 5 years ago
Peter Eisentraut 2ed532ee8c Improve error messages about mismatching relkind 5 years ago
Tom Lane b9734c13f1 Fix crash in postgres_fdw for provably-empty remote UPDATE/DELETE. 5 years ago
Fujii Masao 9d2a775734 doc: Fix description about pg_stat_statements.track_planning. 5 years ago
David Rowley 29f45e299e Use a hash table to speed up NOT IN(values) 5 years ago
Fujii Masao d854720df6 postgres_fdw: Tighten up allowed values for batch_size, fetch_size options. 5 years ago
Michael Paquier 9fd85570d1 Refactor SASL code with a generic interface for its mechanisms 5 years ago
Tom Lane 955b3e0f92 Allow CustomScan providers to say whether they support projections. 5 years ago
Alvaro Herrera 5798ca5299
Improve TestLib::system_or_bail error reporting 5 years ago
Tom Lane 64919aaab4 Reduce the cost of planning deeply-nested views. 5 years ago
Tom Lane c7b7311f61 Avoid doing catalog lookups in postgres_fdw's conversion_error_callback. 5 years ago
Tom Lane ab2e19987f Doc: add info about timestamps with fractional-minute UTC offsets. 5 years ago
Amit Kapila 8aafb02616 Refactor function parse_subscription_options. 5 years ago
David Rowley 9ee91cc583 Fix typo in comment 5 years ago