Commit Graph

52588 Commits (2e124d857a64a91d2b70afdbed6156d753089771)
 

Author SHA1 Message Date
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
Bruce Momjian 92557ac314 doc: document the maximum char/varchar length value 3 years ago
Bruce Momjian 086ec88cda doc: show direction is optional in FETCH/MOVE's FROM/IN syntax 3 years ago
Bruce Momjian c1f54eac3a doc: simplify WITH clause syntax in CREATE DATABASE 3 years ago
Tom Lane feec1b2d5a Prevent long-term memory leakage in autovacuum launcher. 3 years ago
Tom Lane e969f1ae2b In the Snowball dictionary, don't try to stem excessively-long words. 3 years ago
Tom Lane 464db46760 On NetBSD, force dynamic symbol resolution at postmaster start. 3 years ago
Robert Haas 0e54a5e274 Prevent WAL corruption after a standby promotion. 3 years ago
Tom Lane 7f5dd42a40 Doc: fix example of recursive query. 3 years ago
Michael Paquier aeec3534cc Use correct connection for cancellation in frontend's parallel slots 3 years ago
Etsuro Fujita 28d351c9ff Fix typo in comment. 3 years ago
Tom Lane 444ec169a7 Defend against stack overrun in a few more places. 3 years ago
Tom Lane 04f1013be0 Doc: document possible need to raise kernel's somaxconn limit. 3 years ago
Tom Lane eb0097c6f3 Doc: prefer sysctl to /proc/sys in docs and comments. 3 years ago
Amit Kapila 6d05d575be Add CHECK_FOR_INTERRUPTS while decoding changes. 3 years ago
Tom Lane 3bfea5cbba Fix subtly-incorrect matching of parent and child partitioned indexes. 3 years ago
Tomas Vondra 239c3ee41b Fix assert in logicalmsg_desc 3 years ago
Daniel Gustafsson 1d968b8704 doc: Remove reference to tty libpq connstring param 3 years ago
Amit Kapila 02f8d68af2 Fix replica identity check for a partitioned table. 3 years ago
Tatsuo Ishii a1a5e6d95c doc: fix wrong tag used in create sequence manual. 3 years ago
Tom Lane d63a69157d Add missing bad-PGconn guards in libpq entry points. 3 years ago