Commit Graph

45841 Commits (8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a)
 

Author SHA1 Message Date
Tom Lane b66827ca7c Fix tuple_data_split() to not open a relation without any lock. 7 years ago
Tom Lane e27453bd83 Fix ALTER COLUMN TYPE to not open a relation without any lock. 7 years ago
Peter Eisentraut a6949ca34d doc: Clarify CREATE TABLESPACE documentation 7 years ago
Tom Lane fdba460a26 Create an RTE field to record the query's lock mode for each relation. 7 years ago
Stephen Frost 8bddc86400 Add application_name to connection authorized msg 7 years ago
Tom Lane 2b04dfc472 Improve error reporting for unsupported effective_io_concurrency setting. 7 years ago
Tom Lane 61f14cc8c8 Tweak MSVC build system to match changes in 7143b3e82. 7 years ago
Tom Lane 97c6852ff7 Tweak MSVC build system to match changes in 7143b3e82. 7 years ago
Tom Lane 7143b3e821 Build src/common files as a library with -fPIC. 7 years ago
Tom Lane f7ab802855 Remove pqsignal() from libpq's official exports list. 7 years ago
Amit Kapila a86bf6057e Fix assertion failure when updating full_page_writes for checkpointer. 7 years ago
Andres Freund 92a0342a90 Correct overflow handling in pgbench. 7 years ago
Michael Paquier 78ea8b5daa Fix WAL recycling on standbys depending on archive_mode 7 years ago
Tom Lane aaf10f32a3 Fix assorted bugs in pg_get_partition_constraintdef(). 7 years ago
Alexander Korotkov 4ec90f53f1 Minor formatting cleanup for 2a6368343f 7 years ago
Alexander Korotkov 0f64595894 Remove extra usage of BoxPGetDatum() macro 7 years ago
Andres Freund 27e082b0c6 Clean up in the wake of TupleDescGetSlot() removal / 10763358c3. 7 years ago
Tom Lane ea53100d56 Build src/port files as a library with -fPIC, and use that in libpq. 7 years ago
Tom Lane ce4887bd02 Fix another portability issue from commit 758ce9b77. 7 years ago
Michael Paquier ba16aade33 Switch flags tracking pending interrupts to sig_atomic_t 7 years ago
Tom Lane 751f532b97 Try another way to detect the result type of strerror_r(). 7 years ago
Tom Lane 8b91d25884 Clean up *printf macros to avoid conflict with format archetypes. 7 years ago
Tom Lane a6b88d682c Fix link failures due to snprintf/strerror changes. 7 years ago
Peter Eisentraut 0320ddaf3c Recurse to sequences on ownership change for all relkinds 7 years ago
Tom Lane d6c55de1f9 Implement %m in src/port/snprintf.c, and teach elog.c to rely on that. 7 years ago
Tom Lane 96bf88d527 Always use our own versions of *printf(). 7 years ago
Tom Lane 758ce9b779 Incorporate strerror_r() into src/port/snprintf.c, too. 7 years ago
Tom Lane 26e9d4d4ef Convert elog.c's useful_strerror() into a globally-used strerror wrapper. 7 years ago
Peter Eisentraut a49ceda6a0 Update dummy CREATE ASSERTION grammar 7 years ago
Tomas Vondra a3d2844852 Improve test coverage of geometric types 7 years ago
Tomas Vondra 2e2a392de3 Fix problems in handling the line data type 7 years ago
Michael Paquier f535d5f0c1 Add basic regression tests for default monitoring roles 7 years ago
Michael Paquier 8d28bf500f Rework activation of commit timestamps during recovery 7 years ago
Andres Freund 10763358c3 Remove absolete function TupleDescGetSlot(). 7 years ago
Andres Freund 29c94e03c7 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. 7 years ago
Andres Freund bbdfbb9154 Remove function list from prologue of execTuples.c. 7 years ago
Andres Freund a598708ffa Change TupleTableSlot->tts_nvalid to type AttrNumber. 7 years ago
Alvaro Herrera 5913b9bbf3 Remove obsolete comment 7 years ago
Alvaro Herrera 62e533d3f1 Remove fmgr.h inclusion from partition.h 7 years ago
Andres Freund 33001fd7a7 Collect JIT instrumentation from workers. 7 years ago
Tom Lane 5e22171310 Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 7 years ago
Tom Lane 5b7e036707 Avoid unnecessary precision loss for pgbench's --rate target. 7 years ago
Thomas Munro 64171b3206 Constify dsa_size_class_map and use a better type. 7 years ago
Michael Paquier 08c9917e24 Ignore publication tables when --no-publications is used 7 years ago
Michael Paquier edb9797660 Revoke pg_stat_statements_reset() permissions 7 years ago
Tom Lane fd582317e1 Sync our Snowball stemmer dictionaries with current upstream. 7 years ago
Andres Freund b076eb7669 auto_explain: Include JIT information if applicable. 7 years ago
Andres Freund 52050ad8eb Make EXPLAIN output for JIT compilation more dense. 7 years ago
Andrew Dunstan 7636e5c60f Fast default trigger and expand_tuple fixes 7 years ago
Tom Lane 60e612b602 Use ppoll(2), if available, to wait for input in pgbench. 7 years ago