Commit Graph

4420 Commits (e8dbdb15dbc8529518ab0303bf358d07c7ad9e18)

Author SHA1 Message Date
Peter Eisentraut 5ac51c8c9e Adjust assorted hint messages that list all valid options. 3 years ago
Daniel Gustafsson 1d3566f1b2 pgcrypto: Remove unused code 3 years ago
Etsuro Fujita 9320cfdd06 postgres_fdw: Avoid 'variable not found in subplan target list' error. 3 years ago
Tom Lane 0a20ff54f5 Split up guc.c for better build speed and ease of maintenance. 3 years ago
Peter Eisentraut e8d78581bb Revert "Convert *GetDatum() and DatumGet*() macros to inline functions" 3 years ago
Peter Eisentraut 595836e99b Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Peter Eisentraut 07d8af5e5e pgstattuple: Use double consistently for percentages 3 years ago
Peter Eisentraut 57796a0f15 Use float8 datatype for percentiles in pg_walinspect stat functions 3 years ago
Peter Eisentraut 5015e1e1b5 Assorted examples of expanded type-safer palloc/pg_malloc API 3 years ago
Tom Lane c4b6d218e3 Reject bogus output from uuid_create(3). 3 years ago
John Naylor b086a47a27 Bump minimum version of Bison to 2.3 3 years ago
David Rowley 8b26769bc4 Fix an assortment of improper usages of string functions 3 years ago
Peter Eisentraut 6bcda4a721 Fix incorrect uses of Datum conversion macros 3 years ago
Daniel Gustafsson 6dc0738812 Update out of date comments in pg_trgm 3 years ago
Daniel Gustafsson ae4fc52ae2 Check for interrupts in pg_trgm word similarity 3 years ago
John Naylor dac048f71e Build all Flex files standalone 3 years ago
Tom Lane ff720a597c Fix planner to consider matches to boolean columns in extension indexes. 3 years ago
Daniel Gustafsson d885a6b612 Remove unused code from sepgsql 3 years ago
Tom Lane 90247e742f Add a regression test for contrib/pgrowlocks. 3 years ago
Tom Lane a1b9b14cc8 Use --load-extension to set up for contrib/tcn's isolation tests. 3 years ago
Amit Kapila d2169c9985 Fix the incorrect assertion introduced in commit 7f13ac8123. 3 years ago
Tom Lane 94077df1c2 Avoid casting away const in sepgsql's quote_object_name. 3 years ago
John Naylor 4eec2e03c3 Be more careful to avoid including system headers after perl.h 3 years ago
Peter Eisentraut e890ce7a4f Remove unneeded null pointer checks before PQfreemem() 3 years ago
Peter Eisentraut 45987aae26 Remove unnecessary casts in free() and pfree() 3 years ago
Robert Haas 82ac34db20 Include RelFileLocator fields individually in BufferTag. 3 years ago
Jeff Davis d9fbb88629 Use correct LSN for error reporting in pg_walinspect 3 years ago
Amit Kapila 7f13ac8123 Fix catalog lookup with the wrong snapshot during logical decoding. 3 years ago
Robert Haas a8c0128697 Move basebackup code to new directory src/backend/backup 3 years ago
Etsuro Fujita 82593b9a3d postgres_fdw: Disable batch insertion when there are WCO constraints. 3 years ago
Thomas Munro cf112c1220 Remove dead pread and pwrite replacement code. 3 years ago
Tom Lane c67c2e2a29 Be more wary about 32-bit integer overflow in pg_stat_statements. 3 years ago
David Rowley 1349d2790b Improve performance of ORDER BY / DISTINCT aggregates 3 years ago
Tom Lane 418ec32072 Add a regression test for contrib/tcn. 3 years ago
Tom Lane 2865b4060a Add a regression test for contrib/pg_prewarm. 3 years ago
Tom Lane bfac42ea02 Make new auto_explain test safe for log_error_verbosity = verbose. 3 years ago
Tom Lane be39d88934 Add regression test coverage for contrib/pg_buffercache. 3 years ago
Tom Lane 5253519b27 Fix new auto_explain test case for Windows. 3 years ago
Tom Lane 03361a368e Add missing PGDLLEXPORT markings in contrib/pg_prewarm. 3 years ago
Tom Lane 7c34555f8c Add test for session_preload_libraries and parameter permissions checks. 3 years ago
Fujii Masao 44ccdce514 postgres_fdw: Fix bug in checking of return value of PQsendQuery(). 3 years ago
Amit Kapila 366283961a Allow users to skip logical replication of data having origin. 3 years ago
Michael Paquier 12c254c99f Tweak detail and hint messages to be consistent with project policy 3 years ago
Fujii Masao ecc84b916f Add regression test for TRUNCATE on foreign table not supporting TRUNCATE. 3 years ago
Andres Freund a91242b1bc Deal with paths containing \ and spaces in basebackup_to_shell tests 3 years ago
Andres Freund 8cf64d35ea Mark all symbols exported from extension libraries PGDLLEXPORT. 3 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Tom Lane 31e5b50292 postgres_fdw: be more wary about shippability of reg* constants. 3 years ago
Tom Lane 0a7ccee8fe postgres_fdw: set search_path to 'pg_catalog' while deparsing constants. 3 years ago
Peter Eisentraut 506428d091 Attempt to fix compiler warning on old compiler 3 years ago