Commit Graph

50116 Commits (d2246cde825e4e1a85408390c66367b85b51a233)
 

Author SHA1 Message Date
Noah Misch d2246cde82 Set debug_query_string in worker_spi. 5 years ago
Noah Misch f90e80b913 Reproduce debug_query_string==NULL on parallel workers. 5 years ago
Tom Lane 970c050575 Fix assertion failure in check_new_partition_bound(). 5 years ago
Heikki Linnakangas 6f0bc5e1da Fix missing validation for the new GiST sortsupport functions. 5 years ago
Tom Lane b401fa206d Doc: clarify description for pg_constraint.convalidated. 5 years ago
Tom Lane 4a071afbd0 Stabilize timetz test across DST transitions. 5 years ago
Tom Lane f90149e628 Don't use custom OID symbols in pg_type.dat, either. 5 years ago
Andres Freund 1c7675a7a4 Fix wrong data table horizon computation during backend startup. 5 years ago
Amit Kapila 8e90ec5580 Track statistics for streaming of changes from ReorderBuffer. 5 years ago
Andres Freund 94bc27b576 Centralize horizon determination for temp tables, fixing bug due to skew. 5 years ago
Michael Paquier 60a51c6b32 Fix incorrect placement of pfree() in pg_relation_check_pages() 5 years ago
Tom Lane b787d4ce6d Doc: clean up pg_relation_check_pages() documentation. 5 years ago
Tom Lane 4c49d8fc15 Doc: clean up verify_heapam() documentation. 5 years ago
Tom Lane 66f8687a8f Use mode "r" for popen() in psql's evaluate_backtick(). 5 years ago
Tom Lane ad77039fad Calculate extraUpdatedCols in query rewriter, not parser. 5 years ago
Tom Lane 36b9312143 Don't use custom OID symbols in pg_proc.dat. 5 years ago
Tom Lane ad1c36b070 Fix foreign-key selectivity estimation in the presence of constants. 5 years ago
Michael Paquier ce7f772c5e Use correct GetDatum() in pg_relation_check_pages() 5 years ago
Michael Paquier f2b8839695 Add pg_relation_check_pages() to check on-disk pages of a relation 5 years ago
Michael Paquier c780a7a90a Add CheckBuffer() to check on-disk pages without shared buffer loading 5 years ago
Amit Kapila 9e0f87a495 Minor improvements in description of spilled counters in pg_stat_replication_slots view. 5 years ago
Tom Lane 8d132b2850 Doc: improve explanation of how to use our code coverage infrastructure. 5 years ago
Bruce Momjian 8e5d1aef8e Makefile comment: remove reference to tools/thread/thread_test 5 years ago
Alvaro Herrera 403a3d91c8
pg_dump: Lock all relations, not just plain tables 5 years ago
Peter Eisentraut f893e68d76 Add select_common_typmod() 5 years ago
Alvaro Herrera 59ab4ac324
Accept relations of any kind in LOCK TABLE 5 years ago
Bruce Momjian 4066b64290 docs: remove reference to src/tools/thread 5 years ago
Peter Eisentraut 0525572860 Fix enum errdetail to mention bytes, not chars 5 years ago
Peter Eisentraut 9213462c53 Make procedure OUT parameters work with JDBC 5 years ago
Peter Eisentraut 8fed2eadb8 doc: Fix order of protocol messages in listing 5 years ago
Amit Kapila 2f0760c9ff Update description of spilled counters in pg_stat_replication_slots view. 5 years ago
Bruce Momjian 2f17fe4318 doc: simplify wording of function error affects 5 years ago
Bruce Momjian e9661f2b0f doc: make blooms docs match reality 5 years ago
Tom Lane 20d3fe9009 In INSERT/UPDATE, use the table's real tuple descriptor as target. 5 years ago
Heikki Linnakangas fa42c2ecb0 docs: Remove notes about incompatibilies with very old versions. 5 years ago
Michael Paquier d401c5769e Extend PageIsVerified() to handle more custom options 5 years ago
Tom Lane ba9f18abd3 Fix corner case for a BEFORE ROW UPDATE trigger returning OLD. 5 years ago
David Rowley e83c9f913c Fix incorrect parameter name in a function header comment 5 years ago
Tom Lane 21d36747d4 Fix ancient bug in ecpg's pthread_once() emulation for Windows. 5 years ago
Michael Paquier 2771fcee18 Fix issue with --enable-coverage and the new unicode {de,re}composition code 5 years ago
Michael Paquier 0b46e82c06 Add tab completion for ALTER TABLE .. FORCE ROW LEVEL SECURITY in psql 5 years ago
Tom Lane 321633e17b Fix more portability issues in new amcheck code. 5 years ago
Tom Lane 1b62d0fb3e Allow psql to re-use connection parameters after a connection loss. 5 years ago
Tom Lane 860593ec3b Fix portability issues in new amcheck test. 5 years ago
Tom Lane 87a174c0e7 Fix broken XML formatting in EXPLAIN output for incremental sorts. 5 years ago
Peter Eisentraut 83d727e5b2 doc: Fix order of protocol messages in listing 5 years ago
Heikki Linnakangas 902b57c9bf doc: Remove reference to pre-8.2 pg_dump behaviour 5 years ago
Heikki Linnakangas 22b73d3cb0 Fix initialization of es_result_relations in EvalPlanQualStart(). 5 years ago
Michael Paquier 783f0cc64d Improve performance of Unicode {de,re}composition in the backend 5 years ago
Tom Lane 7d6d6bce43 Update time zone data files to tzdata release 2020d. 5 years ago