Commit Graph

22018 Commits (7fa1e1ef741964eeb50f33d7c72622658bb7e5f4)

Author SHA1 Message Date
John Naylor bb95feabb8 Document "B" and "us" as accepted units in postgres.conf.sample 5 years ago
John Naylor 004874b72e Add missing check of noError parameter in euc_tw_and_big5.c 5 years ago
Peter Eisentraut 31360381f0 Rename some node support functions for consistency 5 years ago
Peter Eisentraut 3d25b4ea6e Rename argument of _outValue() 5 years ago
Peter Eisentraut d9a38c52ce Rename NodeTag of ExprState 5 years ago
Peter Eisentraut 81d5995b4b More improvements of error messages about mismatching relkind 5 years ago
Fujii Masao 7fcf2faf9c Make XLOG_FPI_FOR_HINT records honor full_page_writes setting. 5 years ago
Amit Kapila 01c3adcdd8 Fix potential buffer overruns in proto.c. 5 years ago
Thomas Munro 0c08856856 Don't use #if inside function-like macro arguments. 5 years ago
Peter Eisentraut 344dedfd1c Remove some whitespace in generated C output 5 years ago
Peter Eisentraut 4d56115f72 Make UCS_to_most.pl process encodings in sorted order 5 years ago
Peter Eisentraut 2b00db4fb0 Use l*_node() family of functions where appropriate 5 years ago
Amit Kapila 29abde637b Don't allow to set replication slot_name as ''. 5 years ago
Thomas Munro 04cad8f7bc Adjust commit 2dbe8905 for ancient macOS. 5 years ago
Amit Kapila dcecdfafbd Update comments for AlterSubscription. 5 years ago
Thomas Munro 2dbe890571 Support direct I/O on macOS. 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 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
Tom Lane a49d081235 Replace explicit PIN entries in pg_depend with an OID range test. 5 years ago
Dean Rasheed 2bfb50b3df Improve reporting of "conflicting or redundant options" errors. 5 years ago
Michael Paquier dc2db1eac3 Remove unnecessary assertion in postmaster.c 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
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
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
Tom Lane f10f0ae420 Replace RelationOpenSmgr() with RelationGetSmgr(). 5 years ago
Heikki Linnakangas 4c64b51dc5 Remove dead assignment to local variable. 5 years ago
Tom Lane 626731db26 Lock the extension during ALTER EXTENSION ADD/DROP. 5 years ago
Jeff Davis dd0e37cc15 Fix assign_record_type_typmod(). 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
Jeff Davis 8e7811e952 Eliminate replication protocol error related to IDENTIFY_SYSTEM. 5 years ago
Tom Lane d23ac62afa Avoid creating a RESULT RTE that's marked LATERAL. 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
David Rowley 29f45e299e Use a hash table to speed up NOT IN(values) 5 years ago