Commit Graph

4658 Commits (041b96802efa33d2bc9456f2ad946976b92b5ae1)

Author SHA1 Message Date
Alvaro Herrera b8b37e41ba
Make libpqsrv_cancel's return const char *, not char * 2 years ago
Etsuro Fujita dd24098cd6 postgres_fdw: Remove useless ternary expression. 2 years ago
Nathan Bossart c627d944e6 Add built-in ERROR handling for archive callbacks. 2 years ago
Thomas Munro 3a352df05e Use streaming I/O in pg_prewarm. 2 years ago
Alvaro Herrera ecf741cfae
Stabilize postgres_fdw test 2 years ago
Alvaro Herrera 2466d6654f
libpq-be-fe-helpers.h: wrap new cancel APIs 2 years ago
Andres Freund 3a4837fc80 Avoid edge case in pg_visibility test with small shared_buffers 2 years ago
David Rowley 66c0185a3d Allow planner to use Merge Append to efficiently implement UNION 2 years ago
Peter Eisentraut 34768ee361 Add temporal FOREIGN KEY contraints 2 years ago
Alexander Korotkov b1fe8efdf1 amcheck: Normalize index tuples containing uncompressed varlena 2 years ago
Alexander Korotkov ab65dfb0fb amcheck: Support for different header sizes of short varlena datum 2 years ago
Daniel Gustafsson 697f8d266c Revert "Add notBefore and notAfter to SSL cert info display" 2 years ago
Daniel Gustafsson 6acb0a628e Add notBefore and notAfter to SSL cert info display 2 years ago
Tom Lane 485f0aa859 Add hash support functions and hash opclass for contrib/ltree. 2 years ago
Tom Lane fd0398fcb0 Improve EXPLAIN's display of SubPlan nodes and output parameters. 2 years ago
Alvaro Herrera 66ab9371a2
dblink/isolationtester/fe_utils: Use new cancel API 2 years ago
Alexander Korotkov c20d90a41c Fix contrib/pg_visibility/meson.build 2 years ago
Alexander Korotkov e85662df44 Fix false reports in pg_visibility 2 years ago
Peter Eisentraut 97d85be365 Make the order of the header file includes consistent 2 years ago
David Rowley c399248b3b Fix deparsing of Consts in postgres_fdw ORDER BY 2 years ago
Joe Conway 81d13a8dc0 Make contrib/tablefunc crosstab() also check typmod 2 years ago
Tom Lane 76904eda25 Improve wrong-tuple-type error reports in contrib/tablefunc. 2 years ago
Jeff Davis c7ea3f4229 Update sepgsql expected output. 2 years ago
Jeff Davis 59825d1639 Fix buildfarm failures from 2af07e2f74. 2 years ago
Jeff Davis 2af07e2f74 Fix search_path to a safe value during maintenance operations. 2 years ago
Nathan Bossart 2c29e7fc95 Add macro for customizing an archiving WARNING message. 2 years ago
Daniel Gustafsson cc09e6549f Remove the adminpack contrib extension 2 years ago
Heikki Linnakangas 8af2565248 Introduce a new smgr bulk loading facility. 2 years ago
Nathan Bossart 3b42bdb471 Use new overflow-safe integer comparison functions. 2 years ago
Nathan Bossart 5497daf3aa Replace calls to pg_qsort() with the qsort() macro. 2 years ago
Alexander Korotkov 9f13376396 Pull up ANY-SUBLINK with the necessary lateral support. 2 years ago
Amit Kapila ddd5f4f54a Add a slot synchronization function. 2 years ago
Michael Paquier d0071f9228 pgcrypto: Fix incorrect argument vs PG_GETARG*() mappings 2 years ago
Daniel Gustafsson b527ebc1d3 pgcrypto: Fix check for buffer size 2 years ago
Tom Lane 400928b83b Fix incompatibilities with libxml2 >= 2.12.0. 2 years ago
Alvaro Herrera 5de890e361
Add EXPLAIN (MEMORY) to report planner memory consumption 2 years ago
Masahiko Sawada 08e6344fd6 Remove ReorderBufferTupleBuf structure. 2 years ago
Michael Paquier f2743a7d70 Revert "Add support for parsing of large XML data (>= 10MB)" 2 years ago
Amit Kapila c393308b69 Allow to enable failover property for replication slots via SQL API. 2 years ago
Peter Eisentraut 86232a49a4 Fix comment on gist_stratnum_btree 2 years ago
Peter Eisentraut 46a0cd4cef Add temporal PRIMARY KEY and UNIQUE constraints 2 years ago
Nathan Bossart bcd5b4bcbe Fix crash in autoprewarm. 2 years ago
David Rowley b262ad440e Add better handling of redundant IS [NOT] NULL quals 2 years ago
Nathan Bossart abb0b4fc03 Teach autoprewarm to use the dynamic shared memory registry. 2 years ago
Peter Eisentraut 6db4598fcb Add stratnum GiST support function 2 years ago
Peter Eisentraut ed1e0a6512 Error message capitalisation 2 years ago
Michael Paquier 2f35c14cfb seg: Add test "security" in meson.build 2 years ago
Michael Paquier 2197d06224 Add support for parsing of large XML data (>= 10MB) 2 years ago
Michael Paquier 65c5864d7f xml2: Replace deprecated routines with recommended ones 2 years ago
Noah Misch d3c5f37dd5 Make dblink interruptible, via new libpqsrv APIs. 2 years ago