Commit Graph

54472 Commits (b2e6e768230be334b12dae536ba4c147fba4e9c9)
 

Author SHA1 Message Date
John Naylor b2e6e76823 Run perltidy over Catalog.pm 3 years ago
John Naylor 69eb643b25 Parse catalog .dat files as a whole when compiling the backend 3 years ago
Amit Kapila 0324651573 Fix the test case introduced by commit 8756930190. 3 years ago
Amit Kapila 8756930190 Raise a warning if there is a possibility of data from multiple origins. 3 years ago
Alvaro Herrera 4b4663fb4a
Message style fixes 3 years ago
David Rowley 5265e91fd1 Make MemoryContextContains work correctly again 3 years ago
Peter Eisentraut 3fe76ab972 Renumber confusing value for GUC_UNIT_BYTE 3 years ago
David Rowley 0e480385ec Make more effort to put a sentinel at the end of allocated memory 3 years ago
Amit Kapila f98d074245 Doc: Explain about Column List feature. 3 years ago
Tom Lane 20b6847176 Fix new pg_publication_tables query. 3 years ago
John Naylor cec2754fbe Fix cplusplusscheck in vpath builds 3 years ago
Michael Paquier 4cbe579746 Add psql tab compression for SET COMPRESSION with ALTER TABLE 3 years ago
John Naylor 829906fb6c Fix headerscheck in vpath builds 3 years ago
John Naylor eac76cc012 Fix failure to maintainer-clean jsonpath_gram.h 3 years ago
David Rowley c89b44a68d Fix typo in 16d69ec29 3 years ago
David Rowley 16d69ec29b Remove buggy and dead code from CreateTriggerFiringOn 3 years ago
John Naylor 8c06a282fe Add missing exceptions to cpluspluscheck 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
David Rowley 519be095f2 Doc: clarify partitioned table limitations 3 years ago
Tomas Vondra 2fe6b2a806 Force parallelism in partition_aggregate 3 years ago
John Naylor 92e7b7722d Fix MSVC linker error for specparse.obj 3 years ago
John Naylor dac048f71e Build all Flex files standalone 3 years ago
John Naylor 80e8450a74 Move private declarations shared between guc.c and guc-file.l to new header 3 years ago
John Naylor 1b188ea792 Preparatory refactoring for compiling guc-file.c standalone 3 years ago
John Naylor 73b9d051c6 Fix sign-compare warnings arising from port/simd.h 3 years ago
Michael Paquier e062328ff1 doc: Fix two queries related to jsonb functions 3 years ago
Bruce Momjian 75d5712452 doc: simplify docs about analyze and inheritance/partitions 3 years ago
Bruce Momjian 8ec6a4ef3c doc: clarify recursion internal behavior 3 years ago
Thomas Munro 932b016300 Fix cache invalidation bug in recovery_prefetch. 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
Peter Eisentraut 1c3aa54502 Fix PL/Perl build on Cygwin 3 years ago
Amit Kapila 376af68611 Doc: fix column list vs. replica identity rules. 3 years ago
Michael Paquier bfb9dfd937 Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat() 3 years ago
Etsuro Fujita 11e5f99d39 Doc: Update struct Trigger definition. 3 years ago
John Naylor 0a8de93a48 Speed up lexing of long JSON strings 3 years ago
Andres Freund 05519126a0 Move darwin sysroot determination into separate file 3 years ago
Andrew Dunstan 2f2b18bd3f Revert SQL/JSON features 3 years ago
Tom Lane 90247e742f Add a regression test for contrib/pgrowlocks. 3 years ago
Andres Freund e5484554ba aix: when building with gcc, tell gcc we're building a shared library 3 years ago
Tom Lane a1b9b14cc8 Use --load-extension to set up for contrib/tcn's isolation tests. 3 years ago
Bruce Momjian 97fe6d2210 doc: in create statistics docs, mention analyze for parent info 3 years ago
Bruce Momjian dd03dfeb3b doc: mention "bloom" as a possible index access method 3 years ago
Tom Lane 4ea07e7cf3 Adjust XML test case to avoid unstable behavior. 3 years ago
Bruce Momjian fede154172 doc: use FILTER in aggregate example 3 years ago
Bruce Momjian fbd597e0b8 doc: clarify that pgcrypto's gen_random_uuid calls core func. 3 years ago
Bruce Momjian 3e337b585a doc: split out the NATURAL/CROSS JOIN in SELECT syntax 3 years ago