Commit Graph

51867 Commits (dcecdfafbd2dbdfaa0f82e7710abfa65242a1d1e)
 

Author SHA1 Message Date
Amit Kapila dcecdfafbd Update comments for AlterSubscription. 5 years ago
Thomas Munro 2dbe890571 Support direct I/O on macOS. 5 years ago
Alexander Korotkov f157db8622 Forgotten catversion bump for 9e3c217bd9 5 years ago
Alexander Korotkov 9e3c217bd9 Support for unnest(multirange) 5 years ago
Dean Rasheed ba620760c4 Improve error checking of CREATE COLLATION options. 5 years ago
Alvaro Herrera 8589299e03
Make new replication slot test code less racy 5 years ago
Tom Lane 665c5855e5 Doc: document the current-transaction-modes GUCs. 5 years ago
Alvaro Herrera f0e21f2f61
Fix pg_dump for disabled triggers on partitioned tables 5 years ago
Alvaro Herrera df80fa2ee5
Preserve firing-on state when cloning row triggers to partitions 5 years ago
Alvaro Herrera ead9e51e82
Advance old-segment horizon properly after slot invalidation 5 years ago
Peter Eisentraut 46111fb7b5 doc: Spell checking 5 years ago
Michael Paquier 6cea447e6a Disable tests involving ZLIB on Windows for pg_receivewal 5 years ago
Daniel Gustafsson 830ef61bd8 docs: fix inconsistencies in markup and case 5 years ago
Tom Lane a49d081235 Replace explicit PIN entries in pg_depend with an OID range test. 5 years ago
Tom Lane e529b2dc37 Ensure HAVE_DECL_XXX macros in MSVC builds match those in Unix. 5 years ago
Michael Paquier 0da3c1bc3f Fix portability issue with gzip in TAP test of pg_receivewal 5 years ago
Alexander Korotkov 768ea9bcf9 Fix small inconsistencies in catalog definition of multirange operators 5 years ago
Dean Rasheed 2bfb50b3df Improve reporting of "conflicting or redundant options" errors. 5 years ago
Michael Paquier ffc9ddaea3 Add TAP tests for ZLIB compression for pg_receivewal 5 years ago
Michael Paquier dc2db1eac3 Remove unnecessary assertion in postmaster.c 5 years ago
Thomas Munro 5865e064ab Portability fixes for sigwait. 5 years ago
Peter Eisentraut 9aa8268faa Fix some nonstandard C code indentation in grammar file 5 years ago
Tom Lane be850f1822 Copy a Param's location field when replacing it with a Const. 5 years ago
John Naylor c203dcddf9 Remove unused function parameter in get_qual_from_partbound 5 years ago
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