users/rhaas/postgres.git
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...
2022-07-03 Tom LaneSimplify tab completion of extension versions, redux.
2022-07-03 Peter EisentrautRemove redundant null pointer checks before PQclear...
2022-07-03 Peter EisentrautRemove redundant null pointer checks before free()
2022-07-03 Peter EisentrautRemove redundant null pointer checks before pg_free()
2022-07-03 Noah MischFix previous commit's ecpg_clocale for ppc Darwin.
2022-07-02 Noah Mischecpglib: call newlocale() once per process.
2022-07-02 Jeff DavisEmit debug message when executing extension script.
2022-07-02 Peter EisentrautReformat some node comments
2022-07-02 Thomas MunroDefault to dynamic_shared_memory_type=sysv on Solaris.
2022-07-02 Michael PaquierIntroduce pg_attribute_nonnull(...)
2022-07-02 Noah MischReplace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEF...
2022-07-02 Noah MischFix race condition in t/028_pitr_timelines.pl.
2022-07-01 Tom LaneRemove no-longer-used parameter for create_groupingsets...
2022-07-01 Peter EisentrautAdd missing GETTEXT_FLAGS entry
2022-07-01 Peter EisentrautAdd construct_array_builtin, deconstruct_array_builtin
2022-07-01 Fujii Masaodoc: Add index entry for MERGE SQL command.
2022-07-01 John NaylorClarify that pg_dump takes ACCESS SHARE lock
2022-07-01 Thomas MunroHarden dsm_impl.c against unexpected EEXIST.
2022-07-01 Michael PaquierFix code comments still referring to pg_start/stop_backup()
2022-07-01 Michael PaquierRefactor the TAP test of auto_explain
2022-06-30 Peter EisentrautChange some unnecessary MemSet calls
2022-06-30 Peter EisentrautAvoid unnecessary MemSet call
2022-06-30 Tom LaneStamp HEAD as 16devel.
2022-06-30 Tom LaneAdd 82d0ffae3 to git-blame-ignore-revs.
2022-06-30 Tom Lanepgindent run prior to branching v15.
2022-06-28 Bruce Momjianrelnotes: update item about public schema permission...
2022-06-27 Tom LaneStamp 15beta2.
2022-06-27 Magnus HaganderRemove outdated recommendation for manual VACUUM
2022-06-27 Peter EisentrautPL/Python: Update guide to alternative expected files
2022-06-27 Peter Eisentrautpg_upgrade: Fix version comparison for global ICU support
next