users/c2main/postgres.git
2025-01-19 Tom LaneRemove PrintBufferDescs() and PrintPinnedBufs(). master
2025-01-19 Andrew DunstanBe clearer about when jsonapi's need_escapes is needed
2025-01-17 Jeff DavisSupport PG_UNICODE_FAST locale in the builtin collation...
2025-01-17 Jeff DavisSupport Unicode full case mapping and conversion.
2025-01-17 Nathan Bossartvacuumdb: Fix comment for vacuum_one_database().
2025-01-17 Tom LaneAdd documentation about calling version-1 C functions...
2025-01-17 Dean RasheedFix parsing of qualified relation names in RETURNING.
2025-01-17 John NaylorSpeed up hex_encode with bytewise lookup
2025-01-17 Peter EisentrautRemove flex version checks
2025-01-17 Peter EisentrautAdd pg_nodiscard decorations to base64 functions
2025-01-17 Michael PaquierRevert recent changes related to handling of 2PC files...
2025-01-17 Nathan BossartRemove redefinitions of SIG_* macros in win32_port.h.
2025-01-17 Tom LaneFix setrefs.c's failure to do expression processing...
2025-01-16 Melanie PlagemanAdd and use BitmapHeapScanDescData struct
2025-01-16 Michael PaquierRework macro pgstat_is_ioop_tracked_in_bytes()
2025-01-16 Nathan BossartConvert libpgport's pqsignal() to a void function.
2025-01-16 Nathan BossartAvoid calling pqsignal() with invalid signals on Window...
2025-01-16 Tom LaneSeek zone abbreviations in the IANA data before timezon...
2025-01-16 Tom LaneMake pg_interpret_timezone_abbrev() check sp->defaultty...
2025-01-16 Peter GeogheganFix nbtree contradictory array element comment.
2025-01-16 Álvaro HerreraSplit ATExecValidateConstraint into reusable pieces
2025-01-16 Dean RasheedAdd OLD/NEW support to RETURNING in DML queries.
2025-01-16 Peter EisentrautRemove dead code
2025-01-16 Peter Eisentrautrefactor: split ATExecAlterConstrRecurse()
2025-01-16 Peter EisentrautFix error handling of pg_b64_decode()
2025-01-16 Peter EisentrautCheck return of pg_b64_encode() for error
2025-01-16 Amit KapilaDoc: Improve the Replica Identity information.
2025-01-16 Michael PaquierMove routines to manipulate WAL into PostgreSQL::Test...
2025-01-15 Peter EisentrautFix cpluspluscheck for "Change gist stratnum function...
2025-01-15 Melanie PlagemanAdd more general summary to vacuumlazy.c
2025-01-15 Peter EisentrautAdd a bit of documentation related to IWYU
2025-01-15 Peter EisentrautIWYU pragmas for catalog headers
2025-01-15 Peter EisentrautIWYU widely useful pragmas
2025-01-15 Peter Eisentrautpostgres_fdw: SCRAM authentication pass-through
2025-01-15 Peter EisentrautDowngrade error in object_aclmask_ext() to internal
2025-01-15 Peter EisentrautDowngrade errors in object_ownercheck() to internal
2025-01-15 Peter EisentrautDrop warning-free support for Flex 2.5.35
2025-01-15 Peter EisentrautChange gist stratnum function to use CompareType
2025-01-15 Peter EisentrautRename RowCompareType to CompareType
2025-01-14 Tom LaneAvoid symbol collisions between pqsignal.c and legacy...
2025-01-14 Melanie PlagemanSynchronize guc_tables.c categories with vacuum docs...
2025-01-14 Dean Rasheedpsql: Add option to use expanded mode to all list commands.
2025-01-14 Fujii Masaoecpg: Restore detection of unsupported COPY FROM STDIN.
2025-01-14 Dean RasheedConsistently spell "leakproof" without a hyphen.
2025-01-14 Dean Rasheedpsql: Add leakproof indicator to \df+, \do+, \dAo+...
2025-01-14 Heikki LinnakangasFix catcache invalidation of a list entry that's being...
2025-01-14 Michael PaquierBump PGSTAT_FILE_FORMAT_ID
2025-01-14 Michael PaquierFix potential integer overflow in bringetbitmap()
2025-01-14 Michael PaquierMove information about pgstats kinds into its own heade...
2025-01-14 Michael PaquierRemove assertion in pgstat_count_io_op()
2025-01-14 Michael PaquierMake pg_stat_io count IOs as bytes instead of blocks...
2025-01-13 Jeff DavisRevert "TupleHashTable: store additional data along...
2025-01-13 Melanie PlagemanReorder vacuum GUCs in postgresql.conf.sample to match...
2025-01-13 Peter GeogheganAdd BTOPTIONS_PROC comments to nbtree.h.
2025-01-13 Peter GeogheganMove nbtree preprocessing into new .c file.
2025-01-13 Nathan BossartAdd commit 6e826278f1 to .git-blame-ignore-revs.
2025-01-13 Richard GuoFix pgindent damage
2025-01-12 Daniel GustafssonFix HBA option count
2025-01-12 Dean RasheedFix JsonExpr deparsing to quote variable names in the...
2025-01-12 Dean RasheedFix XMLTABLE() deparsing to quote namespace names if...
2025-01-11 Tom LaneRepair memory leaks in plpython.
2025-01-11 Peter EisentrautAdd support for NOT ENFORCED in CHECK constraints
2025-01-11 Tatsuo IshiiFix a compiler warning in initStringInfo().
2025-01-11 Jeff DavisFix redefinition of type in commit e0ece2a981.
2025-01-11 Jeff DavisTupleHashTable: store additional data along with tuple.
2025-01-11 David RowleyMake verify_compact_attribute available in non-assert...
2025-01-10 Tatsuo IshiiAdd new StringInfo APIs to allow callers to specify...
2025-01-10 Melanie PlagemanConsolidate docs for vacuum-related GUCs in new subsection
2025-01-10 Daniel GustafssonFix missing ldapscheme option in pg_hba_file_rules()
2025-01-10 Peter GeogheganFix obsolete nbtree README left link remarks.
2025-01-10 Nathan BossartUse a non-locking initial test in TAS_SPIN on AArch64.
2025-01-10 Andres Freundpostmaster: Rename some shutdown related PMState phase...
2025-01-10 Andres Freundpostmaster: Make btmask_add() variadic
2025-01-10 Andres Freundpostmaster: Introduce variadic btmask_all_except()
2025-01-10 Andres Freundpostmaster: Improve logging of signals sent by postmaster
2025-01-10 Andres Freundpostmaster: Update pmState via a wrapper function
2025-01-10 Álvaro HerreraAdjust signature of cluster_rel() and its subroutines
2025-01-10 David RowleyFix UNION planner datatype issue
2025-01-10 Michael PaquierMerge pgstat_count_io_op_n() and pgstat_count_io_op()
2025-01-10 Michael PaquierRefactor some code related to backend statistics
2025-01-09 Nathan BossartFix an ALTER GROUP ... DROP USER error message.
2025-01-09 Tom LaneUse @extschema:name@ notation in contrib transform...
2025-01-09 Álvaro HerreraSimplify signature of RewriteTable
2025-01-09 Fujii Masaodoc: Clarify synchronous_standby_names parameter.
2025-01-09 Álvaro HerreraFix SLRU bank selection code
2025-01-09 Thomas MunroFix off_t overflow in pg_basebackup on Windows.
2025-01-09 Thomas MunroProvide 64-bit ftruncate() and lseek() on Windows.
2025-01-08 Jeff DavisFix duplicate typedef from commit a2f17f004d.
2025-01-08 Jeff DavisControl collation behavior with a method table.
2025-01-08 Jeff DavisMove code for collation version into provider-specific...
2025-01-08 Tom LaneDisallow NAMEDTUPLESTORE RTEs in stored views, rules...
2025-01-08 Andrew DunstanSet exit status for pgindent if pg_bsd_indent fails
2025-01-08 Peter Eisentrautplpgsql: pure parser and reentrant scanner
2025-01-08 Peter EisentrautRemove useless function declaration
2025-01-08 Michael Paquierpg_freespacemap: Fix declaration of pg_freespace(regclass)
2025-01-07 Jeff DavisExecInitAgg: update aggstate->numaggs and ->numtrans...
2025-01-07 Jeff DavisnodeSetOp.c: missing additionalsize for BuildTupleHashT...
2025-01-07 Jeff DavisRemove unused TupleHashTableData->entrysize.
2025-01-07 Jeff DavisAdd missing typedefs.list entry for AggStatePerGroupData.
2025-01-07 Nathan BossartUse PqMsg_* macros in postgres.c.
next