Commit Graph

51849 Commits (ffc9ddaea33f6dfd3dfa95828a0970fbb617bf8a)
 

Author SHA1 Message Date
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
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