Commit Graph

54125 Commits (5253519b27d3393c07eb04470f04462c67ad94a9)
 

Author SHA1 Message Date
Dean Rasheed 8d367a44d3 Fix alias matching in transformLockingClause(). 3 years ago
Etsuro Fujita 82699edbfe postgres_fdw: Fix grammar. 3 years ago
Peter Eisentraut d63d957e33 Convert macros to static inline functions (block.h) 3 years ago
Michael Paquier 495ed0ef2d Make Windows 10 the minimal runtime requirement for WIN32 3 years ago
Amit Kapila d547f7cf5e Re-order disable_on_error in tab-complete. 3 years ago
Michael Paquier 1409eade9f Clean up some includes and comments in TAP test scripts 3 years ago
Andres Freund f4d3ca421d pgstat: slru: remove outdated comment 3 years ago
Tom Lane 55b8ac8172 Fix wrong field order in _readMergeWhenClause(). 3 years ago
David Rowley 0229106afa Overload index_form_tuple to allow the memory context to be supplied 3 years ago
Robert Haas 2d7ead8526 pg_stat_statements: Fix test that assumes wal_records = rows. 3 years ago
Andres Freund 7b64e4b3fa pgstat: drop subscription stats without slot as well, fix comment 3 years ago
Robert Haas b0a55e4329 Change internal RelFileNode references to RelFileNumber or RelFileLocator. 3 years ago
Andres Freund 7775c748db Remove LLVM_CONFIG from Makefile.global.in 3 years ago
Peter Eisentraut eb7a9cd459 Tiny capitalization adjustment in pkg-config files 3 years ago
David Rowley fe3caa1439 Remove size increase in ExprEvalStep caused by hashed saops 3 years ago
Peter Eisentraut 16d52fc89d Refactor sending of DataRow messages in replication protocol 3 years ago
Peter Eisentraut b55f62abb2 Unify DLSUFFIX on Darwin 3 years ago
Peter Eisentraut 4b8ee4e9d3 Reorder ecpg_config.h.in alphabetically 3 years ago
Michael Paquier d4bfe41281 autho_explain: Add GUC to log query parameters 3 years ago
Tom Lane 08385ed261 Tighten pg_upgrade's new check for non-upgradable anyarray usages. 3 years ago
Andres Freund 056cc366fa pgstat: reduce timer overhead by leaving timer running. 3 years ago
Andres Freund 67b26703b4 expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size. 3 years ago
Andres Freund 3f8148c256 Revert 019_replslot_limit.pl related debugging aids. 3 years ago
Robert Haas b9eb0ff09e Rename pg_checkpointer predefined role to pg_checkpoint. 3 years ago
Tom Lane 09878cdd48 Fix pg_upgrade to detect non-upgradable anyarray usages. 3 years ago
Tom Lane 8d9f9634ef Fix errors in copyfuncs/equalfuncs support for JSON node types. 3 years ago
Alvaro Herrera 054325c5ee
libpq: Improve idle state handling in pipeline mode 3 years ago
Alvaro Herrera 5001b44b11
BRIN: improve documentation on summarization 3 years ago
Peter Eisentraut 6ffff0fd22 Fix pg_prepared_statements.result_types for DML statements 3 years ago
Michael Paquier e3dd7c06e6 Simplify a bit the special rules generating unaccent.rules 3 years ago
Peter Eisentraut 84ad713cf8 Add result_types column to pg_prepared_statements view 3 years ago
Michael Paquier eb64ceac7e Remove durable_rename_excl() 3 years ago
Michael Paquier dac1ff3090 Replace durable_rename_excl() by durable_rename(), take two 3 years ago
Peter Eisentraut 2ce648f750 Refactor sending of RowDescription messages in replication protocol 3 years ago
Alvaro Herrera f10a025cfe
Implement List support for TransactionId 3 years ago
Michael Paquier 55f4802785 Prevent write operations on large objects in read-only transactions 3 years ago
Peter Eisentraut 8ba3cb2f18 Fix for change timeline field of IDENTIFY_SYSTEM to int8 3 years ago
Peter Eisentraut ec40f34224 Change timeline field of IDENTIFY_SYSTEM to int8 3 years ago
Peter Eisentraut 4e85b97304 Fix attlen in RowDescription of BASE_BACKUP response 3 years ago
Tom Lane 255625df1d Use a short socket directory path in pg_upgrade testing. 3 years ago
Andrew Dunstan 89a39d4a4d Remove %error-verbose directive from jsonpath parser 3 years ago
Tom Lane b762bbde30 Allow makeaclitem() to accept multiple privilege names. 3 years ago
Noah Misch b6a5158f98 Add Windows file version information to libpq/test programs. 3 years ago
Tom Lane 22a67fdd5d Simplify tab completion of extension versions, redux. 3 years ago
Peter Eisentraut 5faef9d582 Remove redundant null pointer checks before PQclear and PQconninfoFree 3 years ago
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 3 years ago
Peter Eisentraut 098c703d30 Remove redundant null pointer checks before pg_free() 3 years ago
Noah Misch e2bc242833 Fix previous commit's ecpg_clocale for ppc Darwin. 3 years ago
Noah Misch 5633836ef3 ecpglib: call newlocale() once per process. 3 years ago
Jeff Davis 43470717c4 Emit debug message when executing extension script. 3 years ago