postgresql.git
2023-03-02 Tom LaneRequire empty Bitmapsets to be represented as NULL.
2023-03-02 Tom LaneMop up some undue familiarity with the innards of Bitma...
2023-03-02 Tom LaneRemove bms_first_member().
2023-03-02 Daniel GustafssonMark options as deprecated in usage output
2023-03-02 Daniel GustafssonFix outdated references to guc.c
2023-03-02 Peter EisentrautMake some xlogreader messages more accurate
2023-03-02 Michael Paquierpageinspect: Fix crash with gist_page_items()
2023-03-01 Tom LaneAvoid fetching one past the end of translate()'s "to...
2023-03-01 Tomas VondraImprove wording in pg_dump compression docs
2023-03-01 Tomas VondraFix condition in pg_dump TAP test
2023-03-01 Peter Eisentrautmeson: Add equivalent of configure --disable-rpath...
2023-03-01 Michael Paquierdoc: Mention de-normalization of deallocated entries...
2023-03-01 Michael Paquierdoc: Update pg_stat_statements about query ID calculati...
2023-03-01 Tom LaneSuppress more compiler warnings in new pgstats code.
2023-02-28 Michael Paquierdoc: Fix description of pg_get_wal_stats_till_end_of_wa...
2023-02-28 Tom LaneFix logic buglets in pg_dump's flagInhAttrs().
2023-02-28 Andrew DunstanRemove unnecessary and problematic collate.windows...
2023-02-28 Tom LaneDrop test view when done with it.
2023-02-27 Michael PaquierFix expected output of xml_2.out
2023-02-27 Michael PaquierRework pg_input_error_message(), now renamed pg_input_e...
2023-02-27 Tom LaneSuppress compiler warnings in new pgstats code.
2023-02-27 Tom LaneHarden postgres_fdw tests against unexpected cache...
2023-02-27 Heikki LinnakangasReplace single-quotes with double-quotes in a few SGML...
2023-02-27 Heikki Linnakangaspg_rewind: Remove notice in docs about running CHECKPOI...
2023-02-27 Peter EisentrautUpdate types in smgr API
2023-02-27 Amit KapilaChange xl_hash_vacuum_one_page.ntuples from int to...
2023-02-26 Tom LaneSilence more compiler warnings introduced by d87d548cd0.
2023-02-26 Andrew DunstanDon't force SQL_ASCII/no-locale for installcheck in...
2023-02-26 Dean RasheedDoc: Miscellaneous doc updates for MERGE.
2023-02-25 Tom LaneFix MULTIEXPR_SUBLINK with partitioned target tables...
2023-02-25 Dean RasheedFix mishandling of OLD/NEW references in subqueries...
2023-02-24 Jeff DavisSilence compiler warnings introduced by d87d548cd0.
2023-02-24 Peter EisentrautFix comment indentation and whitespace
2023-02-24 Daniel GustafssonDisallow NULLS NOT DISTINCT indexes for primary keys
2023-02-24 Daniel Gustafssonpg_dump: Remove move "blob" terminology
2023-02-24 Peter EisentrautFix incorrect format placeholders
2023-02-24 Andres Freundmeson: windows: Fix tmp_install + prefix computation...
2023-02-23 Tom LaneDon't repeatedly register cache callbacks in pgoutput...
2023-02-23 Tomas VondraAdd LZ4 compression to pg_dump
2023-02-23 Jeff DavisRemove unnecessary #ifdef USE_ICU and branch.
2023-02-23 Jeff DavisRefactor to introduce pg_locale_deterministic().
2023-02-23 Jeff DavisRefactor to add pg_strcoll(), pg_strxfrm(), and variants.
2023-02-23 Tomas VondraIntroduce a generic pg_dump compression API
2023-02-23 Tom LaneFix mis-handling of outer join quals generated by Equiv...
2023-02-23 Tomas VondraPrepare pg_dump internals for additional compression...
2023-02-23 Heikki Linnakangaspg_rewind: Fix determining TLI when server was just...
2023-02-23 Dean RasheedFix multi-row DEFAULT handling for INSERT ... SELECT...
2023-02-23 Daniel GustafssonConsider a failed process as a failed test in pg_regress
2023-02-22 Andres FreundAdd static assertion ensuring sizeof(ExprEvalStep)...
2023-02-22 Heikki LinnakangasCheck for unbounded authentication exchanges in libpq.
2023-02-22 Tom LaneFix some issues with wrong placement of pseudo-constant...
2023-02-22 Tomas VondraFix snapshot handling in logicalmsg_decode
2023-02-22 Dean RasheedAdd missing support for the latest SPI status codes.
2023-02-22 Dean RasheedFix Assert failure for MERGE into a partitioned table...
2023-02-22 John NaylorRemove newly added asserts from pg_bitutils.h
2023-02-22 Daniel Gustafssondoc: Add default value of createrole_self_grant
2023-02-22 Dean RasheedFix MERGE command tag for cross-partition updates.
2023-02-22 Peter EisentrautImplement ANY_VALUE aggregate
2023-02-22 Peter Eisentrautgitattributes: Ignore imported pg_bsd_indent code for...
2023-02-22 Peter Eisentrautpg_dump: Remove some dead code
2023-02-22 Michael PaquierFix small memory leak in psql's \bind command
2023-02-22 Michael Paquierdoc: Add missing values for meson options -Dcassert...
2023-02-22 Michael PaquierFix corruption of templates after CREATE DATABASE ...
2023-02-21 Tom LaneFix erroneous Valgrind markings in AllocSetRealloc.
2023-02-21 Thomas MunroRemove obsolete coding for early macOS.
2023-02-21 Michael PaquierFix handling of escape sequences in postgres_fdw.applic...
2023-02-21 Alvaro Herrerapgbench: Prepare commands in pipelines in advance
2023-02-20 Tom LaneDetect overflow in timestamp[tz] subtraction.
2023-02-20 Tom LaneFix parsing of ISO-8601 interval fields with exponentia...
2023-02-20 Tom LanePrevent join removal from removing the query's result...
2023-02-20 Jeff DavisLimit memory usage of pg_walinspect functions.
2023-02-20 Tom LaneRemove gratuitous assumptions about what make_modifytab...
2023-02-20 Alvaro HerreraCorrectly set userid of subquery relations' child rels
2023-02-20 David RowleyOptimize generate_orderedappend_paths
2023-02-20 John NaylorAdd MSVC support for pg_leftmost_one_pos32() and friends
2023-02-20 John NaylorAdd assert checking to pg_leftmost_one_pos32() and...
2023-02-20 David RowleySpeedup and increase usability of set proc title functions
2023-02-20 Michael PaquierExpand regression tests of pg_stat_statements for utili...
2023-02-20 Michael PaquierRefactor tests of pg_stat_statements for planning,...
2023-02-19 Tomas VondraFix handling of multi-column BRIN indexes
2023-02-17 Tom LanePrint the correct aliases for DML target tables in...
2023-02-17 Peter EisentrautFix incorrect format placeholder
2023-02-17 Michael PaquierRedesign archive modules
2023-02-17 Thomas MunroRemove obsolete platforms from ps_status.c.
2023-02-16 Tom LaneFix check for child column generation status matching...
2023-02-16 Andrew Dunstanpgindent: mention directory arguments in help text
2023-02-16 Michael PaquierRemove duplicated comment in nodeModifyTable.c
2023-02-16 Amit KapilaAdd a new wait state and use it when sending data in...
2023-02-15 Michael PaquierAdd description for new patterns supported in HBA and...
2023-02-15 Alvaro HerreraDon't rely on uninitialized value in MERGE / DELETE
2023-02-15 David RowleyRename force_parallel_mode to debug_parallel_query
2023-02-15 Michael Paquierdoc: Fix spelling of option -Dtap_tests for meson
2023-02-15 Michael PaquierFix handling of SCRAM-SHA-256's channel binding with...
2023-02-15 Tatsuo IshiiFix make_etags failure on Mac.
2023-02-14 Peter EisentrautChange argument type of pq_sendbytes from char * to...
2023-02-14 Jeff DavisCorrect docs for the default locale_provider of a new...
2023-02-13 Tom LaneWhen removing a relation from the query, drop its RelOp...
2023-02-13 Tom LaneFix buggy recursion in flatten_rtes_walker().
2023-02-13 Tom LaneFix thinkos in have_unsafe_outer_join_ref; reduce to...
2023-02-13 Andrew DunstanRemove obsolete pgindent options --code-base and -...
next