Commit Graph

53901 Commits (09878cdd489ff7aca761998e7cb104f4fd98ae02)
 

Author SHA1 Message Date
Tom Lane 09878cdd48 Fix pg_upgrade to detect non-upgradable anyarray usages. 4 years ago
Tom Lane 8d9f9634ef Fix errors in copyfuncs/equalfuncs support for JSON node types. 4 years ago
Alvaro Herrera 054325c5ee
libpq: Improve idle state handling in pipeline mode 4 years ago
Alvaro Herrera 5001b44b11
BRIN: improve documentation on summarization 4 years ago
Peter Eisentraut 6ffff0fd22 Fix pg_prepared_statements.result_types for DML statements 4 years ago
Michael Paquier e3dd7c06e6 Simplify a bit the special rules generating unaccent.rules 4 years ago
Peter Eisentraut 84ad713cf8 Add result_types column to pg_prepared_statements view 4 years ago
Michael Paquier eb64ceac7e Remove durable_rename_excl() 4 years ago
Michael Paquier dac1ff3090 Replace durable_rename_excl() by durable_rename(), take two 4 years ago
Peter Eisentraut 2ce648f750 Refactor sending of RowDescription messages in replication protocol 4 years ago
Alvaro Herrera f10a025cfe
Implement List support for TransactionId 4 years ago
Michael Paquier 55f4802785 Prevent write operations on large objects in read-only transactions 4 years ago
Peter Eisentraut 8ba3cb2f18 Fix for change timeline field of IDENTIFY_SYSTEM to int8 4 years ago
Peter Eisentraut ec40f34224 Change timeline field of IDENTIFY_SYSTEM to int8 4 years ago
Peter Eisentraut 4e85b97304 Fix attlen in RowDescription of BASE_BACKUP response 4 years ago
Tom Lane 255625df1d Use a short socket directory path in pg_upgrade testing. 4 years ago
Andrew Dunstan 89a39d4a4d Remove %error-verbose directive from jsonpath parser 4 years ago
Tom Lane b762bbde30 Allow makeaclitem() to accept multiple privilege names. 4 years ago
Noah Misch b6a5158f98 Add Windows file version information to libpq/test programs. 4 years ago
Tom Lane 22a67fdd5d Simplify tab completion of extension versions, redux. 4 years ago
Peter Eisentraut 5faef9d582 Remove redundant null pointer checks before PQclear and PQconninfoFree 4 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 4 years ago
Peter Eisentraut 098c703d30 Remove redundant null pointer checks before pg_free() 4 years ago
Noah Misch e2bc242833 Fix previous commit's ecpg_clocale for ppc Darwin. 4 years ago
Noah Misch 5633836ef3 ecpglib: call newlocale() once per process. 4 years ago
Jeff Davis 43470717c4 Emit debug message when executing extension script. 4 years ago
Peter Eisentraut 835d476fd2 Reformat some node comments 4 years ago
Thomas Munro 94ebf8117c Default to dynamic_shared_memory_type=sysv on Solaris. 4 years ago
Michael Paquier 0507977aa4 Introduce pg_attribute_nonnull(...) 4 years ago
Noah Misch c99c67fc43 Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT. 4 years ago
Noah Misch 4f4c72c2dc Fix race condition in t/028_pitr_timelines.pl. 4 years ago
Tom Lane f172b11d61 Remove no-longer-used parameter for create_groupingsets_path(). 4 years ago
Peter Eisentraut f58f1fb6c0 Add missing GETTEXT_FLAGS entry 4 years ago
Peter Eisentraut d746021de1 Add construct_array_builtin, deconstruct_array_builtin 4 years ago
Fujii Masao 7c2d6f8d34 doc: Add index entry for MERGE SQL command. 4 years ago
John Naylor 4e2e8d71fe Clarify that pg_dump takes ACCESS SHARE lock 4 years ago
Thomas Munro 389869af59 Harden dsm_impl.c against unexpected EEXIST. 4 years ago
Michael Paquier 33bd4698c1 Fix code comments still referring to pg_start/stop_backup() 4 years ago
Michael Paquier 550bc0a6c0 Refactor the TAP test of auto_explain 4 years ago
Peter Eisentraut 258f48f858 Change some unnecessary MemSet calls 4 years ago
Peter Eisentraut 8cd61d288a Avoid unnecessary MemSet call 4 years ago
Tom Lane d31d30973a Stamp HEAD as 16devel. 4 years ago
Tom Lane adadae4581 Add 82d0ffae3 to git-blame-ignore-revs. 4 years ago
Tom Lane 82d0ffae32 pgindent run prior to branching v15. 4 years ago
Bruce Momjian f5135d2aba relnotes: update item about public schema permission change 4 years ago
Tom Lane c1d033fcb5 Stamp 15beta2. 4 years ago
Magnus Hagander 27f953ea99 Remove outdated recommendation for manual VACUUM 4 years ago
Peter Eisentraut d28e26bbe2 PL/Python: Update guide to alternative expected files 4 years ago
Peter Eisentraut fa06a34d14 pg_upgrade: Fix version comparison for global ICU support 4 years ago
Michael Paquier 401f623c7b doc: Mention attribute "inherited" in pg_stats_ext[_exprs] 4 years ago