Commit Graph

44684 Commits (cd1661bbcc7c20a5c4d00dd114263ea9afe36063)
 

Author SHA1 Message Date
Bruce Momjian cd1661bbcc docs: update ltree URL for the DMOZ catalog 8 years ago
Tom Lane 1383e2a1a9 Improve FSM management for BRIN indexes. 8 years ago
Alvaro Herrera 3de241dba8 Foreign keys on partitioned tables 8 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 8 years ago
Tom Lane eac93e20af Remove less-portable-than-believed test case. 8 years ago
Tom Lane 331b2369c0 Fix platform and Perl-version dependencies in new jsonb_plperl code. 8 years ago
Heikki Linnakangas 3a5e0a91bb Fix the new ARMv8 CRC code for short and unaligned input. 8 years ago
Magnus Hagander ee9e145531 Fix pg_bsaebackup checksum tests 8 years ago
Heikki Linnakangas f044d71e33 Use ARMv8 CRC instructions where available. 8 years ago
Heikki Linnakangas 638a199fa9 Also fix the descriptions in pg_config.h.win32. 8 years ago
Heikki Linnakangas 8989f52b1b Fix incorrect description of USE_SLICING_BY_8_CRC32C. 8 years ago
Alvaro Herrera 851f4b4e14 Don't clone internal triggers to partitions 8 years ago
Andres Freund 2b3031559a Fix GCC 7 snprintf() compiler warning. 8 years ago
Alvaro Herrera cd5005bc12 Pass correct TupDesc to ri_NullCheck() in Assert 8 years ago
Tom Lane dddfc4cb2e Prevent accidental linking of system-supplied copies of libpq.so etc. 8 years ago
Tom Lane d4a4c3d5b4 Suppress compiler warning in new jsonb_plperl code. 8 years ago
Bruce Momjian 242408dbef C comment: mention null handling in BuildTupleFromCStrings() 8 years ago
Teodor Sigaev 710d90da1f Add prefix operator for TEXT type. 8 years ago
Peter Eisentraut 4ab2999815 Attempt to fix jsonb_plperl build on Windows 8 years ago
Magnus Hagander 10d62d1065 Properly use INT64_FORMAT in output 8 years ago
Peter Eisentraut 341e166180 Transforms for jsonb to PL/Perl 8 years ago
Magnus Hagander a08dc71195 Fix for checksum validation patch 8 years ago
Magnus Hagander 4eb77d50c2 Validate page level checksums in base backups 8 years ago
Simon Riggs 4923550c20 Tab completion for MERGE 8 years ago
Simon Riggs aa3faa3c7a WITH support in MERGE 8 years ago
Simon Riggs 83454e3c2b New files for MERGE 8 years ago
Simon Riggs d204ef6377 MERGE SQL Command following SQL:2016 8 years ago
Simon Riggs aa5877bb26 Revert "MERGE SQL Command following SQL:2016" 8 years ago
Simon Riggs 7cf8a5c302 Revert "Modified files for MERGE" 8 years ago
Simon Riggs 354f13855e Modified files for MERGE 8 years ago
Simon Riggs e6597dc353 MERGE SQL Command following SQL:2016 8 years ago
Peter Eisentraut a92f24fc53 Fix XML syntax in documentation 8 years ago
Tom Lane b01f32c313 Fix some dubious WAL-parsing code. 8 years ago
Peter Eisentraut 05e85d35af psql: Fix \ef, \sf tab completion 8 years ago
Tom Lane 6278a2a262 Remove contrib/jsonb_plpython's tests for infinity and NaN conversions. 8 years ago
Tom Lane beff4bb9c7 Teach configure --with-python to report the Python version number. 8 years ago
Peter Eisentraut 2764d5dcfa Make be-secure-common.c more consistent for future SSL implementations 8 years ago
Robert Haas 7e0d64c7a5 postgres_fdw: Push down partition-wise aggregation. 8 years ago
Tom Lane 0b11a674fb Fix a boatload of typos in C comments. 8 years ago
Andres Freund 686d399f2b Fix non-portable use of round(). 8 years ago
Andres Freund 7f563c09f8 Add amcheck verification of heap relations belonging to btree indexes. 8 years ago
Andres Freund 51bc271790 Add Bloom filter implementation. 8 years ago
Andrew Dunstan ed69864350 Small cleanups in fast default code. 8 years ago
Tom Lane 94173d3eeb Fix assorted issues in parallel vacuumdb. 8 years ago
Tom Lane 5635c7aa67 Fix portability and translatability issues in commit 64f85894a. 8 years ago
Tom Lane b0c90c85fc Portability fix for commit 9a895462d. 8 years ago
Andres Freund a4ebbd2752 Remove PARTIAL_LINKING build mode. 8 years ago
Tatsuo Ishii 1b26bd4089 Fix bug with view locking code. 8 years ago
Andres Freund 3e256e5506 Add SKIP_LOCKED option to RangeVarGetRelidExtended(). 8 years ago
Andres Freund d87510a524 Combine options for RangeVarGetRelidExtended() into a flags argument. 8 years ago