]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-09-14  Andrew DunstanOnly define NO_THREAD_SAFE_LOCALE for MSVC plperl when...
2024-09-13  Tom LaneAllow _h_indexbuild() to be interrupted.
2024-09-13  Nathan BossartAdd commit 2b03cfeea4 to .git-blame-ignore-revs.
2024-09-13  Nathan BossartFix contrib/pageinspect's test for sequences.
2024-09-13  Peter EisentrautRemove separate locale_is_c arguments
2024-09-13  Amit LangoteSQL/JSON: Update example in JSON_QUERY() documentation
2024-09-13  Amit KapilaProhibit altering invalidated replication slots.
2024-09-13  Michael Paquierpg_stat_statements: Add tests with extended query protocol
2024-09-12  Nathan BossartReintroduce support for sequences in pgstattuple and...
2024-09-12  Jeff DavisSimplify checks for deterministic collations.
2024-09-12  Jeff DavisRemove redundant check for default collation.
2024-09-12  Tom LaneMake jsonpath .string() be immutable for datetimes.
2024-09-12  Fujii MasaoAdd has_largeobject_privilege function.
2024-09-12  Fujii MasaoDeduplicate code in LargeObjectExists and myLargeObject...
2024-09-12  Peter EisentrautRemove hardcoded hash opclass function signature exceptions
2024-09-12  David RowleyDoc: alphabetize aggregate function table
2024-09-12  Fujii MasaoRemove old RULE privilege completely.
2024-09-12  Peter EisentrautDon't overwrite scan key in systable_beginscan()
2024-09-12  Michael PaquierMove logic related to WAL replay of Heap/Heap2 into...
2024-09-12  David RowleyAdjust tuplestore stats API
2024-09-12  Amit LangoteSQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)
2024-09-11  Tom LaneRemove incorrect Assert.
2024-09-11  Magnus Haganderpg_createsubscriber: minor documentation fixes
2024-09-11  Peter EisentrautReplace gratuitous memmove() with memcpy()
2024-09-11  Tomas VondraFix unique key checks in JSON object constructors
2024-09-11  Peter EisentrautUpdate .gitignore
2024-09-11  Peter EisentrautRemove obsolete unconstify()
2024-09-11  Peter Eisentrautcommon/jsonapi: support libpq as a client
2024-09-11  Amit KapilaImprove assertion in FindReplTupleInLocalRel().
2024-09-10  Noah MischOptimize pg_visibility with read streams.
2024-09-10  Tom LaneUse a hash table to de-duplicate column names in ruleut...
2024-09-10  Tom LaneFix some whitespace issues in XMLSERIALIZE(... INDENT).
2024-09-10  Tom LaneImprove documentation and testing of jsonpath string...
2024-09-10  Tomas VondraAdd PG_TEST_PG_COMBINEBACKUP_MODE to CI tasks
2024-09-10  Daniel GustafssonProtect against small overread in SASLprep validation
2024-09-10  Peter EisentrautAdd amgettreeheight index AM API routine
2024-09-10  Richard GuoMark expressions nullable by grouping sets
2024-09-10  Richard GuoIntroduce an RTE for the grouping step
2024-09-09  Michael PaquierRemove emode argument from XLogFileRead() and XLogFileR...
2024-09-09  Masahiko SawadaAdd WAL usage reporting to ANALYZE VERBOSE output.
2024-09-09  Tom LaneConsistently use PageGetExactFreeSpace() in pgstattuple.
2024-09-09  Tom LaneDon't bother checking the result of SPI_connect[_ext...
2024-09-09  Robert HaasAdd PQfullProtocolVersion() to surface the precise...
2024-09-09  Michael PaquierFix waits of REINDEX CONCURRENTLY for indexes with...
2024-09-09  Amit LangoteSQL/JSON: Avoid initializing unnecessary ON ERROR ...
2024-09-09  Richard GuoFix order of parameters in a cost_sort call
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.
next