Commit Graph

4638 Commits (f696c0cd5f299f1b51e214efc55a22a782cc175d)

Author SHA1 Message Date
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
Tom Lane 9034a2d512 Fix integer-overflow problem in intarray's g_int_decompress(). 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut 8ce5aef2e6 Make Perl warnings fatal in newly added TAP tests 2 years ago
Robert Haas 0d9937d118 Fix typos in comments and in one isolation test. 2 years ago
Peter Eisentraut 1141e29b61 Revert "pg_stat_statements: Add coverage for entry_dealloc()" 2 years ago
Peter Eisentraut 4710b67d4d pg_stat_statements: Add TAP test for testing restarts 2 years ago
Peter Eisentraut 742f6b3e6d pg_stat_statements: Add coverage for entry_dealloc() 2 years ago
Peter Eisentraut c538592959 Make all Perl warnings fatal 2 years ago
Peter Eisentraut 3e527aeeed pg_stat_statements: Add test coverage for pg_stat_statements_reset_1_7 2 years ago
Peter Eisentraut 3727b8d0e3 pg_stat_statements: Add test coverage for pg_stat_statements_1_8() 2 years ago
Peter Eisentraut 9ca6e7b941 meson: Make gzip and tar optional 2 years ago
Michael Paquier 27f7f81e4c basic_archive: Fix comments related to NO_INSTALLCHECK 2 years ago
Michael Paquier 2084701364 pageinspect: Fix failure with hash_bitmap_info() for partitioned indexes 2 years ago
Michael Paquier a8dd62ef49 pgstattuple: Fix failure with pgstathashindex() for partitioned indexes 2 years ago
Peter Geoghegan c9c0589fda Optimize nbtree backward scan boundary cases. 2 years ago
Tomas Vondra b437571714 Allow parallel CREATE INDEX for BRIN indexes 2 years ago
Tomas Vondra dae761a87e Add empty BRIN ranges during CREATE INDEX 2 years ago
Heikki Linnakangas b31ba5310b Rename ShmemVariableCache to TransamVariables 2 years ago
Alexander Korotkov 824dbea3e4 Add support for deparsing semi-joins to contrib/postgres_fdw 2 years ago
John Naylor 095d109ccd Remove redundant setting of hashkey after insertion 2 years ago