Commit Graph

53961 Commits (bf022d337ef096c79e6a0b51f0b42e69749ae210)
 

Author SHA1 Message Date
Tom Lane bf022d337e Rationalize order of input files for gen_node_support.pl. 3 years ago
Robert Haas b2d5b4c6e0 Fix mistake in comment. 3 years ago
Peter Eisentraut 2cd2569c72 Convert macros to static inline functions (bufpage.h) 3 years ago
Thomas Munro eed959a457 Fix lock assertions in dshash.c. 3 years ago
John Naylor 3838fa269c Build de-escaped JSON strings in larger chunks during lexing 3 years ago
Michael Paquier a6434b9515 Fix two portability issues with the tests of test_oat_hooks 3 years ago
Michael Paquier 0a6be1f0ec Improve error message with JSON_SERIALIZE() 3 years ago
Michael Paquier 8445f5a21d Improve two comments related to a boolean DefElem's value 3 years ago
Michael Paquier 1cd1821630 doc: Fix inconsistent quotes in some jsonb fields 3 years ago
Thomas Munro 92d70b77eb Tidy up claimed supported CPUs and OSes. 3 years ago
Thomas Munro 21267b6477 Fix \watch's interaction with libedit on ^C. 3 years ago
Tom Lane 301b06dd75 Exclude nodetags.h from headerscheck and cpluspluscheck. 3 years ago
Tom Lane 8eccaf6525 Make assorted quality-of-life improvements in gen_node_support.pl. 3 years ago
Tom Lane 3cd0ac9878 Doc: rearrange high-level commentary about node support coverage. 3 years ago
Tom Lane 8c73c11a0d Mark Scan as an abstract node type, too. 3 years ago
Tom Lane b4f79d278f Mark PlanState as an abstract node type. 3 years ago
Peter Eisentraut 2be87f092a Remove code sections obsoleted by node support automation 3 years ago
Peter Eisentraut 3e44aee3ce Move a comment 3 years ago
Peter Eisentraut ec156cf974 Add generated nodes\nodetags.h to clean.bat 3 years ago
Peter Eisentraut 3e79b7e8ee Install generated nodes/nodetags.h 3 years ago
Peter Eisentraut c842736006 Fix vpath build 3 years ago
Peter Eisentraut 964d01ae90 Automatically generate node support functions 3 years ago
Bruce Momjian 2373fe78df doc: add examples for array_length() and jsonb_array_length() 3 years ago
Bruce Momjian aa31b29375 doc: add pg_prewarm example 3 years ago
Alexander Korotkov e57519a463 Add missing inequality searches to rbtree 3 years ago
Alexander Korotkov 8d51d7f403 Use C99 designator in the rbtree sentinel definition 3 years ago
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