Commit Graph

53935 Commits (d498e052b4b84ae21b3b68d5b3fda6ead65d1d4d)
 

Author SHA1 Message Date
Robert Haas d498e052b4 Preserve relfilenode of pg_largeobject and its index across pg_upgrade. 3 years ago
Peter Eisentraut bf1f4a364d Adjust node serialization tag of A_Expr for consistency 3 years ago
Peter Eisentraut 251154bebe Remove T_Join and T_Plan 3 years ago
John Naylor 3de359f18f Simplify json lexing state 3 years ago
Peter Eisentraut 3140f08985 Reformat some more node comments 3 years ago
Thomas Munro 0ad5b48e58 Remove HP/Intel Itanium support. 3 years ago
Thomas Munro 9db300ce6e Remove HP-UX port. 3 years ago
Andrew Dunstan 3c633f32b9 Only allow returning string types or bytea from json_serialize 3 years ago
Tom Lane 8821054210 Remove stray references to lefttree/righttree in the executor. 3 years ago
Fujii Masao 62c46eee22 Add checkpoint and REDO LSN to log_checkpoints message. 3 years ago
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