]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-07-13  Alvaro HerreraFix XID list support some more
2022-07-13  Peter EisentrautFix for make unportability
2022-07-13  Peter EisentrautNLS: Put list of available languages into LINGUAS files
2022-07-13  David RowleySmall cleanup of create_list_bounds()
2022-07-13  Michael Paquiercreateuser: Add support for more clause types through...
2022-07-13  David RowleyUse list_copy_head() instead of list_truncate(list_copy...
2022-07-13  Michael Paquiercreateuser: Cleanup and fix internal option ordering
2022-07-13  David RowleyTidy up code in get_cheapest_group_keys_order()
2022-07-12  Tom LaneFix ECPG's handling of type names that match SQL keywords.
2022-07-12  Tom LaneInvent qsort_interruptible().
2022-07-12  Tom LaneImprove error reporting from validate_exec().
2022-07-12  Tom LaneRemove trailing newlines in pg_upgrade's message strings.
2022-07-12  Tom LaneAdd defenses against unexpected changes in the NodeTag...
2022-07-12  Tom LaneInvent nodetag_only attribute for Nodes.
2022-07-12  Robert HaasRename some functions to mention Relation instead of...
2022-07-12  Alvaro HerreraAdd copy/equal support for XID lists
2022-07-12  John NaylorFix out-of-bounds read in json_lex_string
2022-07-12  Fujii MasaoSupport TRUNCATE triggers on foreign tables.
2022-07-11  Thomas MunroDoc: Acknowledge historically supported CPUs and OSes.
2022-07-11  Thomas MunroFurther tidy-up for old CPU architectures.
2022-07-11  Jeff DavisProvide log_status_format(), useful for an emit_log_hook.
2022-07-11  Tom LaneRationalize order of input files for gen_node_support.pl.
2022-07-11  Robert HaasFix mistake in comment.
2022-07-11  Peter EisentrautConvert macros to static inline functions (bufpage.h)
2022-07-11  Thomas MunroFix lock assertions in dshash.c.
2022-07-11  John NaylorBuild de-escaped JSON strings in larger chunks during...
2022-07-11  Michael PaquierFix two portability issues with the tests of test_oat_hooks
2022-07-11  Michael PaquierImprove error message with JSON_SERIALIZE()
2022-07-11  Michael PaquierImprove two comments related to a boolean DefElem's...
2022-07-11  Michael Paquierdoc: Fix inconsistent quotes in some jsonb fields
2022-07-10  Thomas MunroTidy up claimed supported CPUs and OSes.
2022-07-10  Thomas MunroFix \watch's interaction with libedit on ^C.
2022-07-09  Tom LaneExclude nodetags.h from headerscheck and cpluspluscheck.
2022-07-09  Tom LaneMake assorted quality-of-life improvements in gen_node_...
2022-07-09  Tom LaneDoc: rearrange high-level commentary about node support...
2022-07-09  Tom LaneMark Scan as an abstract node type, too.
2022-07-09  Tom LaneMark PlanState as an abstract node type.
2022-07-09  Peter EisentrautRemove code sections obsoleted by node support automation
2022-07-09  Peter EisentrautMove a comment
2022-07-09  Peter EisentrautAdd generated nodes\nodetags.h to clean.bat
2022-07-09  Peter EisentrautInstall generated nodes/nodetags.h
2022-07-09  Peter EisentrautFix vpath build
2022-07-09  Peter EisentrautAutomatically generate node support functions
2022-07-09  Bruce Momjiandoc: add examples for array_length() and jsonb_array_l...
2022-07-08  Bruce Momjiandoc: add pg_prewarm example
2022-07-08  Alexander KorotkovAdd missing inequality searches to rbtree
2022-07-08  Alexander KorotkovUse C99 designator in the rbtree sentinel definition
2022-07-08  Robert HaasPreserve relfilenode of pg_largeobject and its index...
2022-07-08  Peter EisentrautAdjust node serialization tag of A_Expr for consistency
2022-07-08  Peter EisentrautRemove T_Join and T_Plan
2022-07-08  John NaylorSimplify json lexing state
2022-07-08  Peter EisentrautReformat some more node comments
2022-07-08  Thomas MunroRemove HP/Intel Itanium support.
2022-07-08  Thomas MunroRemove HP-UX port.
2022-07-07  Andrew DunstanOnly allow returning string types or bytea from json_se...
2022-07-07  Tom LaneRemove stray references to lefttree/righttree in the...
2022-07-07  Fujii MasaoAdd checkpoint and REDO LSN to log_checkpoints message.
2022-07-07  Dean RasheedFix alias matching in transformLockingClause().
2022-07-07  Etsuro Fujitapostgres_fdw: Fix grammar.
2022-07-07  Peter EisentrautConvert macros to static inline functions (block.h)
2022-07-07  Michael PaquierMake Windows 10 the minimal runtime requirement for...
2022-07-07  Amit KapilaRe-order disable_on_error in tab-complete.
2022-07-07  Michael PaquierClean up some includes and comments in TAP test scripts
2022-07-06  Andres Freundpgstat: slru: remove outdated comment
2022-07-06  Tom LaneFix wrong field order in _readMergeWhenClause().
2022-07-06  David RowleyOverload index_form_tuple to allow the memory context...
2022-07-06  Robert Haaspg_stat_statements: Fix test that assumes wal_records...
2022-07-06  Andres Freundpgstat: drop subscription stats without slot as well...
2022-07-06  Robert HaasChange internal RelFileNode references to RelFileNumber...
2022-07-06  Andres FreundRemove LLVM_CONFIG from Makefile.global.in
2022-07-06  Peter EisentrautTiny capitalization adjustment in pkg-config files
2022-07-06  David RowleyRemove size increase in ExprEvalStep caused by hashed...
2022-07-06  Peter EisentrautRefactor sending of DataRow messages in replication...
2022-07-06  Peter EisentrautUnify DLSUFFIX on Darwin
2022-07-06  Peter EisentrautReorder ecpg_config.h.in alphabetically
2022-07-06  Michael Paquierautho_explain: Add GUC to log query parameters
2022-07-05  Tom LaneTighten pg_upgrade's new check for non-upgradable anyar...
2022-07-05  Andres Freundpgstat: reduce timer overhead by leaving timer running.
2022-07-05  Andres Freundexpression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSO...
2022-07-05  Andres FreundRevert 019_replslot_limit.pl related debugging aids.
2022-07-05  Robert HaasRename pg_checkpointer predefined role to pg_checkpoint.
2022-07-05  Tom LaneFix pg_upgrade to detect non-upgradable anyarray usages.
2022-07-05  Tom LaneFix errors in copyfuncs/equalfuncs support for JSON...
2022-07-05  Alvaro Herreralibpq: Improve idle state handling in pipeline mode
2022-07-05  Alvaro HerreraBRIN: improve documentation on summarization
2022-07-05  Peter EisentrautFix pg_prepared_statements.result_types for DML statements
2022-07-05  Michael PaquierSimplify a bit the special rules generating unaccent...
2022-07-05  Peter EisentrautAdd result_types column to pg_prepared_statements view
2022-07-05  Michael PaquierRemove durable_rename_excl()
2022-07-05  Michael PaquierReplace durable_rename_excl() by durable_rename(),...
2022-07-04  Peter EisentrautRefactor sending of RowDescription messages in replicat...
2022-07-04  Alvaro HerreraImplement List support for TransactionId
2022-07-04  Michael PaquierPrevent write operations on large objects in read-only...
2022-07-04  Peter EisentrautFix for change timeline field of IDENTIFY_SYSTEM to...
2022-07-04  Peter EisentrautChange timeline field of IDENTIFY_SYSTEM to int8
2022-07-04  Peter EisentrautFix attlen in RowDescription of BASE_BACKUP response
2022-07-04  Tom LaneUse a short socket directory path in pg_upgrade testing.
2022-07-03  Andrew DunstanRemove %error-verbose directive from jsonpath parser
2022-07-03  Tom LaneAllow makeaclitem() to accept multiple privilege names.
2022-07-03  Noah MischAdd Windows file version information to libpq/test...
next