Commit Graph

50140 Commits (2f70fdb0644c32c4154236c2b5c241bec92eac5e)
 

Author SHA1 Message Date
Peter Eisentraut 2f70fdb064 Remove deprecated containment operators for built-in types 5 years ago
Magnus Hagander 44a184cb68 Use the non-deprecated TG_TABLE_MAME in test trigger 5 years ago
Magnus Hagander 13cfa02f77 Improve error handling in backend OpenSSL implementation 5 years ago
Magnus Hagander 5d1833f414 Use be_tls_* API for SSL information in sslinfo 5 years ago
Peter Eisentraut 3165426e54 Remove use of deprecated containment operators in tests 5 years ago
Amit Kapila 8c2d8f6cc4 Fix typos. 5 years ago
Tom Lane 0a4b340312 Fix unportable use of getnameinfo() in pg_hba_file_rules view. 5 years ago
Tom Lane e1339bfc7a Remove special checks for pg_rewrite.ev_qual and ev_action being NULL. 5 years ago
Tom Lane 8e1f37c07a Rethink the generation rule for fmgroids.h macros. 5 years ago
Tom Lane fd2997565c Second thoughts on TOAST decompression. 5 years ago
Peter Eisentraut dd26a0ad76 Use PG_GETARG_TRANSACTIONID where appropriate 5 years ago
Magnus Hagander 5b3dca096f Clarify temporary table name shadowing in CREATE TABLE docs 5 years ago
Thomas Munro 257836a755 Track collation versions for indexes. 5 years ago
Thomas Munro cd6f479e79 Add pg_depend.refobjversion. 5 years ago
Thomas Munro 7d1297df08 Remove pg_collation.collversion. 5 years ago
Heikki Linnakangas 8ef2a5afdf doc: Mention UNION/ORDER BY etc. keywords in section headers. 5 years ago
David Rowley 90d8f1b182 Fix unstable partition_prune regression tests 5 years ago
Michael Paquier 8a15e735be Fix some grammar and typos in comments and docs 5 years ago
Amit Kapila 644f0d7cc9 Use Enum for top level logical replication message types. 5 years ago
David Rowley a929e17e5a Allow run-time pruning on nested Append/MergeAppend nodes 5 years ago
Tom Lane dfc797730f Fix two issues in TOAST decompression. 5 years ago
Tom Lane 7f4235032f Avoid null pointer dereference if error result lacks SQLSTATE. 5 years ago
Michael Paquier b17ff07aa3 Preserve index data in pg_statistic across REINDEX CONCURRENTLY 5 years ago
Michael Paquier aecaa04418 Add error code for encryption failure in pgcrypto 5 years ago
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