postgresql.git
2024-09-09 Michael PaquierAdd callbacks to control flush of fixed-numbered stats
2024-09-08 Tom LaneAvoid core dump after getpwuid_r failure.
2024-09-07 Michael PaquierUpdate extension lookup routines to use the syscache
2024-09-06 Jeff DavisRemove lc_ctype_is_c().
2024-09-06 Tom LaneFix incorrect pg_stat_io output on 32-bit machines.
2024-09-06 Peter EisentrautRemove useless unconstify
2024-09-06 Amit LangoteSQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
2024-09-06 Amit LangoteSQL/JSON: Fix JSON_TABLE() column deparsing
2024-09-06 Amit LangoteRevert recent SQL/JSON related commits
2024-09-06 Amit LangoteSQL/JSON: Avoid initializing unnecessary ON ERROR ...
2024-09-06 Amit LangoteSQL/JSON: Fix default ON ERROR behavior for JSON_TABLE
2024-09-06 Amit LangoteSQL/JSON: Fix JSON_TABLE() column deparsing
2024-09-06 Amit LangoteUpdate comment about ExprState.escontext
2024-09-05 Jeff DavisBe more careful with error paths in pg_set_regex_collat...
2024-09-05 Tom LanePrevent mis-encoding of "trailing junk after numeric...
2024-09-05 Daniel GustafssonFix handling of NULL return value in typarray lookup
2024-09-05 Peter EisentrautFix misleading error message context
2024-09-05 Michael PaquierAdd callback for backend initialization in pgstats
2024-09-05 Michael PaquierFix two NULL pointer dereferences when reading custom...
2024-09-05 Michael PaquierCheck availability of module injection_points in TAP...
2024-09-05 David RowleyOptimize WindowAgg's use of tuplestores
2024-09-05 David RowleySpeedup WindowAgg code by moving uncommon code out...
2024-09-04 Jeff DavisRemove lc_collate_is_c().
2024-09-04 Tom LaneRemove test-case workarounds for ancient libedit versions.
2024-09-04 Noah MischRevert "Optimize pg_visibility with read streams."
2024-09-04 Peter EisentrautRemove a couple of strerror() calls
2024-09-04 Michael PaquierUnify some error messages to ease work of translators
2024-09-04 Michael PaquierApply more quoting to GUC names in messages
2024-09-04 Amit KapilaCollect statistics about conflicts in logical replication.
2024-09-04 Richard GuoAvoid unnecessary post-sort projection
2024-09-04 Richard GuoCheck the validity of commutators for merge/hash clauses
2024-09-04 Michael PaquierFix inconsistent LWLock tranche name "CommitTsSLRU"
2024-09-03 Michael PaquierAvoid installcheck failure in TAP tests using injection...
2024-09-03 Jeff DavisRemember last collation to speed up collation cache.
2024-09-03 Michael PaquierSimplify makefiles exporting twice enable_injection_points
2024-09-03 Thomas MunroStandardize "read-ahead advice" terminology.
2024-09-03 Noah MischFix stack variable scope from previous commit.
2024-09-03 Noah MischOptimize pg_visibility with read streams.
2024-09-03 Noah MischAdd block_range_read_stream_cb(), to deduplicate code.
2024-09-03 Daniel GustafssonUse library functions to edit config in SSL tests
2024-09-03 Daniel GustafssonTest for PG_TEST_EXTRA separately in SSL tests
2024-09-03 Daniel GustafssonFix typos in code comments and test data
2024-09-03 Peter EisentrautAdd const qualifiers to XLogRegister*() functions
2024-09-03 Michael PaquierFix typos and grammar in code comments and docs
2024-09-03 Michael PaquierDefine PG_TBLSPC_DIR for path pg_tblspc/ in data folder
2024-09-02 Daniel Gustafssondoc: Consistently use result set in documentation
2024-09-02 Peter EisentrautFix rarely-run test for message wording change
2024-09-02 Daniel GustafssonOnly perform pg_strong_random init when required
2024-09-02 Daniel GustafssonRemove support for OpenSSL older than 1.1.0
2024-09-02 Daniel GustafssonCache typarray for fast lookups in binary upgrade mode
2024-09-02 Peter EisentrautMore use of getpwuid_r() directly
2024-09-01 Michael PaquierRename enum labels of PG_Locale_Strategy
2024-08-31 Thomas MunroFix unfairness in all-cached parallel seq scan.
2024-08-31 Thomas MunroStabilize 039_end_of_wal test.
2024-08-30 Masahiko SawadaClarify restrict_nonsystem_relation_kind description.
2024-08-30 Tom LaneMake postgres_fdw's query_cancel test less flaky.
2024-08-30 Tom LaneAvoid inserting PlaceHolderVars in cases where pre...
2024-08-30 Tom LaneRemove one memoize test case added by commit 069d0ff02.
2024-08-30 Michael PaquierDefine PG_LOGICAL_DIR for path pg_logical/ in data...
2024-08-30 Michael PaquierDefine PG_REPLSLOT_DIR for path pg_replslot/ in data...
2024-08-29 Michael PaquierRename pg_sequence_read_tuple() to pg_get_sequence_data()
2024-08-29 Tom LaneFix mis-deparsing of ORDER BY lists when there is a...
2024-08-29 Peter EisentrautMessage style improvements
2024-08-29 Peter EisentrautPut generated_stored test objects in a schema
2024-08-29 Peter EisentrautRename regress test generated to generated_stored
2024-08-29 Peter EisentrautDisallow USING clause when altering type of generated...
2024-08-29 Heikki LinnakangasRename some shared memory initialization routines
2024-08-29 Heikki LinnakangasRefactor lock manager initialization to make it a bit...
2024-08-29 Michael PaquierRefactor some code for ALTER TABLE SET LOGGED/UNLOGGED...
2024-08-29 Peter EisentrautFixup for prefetching support on macOS
2024-08-29 Amit KapilaRename the conflict types for the origin differ cases.
2024-08-29 Amit KapilaDoc: Fix the ambiguity in the description of failover...
2024-08-28 Peter EisentrautAdd prefetching support on macOS
2024-08-27 Peter EisentrautMessage style improvements
2024-08-27 Peter EisentrautFix misplaced translator comments
2024-08-26 Masahiko SawadaFix identation.
2024-08-26 Masahiko SawadaFix memory counter update in ReorderBuffer.
2024-08-26 Peter GeogheganFix nbtree lookahead overflow bug.
2024-08-26 Peter Eisentrautpg_upgrade: Message style improvements
2024-08-26 Dean RasheedFix compiler warning in mul_var_short().
2024-08-25 Alexander KorotkovRevert: Avoid looping over all type cache entries in...
2024-08-25 Alexander KorotkovAvoid looping over all type cache entries in TypeCacheR...
2024-08-24 Alexander KorotkovRevert support for ALTER TABLE ... MERGE/SPLIT PARTITIO...
2024-08-24 Peter Eisentrautpg_createsubscriber: Message style improvements
2024-08-23 Tom LaneProvide feature-test macros for libpq features added...
2024-08-23 Peter Eisentrautthread-safety: gmtime_r(), localtime_r()
2024-08-23 Michael PaquierRework new SLRU test with injection points
2024-08-23 Michael Paquierinjection_point: Add injection_points.stats
2024-08-23 Michael Paquierinjection_points: Add initialization of shmem state...
2024-08-22 Amit KapilaDoc: explain the log format of logical replication...
2024-08-22 Michael Paquierpsql: Add more meta-commands able to use the extended...
2024-08-22 Noah MischFix attach of a previously-detached injection point.
2024-08-22 Alexander KorotkovAvoid repeated table name lookups in createPartitionTable()
2024-08-22 Richard GuoSmall code simplification
2024-08-22 Michael PaquierCreate syscache entries for pg_extension
2024-08-21 Jeff DavisFix obsolete comments in varstr_cmp().
2024-08-21 Tom LaneDisallow creating binary-coercible casts involving...
2024-08-21 Robert HaasShow number of disabled nodes in EXPLAIN ANALYZE output.
2024-08-21 Robert HaasTreat number of disabled nodes in a path as a separate...
2024-08-21 Robert HaasFix pgindent damage
next