postgresql.git
2025-02-12 Michael PaquierFix some inconsistencies with memory freeing in pg_crea...
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [checksum]
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [mem]
2025-02-12 Peter EisentrautRemove unnecessary (char *) casts [string]
2025-02-12 John NaylorDoc: Fix punctuation errors
2025-02-11 Nathan BossartAdd cost-based vacuum delay time to progress views.
2025-02-11 Nathan BossartAdd is_analyze parameter to vacuum_delay_point().
2025-02-11 Melanie PlagemanLimit pgbench COPY FREEZE to ordinary relations
2025-02-11 Jeff DavisInjection points for hash aggregation.
2025-02-11 Melanie PlagemanEagerly scan all-visible pages to amortize aggressive...
2025-02-11 Andres Freundconfig: Rename "Asynchronous Behavior" to "I/O"
2025-02-11 Andres Freundconfig: Split "Worker Processes" out of "Asynchronous...
2025-02-11 Tom LaneAllow extension functions to participate in in-place...
2025-02-11 Tom LaneImplement new optimization rule for updates of expanded...
2025-02-11 Tom LaneDetect whether plpgsql assignment targets are "local...
2025-02-11 Tom LanePreliminary refactoring of plpgsql expression construction.
2025-02-11 Tom LaneRefactor pl_funcs.c to provide a usage-independent...
2025-02-11 Peter EisentrautReplace AssertMacro() with Assert() when not in macro
2025-02-10 Michael PaquierFix indentation of comment in plannodes.h
2025-02-10 Tom LaneAdapt appendPsqlMetaConnect() to the new fmtId() encodi...
2025-02-10 Jeff DavisLock table in ShareUpdateExclusive when importing index...
2025-02-10 Andres FreundFix type in test_escape test
2025-02-10 Andres Freunddocs: EUC_TW can be up to four bytes wide, not three
2025-02-10 Andres FreundAdd test of various escape functions
2025-02-10 Andres FreundFix handling of invalidly encoded data in escaping...
2025-02-10 Andres FreundSpecify the encoding of input to fmtId()
2025-02-10 Andres FreundAdd pg_encoding_set_invalid()
2025-02-10 Michael PaquierReformat node comments in plannodes.h
2025-02-09 Peter EisentrautCache NO ACTION foreign keys separately from RESTRICT...
2025-02-09 Peter EisentrautMake TLS write functions' buffer arguments pointers...
2025-02-09 Michael PaquierRefactor TAP test code for file comparisons into new...
2025-02-08 Tom LanePDF docs build: avoid spurious "warn" in build logs.
2025-02-07 Tom LaneFix pgbench performance issue induced by commit af35fe501.
2025-02-07 Tom LaneDoc: clarify behavior of timestamptz input some more.
2025-02-07 Peter EisentrautAllow non-btree speculative insertion indexes
2025-02-07 Peter EisentrautSupport non-btree indexes for foreign keys
2025-02-07 Peter EisentrautVirtual generated columns
2025-02-07 Amit LangoteTrack unpruned relids to avoid processing pruned relations
2025-02-07 Michael Paquierinjection_points: Tweak more permutation in isolation...
2025-02-07 Michael PaquierMove SQL tests of pg_stat_io for WAL data to recovery...
2025-02-06 Nathan BossartDisallow COPY FREEZE on foreign tables.
2025-02-06 Daniel Gustafssonlibpq: Handle asynchronous actions during SASL
2025-02-06 Daniel GustafssonRemove support for linking with libeay32 and ssleay32
2025-02-06 Nathan BossartFix autovacuum_vacuum_max_threshold's GUC description.
2025-02-06 Daniel Gustafssonpgcrypto: Remove static storage class from variables
2025-02-06 Michael Paquierinjection_points: Re-enable permutation in isolation...
2025-02-05 Nathan BossartIntroduce autovacuum_vacuum_max_threshold.
2025-02-05 Tom LaneShow more-intuitive titles for psql commands \dt, ...
2025-02-05 Daniel Gustafssondoc: Update links which returned 404
2025-02-05 Amit KapilaAvoid updating inactive_since for invalid replication...
2025-02-04 Andres Freundmeson: ci: ensure tests are built before running them
2025-02-04 Andres Freundmeson: Add missing dependencies for libpq tests
2025-02-04 Andres Freundmeson: Add missing dependencies to libpq_pipeline test
2025-02-04 Andres Freundmeson: Add test dependencies for test_json_parser
2025-02-04 Andres Freundmeson: Add pg_regress_ecpg to ecpg test dependencies
2025-02-04 Andres Freundmeson: Improve dependencies for tmp_install test target
2025-02-04 Andres Freundmeson: Narrow dependencies for 'install-quiet' target
2025-02-04 Alexander Korotkovpg_controldata: Fix possible errors on corrupted pg_control
2025-02-04 Alexander KorotkovAllow usage of match_orclause_to_indexcol() for joins
2025-02-04 Alexander KorotkovRevise the header comment for match_clause_to_indexcol()
2025-02-04 Nathan Bossartvacuumdb: Add missing PQfinish() calls to vacuum_one_da...
2025-02-04 Peter Eisentrautsepgsql: update TAP test to use fat comma style
2025-02-04 Michael PaquierAdd data for WAL in pg_stat_io and backend statistics
2025-02-03 Peter EisentrautIntegrate GistTranslateCompareType() into IndexAmTransl...
2025-02-03 Tom LaneFix incorrect range in pg_regress comment.
2025-02-03 Michael PaquierImprove comment on top of pgstat_count_io_op_time()
2025-02-03 Michael PaquierFix typo in xlog.c
2025-02-02 Peter EisentrautConvert strategies to and from compare types
2025-02-02 Peter EisentrautMove CompareType to separate header file
2025-02-02 Michael PaquierMention jsonlog in description of logging_collector...
2025-02-01 Peter EisentrautAdd get_opfamily_name() function
2025-02-01 Peter EisentrautRename GistTranslateStratnum() to GistTranslateCompareT...
2025-02-01 Peter EisentrautAdd script to keep .editorconfig in sync with .gitattri...
2025-02-01 Amit LangoteAdd commit 76aa615943 to .git-blame-ignore-revs
2025-01-31 Tom LaneDoc: add commentary about cowboy assignment of maintena...
2025-01-31 Tom LaneRemove obsolete restriction on the range of log_rotatio...
2025-01-31 Tom LaneGet rid of our dependency on type "long" for memory...
2025-01-31 Daniel Gustafssonrequire_auth: prepare for multiple SASL mechanisms
2025-01-31 Daniel GustafssonMove PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h
2025-01-31 Daniel Gustafssondoc: Fix pg_buffercache_evict() title
2025-01-31 Amit LangoteFix bad indentation introduced in commit d47cbf474
2025-01-31 Amit LangotePerform runtime initial pruning outside ExecInitNode()
2025-01-31 Amit KapilaRaise an error while trying to acquire an invalid slot.
2025-01-31 Michael Paquierinjection_points: Add routine able to drop all stats
2025-01-31 Michael PaquierAdd pgstat_drop_matching_entries() to pgstats
2025-01-31 Michael PaquierFix comment of StrategySyncStart()
2025-01-30 Tom LaneUse "ssize_t" not "long" in max_stack_depth-related...
2025-01-30 Tom LaneAvoid integer overflow while testing wal_skip_threshold...
2025-01-30 Melanie PlagemanMove BitmapTableScan per-scan setup into a helper
2025-01-30 Tom LaneSimplify executor's handling of CaseTestExpr & CoerceTo...
2025-01-30 Amit KapilaDoc: Generated column replication.
2025-01-30 Amit LangoteMove PartitionPruneInfo out of plan nodes into PlannedStmt
2025-01-29 Tom LaneRequire callers of coerce_to_domain() to supply base...
2025-01-29 Tom LaneHandle default NULL insertion a little better.
2025-01-29 Tom LaneAvoid breaking SJIS encoding while de-backslashing...
2025-01-29 Tom LaneMake BufferIsExclusiveLocked and BufferIsDirty work...
2025-01-29 John NaylorFix grammatical typos around possessive "its"
2025-01-29 John NaylorRevert "Speed up tail processing when hashing aligned...
2025-01-28 Michael PaquierImprove test coverage of network address functions
2025-01-28 Amit KapilaRename pubgencols_type to pubgencols in pg_publication.
next