Commit Graph

1738 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
Peter Eisentraut 957338418b Require stdint.h 6 years ago
Peter Eisentraut b691c189c6 Simplify passing of configure arguments to pg_config 6 years ago
Thomas Munro 815c2f0972 Add kqueue(2) support to the WaitEventSet API. 6 years ago
Tom Lane 26a81bb815 Fix vcregress.pl for new plperl test case. 6 years ago
Robert Haas 006b9dcad4 Add jsonapi.c to Mkvcbuild.pm's @pgcommonallfiles. 6 years ago
Peter Eisentraut cc25464763 Add exclusion to headercheck 6 years ago
Tom Lane c32704441d Add configure probe for rl_completion_suppress_quote. 6 years ago
Tom Lane cd69ec66c8 Improve psql's tab completion for filenames. 6 years ago
Amit Kapila 40d964ec99 Allow vacuum command to process indexes in parallel. 6 years ago
Heikki Linnakangas 7aaefadaac Remove separate files for the initial contents of pg_(sh)description 6 years ago
Michael Paquier f7cd5896a6 Move OpenSSL routines for min/max protocol setting to src/common/ 6 years ago
Tom Lane e6afa8918c Move wchar.c and encnames.c to src/common/. 6 years ago
Peter Eisentraut 16a4a3d59c Remove libpq.rc, use win32ver.rc for libpq 6 years ago
Bruce Momjian 7316f11be0 tools/copyright.pl: skip copyright changes for *.key files 6 years ago
Peter Eisentraut f85a485f89 Add support for automatically updating Unicode derived files 6 years ago
Peter Eisentraut 45223fd9ce Modernize Python exception syntax in tests 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Peter Eisentraut 77f416af6e Clean up inconsistent backslash use in paths 6 years ago
Peter Eisentraut 8f4fb4c648 Generate pg_config.h from pg_config.h.in on Windows 6 years ago
Michael Paquier e1551f96e6 Refactor attribute mappings used in logical tuple conversion 6 years ago
Peter Eisentraut f14413b684 Sort out getpeereid() and peer auth handling on Windows 6 years ago
Peter Eisentraut 877b61e9ce Cosmetic cleaning of pg_config.h.win32 6 years ago
Alvaro Herrera 9a79823496 Blind attempt at fixing ecpg/compatlib's build 6 years ago
Michael Paquier a4fd3aa719 Refactor query cancellation code into src/fe_utils/ 6 years ago
Peter Eisentraut 4513d8b07b Move configure --disable-float8-byval to pg_config_manual.h 6 years ago
Michael Paquier 4cb658af70 Refactor reloption handling for index AMs in-core 6 years ago
Peter Eisentraut 2e4db241bf Remove configure --disable-float4-byval 6 years ago
Tom Lane 7a0574b50e Fix ecpglib.h to declare bool consistently with c.h. 6 years ago
Andres Freund 26aaf97b68 Make StringInfo available to frontend code. 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Noah Misch 30ee5d17c2 For all ppc compilers, implement compare_exchange and fetch_add with asm. 6 years ago
Peter Eisentraut 38d8dce61f Remove some code for old unsupported versions of MSVC 6 years ago
Peter Eisentraut cc4ec2d29a Fix incorrect use of term HEAD for Git 6 years ago
Andrew Dunstan ad7595b890 Handle spaces in OpenSSL install location for MSVC 6 years ago
Alvaro Herrera caba97a9d9 Split out recovery confing-writing code from pg_basebackup 6 years ago
Michael Paquier 640c19869f Add dummy_index_am to src/test/modules/ 6 years ago
Alexander Korotkov 6cae9d2c10 Improve handling of NULLs in KNN-GiST and KNN-SP-GiST 6 years ago
Michael Paquier 9d6e1ec5ce Expand properly list of TAP tests used for prove in vcregress.pl 6 years ago
Tom Lane db43831899 Avoid using INFO elevel for what are fundamentally debug messages. 6 years ago
Robert Haas bd124996ef Create an API for inserting and deleting rows in TOAST tables. 6 years ago
Peter Eisentraut 74a308cf52 Use explicit_bzero 6 years ago
Peter Eisentraut c45643d618 Remove configure detection of crypt() 6 years ago
Tom Lane 55ea109188 Add "headerscheck" script to test header-file compilability under C. 6 years ago
Tom Lane a120791096 Use zic's new "-b slim" option to generate smaller timezone files. 6 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 7 years ago
Michael Paquier eb43f3d193 Fix inconsistencies and typos in the tree 7 years ago
Peter Eisentraut 959f6d6a18 pg_upgrade: Default new bindir to pg_upgrade location 7 years ago
Tom Lane cb9bb15783 Fix syntax error in commit 20e99cddd. 7 years ago