Commit Graph

58073 Commits (6185c9737cf48c9540782d88f12bd2912d6ca1cc)
 

Author SHA1 Message Date
Tom Lane 57b28c0830 Doc: fix minor typos in two ECPG function descriptions. 2 years ago
Alexander Korotkov 28e858c0f9 Improve documentation and GUC description for transaction_timeout 2 years ago
Alexander Korotkov a661bf7b0f Remove flaky isolation tests for timeouts 2 years ago
Alexander Korotkov 874d817baa Multiple revisions to the GROUP BY reordering tests 2 years ago
Alexander Korotkov 466979ef03 Replace lateral references to removed rels in subqueries 2 years ago
Tom Lane a6b2a51e16 Avoid dangling-pointer problem with partitionwise joins under GEQO. 2 years ago
Heikki Linnakangas d360e3cc60 Fix compiler warning on typedef redeclaration 2 years ago
Heikki Linnakangas 8af2565248 Introduce a new smgr bulk loading facility. 2 years ago
Peter Eisentraut e612384fc7 Fix mistake in SQL features list 2 years ago
Amit Kapila d13ff82319 Fix BF failure in commit 93db6cbda0. 2 years ago
Michael Paquier efa70c15c7 Make GetSlotInvalidationCause() return RS_INVAL_NONE on unexpected input 2 years ago
Amit Kapila 93db6cbda0 Add a new slot sync worker to synchronize logical slots. 2 years ago
Peter Eisentraut 3d47b75546 pgindent fix 2 years ago
Amit Kapila b6df0798a5 Fix the intermittent buildfarm failures in 031_column_list. 2 years ago
Peter Eisentraut fbc93b8b5f Remove custom Constraint node read/write implementations 2 years ago
Amit Kapila 801792e528 Improve ERROR/LOG messages added by commits ddd5f4f54a and 7a424ece48. 2 years ago
Michael Paquier 011d60c435 Speed up uuid_out() by not relying on a StringInfo 2 years ago
Michael Paquier 943f7ae1c8 Add lookup table for replication slot conflict reasons 2 years ago
Heikki Linnakangas 28f3915b73 Remove superfluous 'pgprocno' field from PGPROC 2 years ago
Alvaro Herrera 4989ce7264
MERGE ... DO NOTHING: require SELECT privileges 2 years ago
Alvaro Herrera ed345c2728
Fix typo 2 years ago
Daniel Gustafsson 690805ca75 doc: Fix link to pg_ident_file_mappings view 2 years ago
Michael Paquier ff9e1e764f Add option force_initdb to PostgreSQL::Test::Cluster:init() 2 years ago
Alexander Korotkov 75bcba6cbd Remove extra check_stack_depth() from dropconstraint_internal() 2 years ago
Tom Lane fcd210d496 Doc: improve explanation of type interval, especially extract(). 2 years ago
Alexander Korotkov 489072ab7a Replace relids in lateral subquery parse tree during SJE 2 years ago
Peter Eisentraut 74563f6b90 Revert "Improve compression and storage support with inheritance" 2 years ago
David Rowley d2ca9a50b5 Minor corrections for partition pruning 2 years ago
Michael Paquier 818fefd8fd Fix race leading to incorrect conflict cause in InvalidatePossiblyObsoleteSlot() 2 years ago
Michael Paquier 01ec4d89b9 doc: Use system-username instead of system-user 2 years ago
David Rowley 4c2369ac5d Fix incorrect pruning of NULL partition for boolean IS NOT clauses 2 years ago
Noah Misch 0e162810df Fix test race between primary XLOG_RUNNING_XACTS and standby logical slot. 2 years ago
Noah Misch 4791f87f34 Bound waits in 035_standby_logical_decoding.pl. 2 years ago
Tom Lane 7f27185324 Doc: fix typo in SECURITY LABEL synopsis. 2 years ago
Alexander Korotkov e1b7fde418 Get rid of pg_class usage in SJE regression tests 2 years ago
Peter Eisentraut 21a71648d3 ci: Add test coverage of different pg_upgrade modes 2 years ago
Amit Kapila f17529b710 Fix 004_subscription.pl to allow its usage in --link mode. 2 years ago
Michael Paquier e77a1c58e3 ecpg: Fix zero-termination of string generated by intoasc() 2 years ago
Michael Paquier 0a9118ccc0 ecpg: Fix error handling on OOMs when parsing timestamps 2 years ago
Alexander Korotkov a6c21887a9 Remove remaining references to timeouts-long 2 years ago
Nathan Bossart 3b42bdb471 Use new overflow-safe integer comparison functions. 2 years ago
Nathan Bossart 6b80394781 Introduce overflow-safe integer comparison functions. 2 years ago
Jeff Davis 73f0a13266 Pass correct count to WALRead(). 2 years ago
Jeff Davis 9ecbf54075 Add assert to WALReadFromBuffers(). 2 years ago
Nathan Bossart 5497daf3aa Replace calls to pg_qsort() with the qsort() macro. 2 years ago
Alexander Korotkov d57b7cc333 Add missing check_stack_depth() to some recursive functions 2 years ago
Alexander Korotkov eb49e1bdd9 Remove timeouts-long.out 2 years ago
Peter Eisentraut 0413a55699 Improve compression and storage support with inheritance 2 years ago
Peter Eisentraut e85732dac0 Remove non-existing file from .gitattributes 2 years ago
Amit Kapila b7bdade6a4 Disable autovacuum on primary in 040_standby_failover_slots_sync test. 2 years ago