Commit Graph

53058 Commits (3dadeef5d9ffe94deac926d7266a2ec64795e159)
 

Author SHA1 Message Date
Alvaro Herrera 3fe6f261f7
Fix typo in CREATE PUBLICATION reference page 3 years ago
Tom Lane c612730371 Doc: improve recommended systemd unit file. 3 years ago
Tom Lane b10546ecf8 Harden pmsignal.c against clobbered shared memory. 3 years ago
Tom Lane 3162bd95ca Yet further fixes for multi-row VALUES lists for updatable views. 3 years ago
Alvaro Herrera 4f6d1cfd6b
Ensure all perl test modules are installed 3 years ago
Alvaro Herrera 483d26930b
Fix self-referencing foreign keys with partitioned tables 3 years ago
Tom Lane b93d7e6883 Avoid improbable PANIC during heap_update, redux. 3 years ago
Daniel Gustafsson 064e1c879d doc: Fix PQsslAttribute docs for compression 3 years ago
Etsuro Fujita fc9eb3f0c3 Update comment in ExecInsert() regarding batch insertion. 3 years ago
Bruce Momjian 81c094bd93 doc: clarify internal behavior of RECURSIVE CTE queries 3 years ago
Bruce Momjian bbdc1d2334 revert "warn of SECURITY DEFINER schemas for non-sql_body funcs" 3 years ago
Alvaro Herrera f1e7f25b5a
Change some errdetail() to errdetail_internal() 3 years ago
Tom Lane 9923764614 Fix tupdesc lifespan bug with AfterTriggersTableData.storeslot. 3 years ago
Alvaro Herrera f2094c78b8
Add missing source files to pg_waldump/nls.mk 3 years ago
Alvaro Herrera 1c03166352
Stop using PQsendQuery in libpq_pipeline 3 years ago
Jeff Davis 21934612d8 Fix race condition where heap_delete() fails to pin VM page. 3 years ago
Etsuro Fujita e4514aafad Fix thinko in comment. 3 years ago
Fujii Masao be032619d4 docs: Fix snapshot name in SET TRANSACTION docs. 3 years ago
Tom Lane 88c947cb52 Suppress more variable-set-but-not-used warnings from clang 15. 3 years ago
Tom Lane dcd7dbed50 Disable -Wdeprecated-non-prototype in the back branches. 3 years ago
Tom Lane 2e124d857a Suppress variable-set-but-not-used warnings from clang 15. 3 years ago
Michael Paquier 382cc68007 doc: Fix parameter name for pg_create_logical_replication_slot() 3 years ago
Michael Paquier e68fc64fd7 Fix incorrect variable types for origin IDs in decode.c 3 years ago
Tom Lane 7394c763bc Future-proof the recursion inside ExecShutdownNode(). 3 years ago
Peter Geoghegan 44933010ce Make check_usermap() parameter names consistent. 3 years ago
Andres Freund b4b4b817da Include c.h instead of postgres.h in src/port/*p{read,write}*.c 3 years ago
Tom Lane 56d45fdab7 Improve plpgsql's ability to handle arguments declared as RECORD. 3 years ago
Tom Lane bff7bc6cb7 Detect format-string mistakes in the libpq_pipeline test module. 3 years ago
Etsuro Fujita b53d104ae3 postgres_fdw: Avoid 'variable not found in subplan target list' error. 3 years ago
Michael Paquier 4b529f4697 Fix incorrect value for "strategy" with deflateParams() in walmethods.c 3 years ago
Peter Eisentraut b7f37af7c1 Expand palloc/pg_malloc API for more type safety 3 years ago
David Rowley c2aa5d01e3 Don't reference out-of-bounds array elements in brin_minmax_multi.c 3 years ago
Daniel Gustafsson 293a6ac4b9 doc: Fix link to FreeBSD documentation project 3 years ago
Daniel Gustafsson 13b8a1c196 Fix NaN comparison in circle_same test 3 years ago
Tom Lane be0b0528cb Fix possible omission of variable storage markers in ECPG. 3 years ago
Tom Lane e55ccb3b17 Reject bogus output from uuid_create(3). 3 years ago
Alvaro Herrera 640c20d626
Choose FK name correctly during partition attachment 3 years ago
David Rowley a254545a54 Doc: clarify partitioned table limitations 3 years ago
Michael Paquier bc73bd26f1 doc: Fix two queries related to jsonb functions 3 years ago
Bruce Momjian 4130742739 doc: simplify docs about analyze and inheritance/partitions 3 years ago
Bruce Momjian 3eef32c58b doc: clarify recursion internal behavior 3 years ago
Etsuro Fujita 5527b79cc0 Doc: Update struct Trigger definition. 3 years ago
David Rowley 6ec8961092 Fix some possibly latent bugs in slab.c 3 years ago
Bruce Momjian 8f32ac5a16 doc: in create statistics docs, mention analyze for parent info 3 years ago
Bruce Momjian 6fac58814c doc: mention "bloom" as a possible index access method 3 years ago
Bruce Momjian d11a53a8e0 doc: use FILTER in aggregate example 3 years ago
Bruce Momjian 9d8f19201a doc: clarify that pgcrypto's gen_random_uuid calls core func. 3 years ago
Bruce Momjian d514d77ac3 doc: split out the NATURAL/CROSS JOIN in SELECT syntax 3 years ago
Bruce Momjian b566f320c8 doc: warn of SECURITY DEFINER schemas for non-sql_body functions 3 years ago
Bruce Momjian 4eab0181a0 doc: mention that SET TIME ZONE often needs to be quoted 3 years ago