aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* 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 PGDLLIMPORT marker from __pg_log_levelMichael Paquier2022-05-13
* 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
* Add missing 'extern' to function prototypes.Andres Freund2022-05-12
* Do pre-release housekeeping on catalog data.Tom Lane2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* libpq: drop pending pipelined commands in pqDropConnection().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
* Add some missing PGDLLIMPORT markingsMichael Paquier2022-05-12
* Use correct datum macros in more tuplesort specialization functions.John Naylor2022-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
* Add missing source files to nls.mkPeter Eisentraut2022-05-11
* Improve setup of environment values for commands in MSVC's vcregress.plMichael 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
* Remove some tabs in SQL code in C string literalsPeter Eisentraut2022-05-10
* Fix several issues with the TAP tests of pg_upgradeMichael Paquier2022-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
* Add missing source files to nls.mkPeter Eisentraut2022-05-09
* Fix control file update done in restartpoints still running after promotionMichael Paquier2022-05-09
* Fix race in 032_relfilenode_reuse.pl.Thomas Munro2022-05-08
* Fix old-fd issues using global barriers everywhere.Thomas Munro2022-05-07
* Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.Thomas Munro2022-05-07
* Fix misleading comments about background worker registration.Robert Haas2022-05-06
* Clear the OpenSSL error queue before cryptohash operationsDaniel Gustafsson2022-05-06
* Fix typo in origin.cMichael Paquier2022-05-06
* Update SQL featuresPeter Eisentraut2022-05-06
* Update time zone data files to tzdata release 2022a.Tom Lane2022-05-05
* Fix timing issue in deadlock recovery conflict test.Andres Freund2022-05-04
* Fix rowcount estimate for SubqueryScan that's under a Gather.Tom Lane2022-05-04
* Remove JsonPathSpec typedefPeter Eisentraut2022-05-04
* Add missing enum tag in enum used in nodesPeter Eisentraut2022-05-04
* Simplify configure testPeter Eisentraut2022-05-04
* Rename libpq test programs with libpq_ prefixDaniel Gustafsson2022-05-04
* Fix incorrect format placeholdersPeter Eisentraut2022-05-04
* Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund2022-05-02