summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-11Fix lock assertions in dshash.c.Thomas Munro
2022-07-11Build de-escaped JSON strings in larger chunks during lexingJohn Naylor
2022-07-11Fix two portability issues with the tests of test_oat_hooksMichael Paquier
2022-07-11Improve error message with JSON_SERIALIZE()Michael Paquier
2022-07-11Improve two comments related to a boolean DefElem's valueMichael Paquier
2022-07-10Tidy up claimed supported CPUs and OSes.Thomas Munro
2022-07-10Fix \watch's interaction with libedit on ^C.Thomas Munro
2022-07-09Exclude nodetags.h from headerscheck and cpluspluscheck.Tom Lane
2022-07-09Make assorted quality-of-life improvements in gen_node_support.pl.Tom Lane
2022-07-09Doc: rearrange high-level commentary about node support coverage.Tom Lane
2022-07-09Mark Scan as an abstract node type, too.Tom Lane
2022-07-09Mark PlanState as an abstract node type.Tom Lane
2022-07-09Remove code sections obsoleted by node support automationPeter Eisentraut
2022-07-09Move a commentPeter Eisentraut
2022-07-09Add generated nodes\nodetags.h to clean.batPeter Eisentraut
2022-07-09Install generated nodes/nodetags.hPeter Eisentraut
2022-07-09Fix vpath buildPeter Eisentraut
2022-07-09Automatically generate node support functionsPeter Eisentraut
2022-07-08Add missing inequality searches to rbtreeAlexander Korotkov
2022-07-08Use C99 designator in the rbtree sentinel definitionAlexander Korotkov
2022-07-08Preserve relfilenode of pg_largeobject and its index across pg_upgrade.Robert Haas
2022-07-08Adjust node serialization tag of A_Expr for consistencyPeter Eisentraut
2022-07-08Remove T_Join and T_PlanPeter Eisentraut
2022-07-08Simplify json lexing stateJohn Naylor
2022-07-08Reformat some more node commentsPeter Eisentraut
2022-07-08Remove HP/Intel Itanium support.Thomas Munro
2022-07-08Remove HP-UX port.Thomas Munro
2022-07-07Only allow returning string types or bytea from json_serializeAndrew Dunstan
2022-07-07Remove stray references to lefttree/righttree in the executor.Tom Lane
2022-07-07Add checkpoint and REDO LSN to log_checkpoints message.Fujii Masao
2022-07-07Fix alias matching in transformLockingClause().Dean Rasheed
2022-07-07Convert macros to static inline functions (block.h)Peter Eisentraut
2022-07-07Make Windows 10 the minimal runtime requirement for WIN32Michael Paquier
2022-07-07Re-order disable_on_error in tab-complete.Amit Kapila
2022-07-07Clean up some includes and comments in TAP test scriptsMichael Paquier
2022-07-06pgstat: slru: remove outdated commentAndres Freund
2022-07-06Fix wrong field order in _readMergeWhenClause().Tom Lane
2022-07-06Overload index_form_tuple to allow the memory context to be suppliedDavid Rowley
2022-07-06pgstat: drop subscription stats without slot as well, fix commentAndres Freund
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-06Remove LLVM_CONFIG from Makefile.global.inAndres Freund
2022-07-06Tiny capitalization adjustment in pkg-config filesPeter Eisentraut
2022-07-06Remove size increase in ExprEvalStep caused by hashed saopsDavid Rowley
2022-07-06Refactor sending of DataRow messages in replication protocolPeter Eisentraut
2022-07-06Unify DLSUFFIX on DarwinPeter Eisentraut
2022-07-06Reorder ecpg_config.h.in alphabeticallyPeter Eisentraut
2022-07-06autho_explain: Add GUC to log query parametersMichael Paquier
2022-07-05Tighten pg_upgrade's new check for non-upgradable anyarray usages.Tom Lane
2022-07-05pgstat: reduce timer overhead by leaving timer running.Andres Freund
2022-07-05expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size.Andres Freund