Commit Graph

54454 Commits (6bcda4a72123c3aa29fa3f03d952095675ad4468)
 

Author SHA1 Message Date
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
Bruce Momjian 1703726488 doc: warn of SECURITY DEFINER schemas for non-sql_body functions 3 years ago
Bruce Momjian a009cb3141 doc: mention that SET TIME ZONE often needs to be quoted 3 years ago
Bruce Momjian 62c49fca13 doc: document the maximum char/varchar length value 3 years ago
Bruce Momjian 9bdad1b515 doc: show direction is optional in FETCH/MOVE's FROM/IN syntax 3 years ago
David Rowley 1083f94dac Be smarter about freeing tuples during tuplesorts 3 years ago
Bruce Momjian 349baa87ae doc: simplify WITH clause syntax in CREATE DATABASE 3 years ago
Tom Lane 1c1294be71 Prevent long-term memory leakage in autovacuum launcher. 3 years ago
Peter Geoghegan c3ffa731a5 Derive freeze cutoff from nextXID, not OldestXmin. 3 years ago
Andres Freund 483ac64761 Fix MSVC warning in compat_informix/rnull.pgc 3 years ago
Tom Lane 1058555a5e In the Snowball dictionary, don't try to stem excessively-long words. 3 years ago
Robert Haas 0101f770a0 Fix a bug in roles_is_member_of. 3 years ago
Daniel Gustafsson c7892c253f doc: Fix typo in user inheritance documentation 3 years ago
Daniel Gustafsson cad4323cd3 Refactor check_ functions to use filehandle for status 3 years ago
Peter Eisentraut 7d5852ca83 plpython: Don't create pgxsdir subdirectory in installdir target 3 years ago
Tom Lane 8acd8f8690 On NetBSD, force dynamic symbol resolution at postmaster start. 3 years ago
David Rowley 05f9084236 Various cleanups of the new memory context header code 3 years ago
David Rowley 5495796ad1 Revert "Add missing padding from MemoryChunk struct" 3 years ago
Amit Kapila c98b6acdb2 Update the comment in rmgrlist.h to match it to the code. 3 years ago