aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Revert changes to CONCURRENTLY that "sped up" Xmin advanceAlvaro Herrera2022-05-31
* Ensure ParseTzFile() closes the input file after failing.Tom Lane2022-05-31
* shm_mq_sendv: Fix flushing bug when receiver not yet attached.Robert Haas2022-05-31
* Fix typo in hash README.Amit Kapila2022-05-31
* Add debugging help in OwnLatch().Thomas Munro2022-05-31
* Make STRING an unreserved_keyword.Tom Lane2022-05-30
* Fix COPY FROM when database encoding is SQL_ASCII.Heikki Linnakangas2022-05-29
* Align stats_fetch_consistency definition with guc.c default.Andres Freund2022-05-28
* Revert "Add single-item cache when looking at topmost XID of a subtrans XID"Michael Paquier2022-05-28
* Handle NULL for short descriptions of custom GUC variablesMichael Paquier2022-05-28
* Teach remove_unused_subquery_outputs about window run conditionsDavid Rowley2022-05-27
* Remove misguided SSL key file ownership check in libpq.Tom Lane2022-05-26
* Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions.Tom Lane2022-05-26
* Fix stats_fetch_consistency default value indicated in postgresql.conf.sample.Andres Freund2022-05-24
* Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier2022-05-24
* Remove debug messages from tuplesort_sort_memtuples()John Naylor2022-05-23
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21
* Avoid overflow hazard when clamping group counts to "long int".Tom Lane2022-05-21
* Fix DDL deparse of CREATE OPERATOR CLASSAlvaro Herrera2022-05-20
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Extend pg_publication_tables to display column list and row filter.Amit Kapila2022-05-19
* Fix EXPLAIN MERGE output when no tuples are processedAlvaro Herrera2022-05-18
* Check column list length in XMLTABLE/JSON_TABLE aliasAlvaro Herrera2022-05-18
* Make EXPLAIN MERGE output format more compactAlvaro Herrera2022-05-18
* Fix typo in walreceiver.cMichael Paquier2022-05-18
* Translation updatesPeter Eisentraut2022-05-16
* Fix incorrect row estimates used for Memoize costingDavid Rowley2022-05-16
* Fix comment in pg_proc.cMichael Paquier2022-05-14
* Clean up newlines following left parenthesesAlvaro Herrera2022-05-13
* Rename JsonIsPredicate.value_type, fix JSON backend/nodes/ infrastructure.Tom Lane2022-05-13
* Add a new shmem_request_hook hook.Robert Haas2022-05-13
* Indent C code in flex and bison filesPeter Eisentraut2022-05-13
* Don't report stats in LogicalRepApplyLoop() when in xact.Andres Freund2022-05-12
* Remove function declaration for function in pg_proc.Andres Freund2022-05-12
* Add missing binary_upgrade.h includes.Andres Freund2022-05-12
* Add 'static' to file-local variables missing it.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Mark a few 'bbsink' related functions / variables static.Andres Freund2022-05-12
* Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane2022-05-12
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-11
* Fix typos and grammar in code and test commentsMichael Paquier2022-05-11
* Add logging for excessive ProcSignalBarrier waits.Thomas Munro2022-05-11
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Silence extra logging when using "postgres -C" on runtime-computed GUCsMichael Paquier2022-05-11
* Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley2022-05-11
* Formatting and punctuation improvements in sample configuration filesPeter Eisentraut2022-05-10
* Fix core dump in transformValuesClause when there are no columns.Tom Lane2022-05-09
* Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane2022-05-09
* In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch2022-05-09
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09