summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12libpq: drop pending pipelined commands in pqDropConnection().Tom Lane
2022-05-12Mark a few 'bbsink' related functions / variables static.Andres Freund
2022-05-12Make pull_var_clause() handle GroupingFuncs exactly like Aggrefs.Tom Lane
2022-05-12Add some missing PGDLLIMPORT markingsMichael Paquier
2022-05-12Use correct datum macros in more tuplesort specialization functions.John Naylor
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-11Add logging for excessive ProcSignalBarrier waits.Thomas Munro
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-05-11Silence extra logging when using "postgres -C" on runtime-computed GUCsMichael Paquier
2022-05-11Add missing source files to nls.mkPeter Eisentraut
2022-05-11Improve setup of environment values for commands in MSVC's vcregress.plMichael Paquier
2022-05-10Fix some incorrect preprocessor tests in tuplesort specializationsDavid Rowley
2022-05-10Formatting and punctuation improvements in sample configuration filesPeter Eisentraut
2022-05-10Remove some tabs in SQL code in C string literalsPeter Eisentraut
2022-05-10Fix several issues with the TAP tests of pg_upgradeMichael Paquier
2022-05-09Fix core dump in transformValuesClause when there are no columns.Tom Lane
2022-05-09Revert "Disallow infinite endpoints in generate_series() for timestamps."Tom Lane
2022-05-09In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch
2022-05-09Make relation-enumerating operations be security-restricted operations.Noah Misch
2022-05-09Add missing source files to nls.mkPeter Eisentraut
2022-05-08Fix control file update done in restartpoints still running after promotionMichael Paquier
2022-05-08Fix race in 032_relfilenode_reuse.pl.Thomas Munro
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-05-07Rethink PROCSIGNAL_BARRIER_SMGRRELEASE.Thomas Munro
2022-05-06Fix misleading comments about background worker registration.Robert Haas
2022-05-06Clear the OpenSSL error queue before cryptohash operationsDaniel Gustafsson
2022-05-06Fix typo in origin.cMichael Paquier
2022-05-06Update SQL featuresPeter Eisentraut
2022-05-05Update time zone data files to tzdata release 2022a.Tom Lane
2022-05-04Fix timing issue in deadlock recovery conflict test.Andres Freund
2022-05-04Fix rowcount estimate for SubqueryScan that's under a Gather.Tom Lane
2022-05-04Remove JsonPathSpec typedefPeter Eisentraut
2022-05-04Add missing enum tag in enum used in nodesPeter Eisentraut
2022-05-04Simplify configure testPeter Eisentraut
2022-05-04Rename libpq test programs with libpq_ prefixDaniel Gustafsson
2022-05-04Fix incorrect format placeholdersPeter Eisentraut
2022-05-03Fix possibility of self-deadlock in ResolveRecoveryConflictWithBufferPin().Andres Freund
2022-05-03Add tests for recovery deadlock conflicts.Andres Freund
2022-05-02Fix typo in comment.Etsuro Fujita
2022-04-30pg_walinspect: fix case where flush LSN is in the middle of a record.Jeff Davis
2022-04-30Tighten enforcement of variable CONSTANT markings in plpgsql.Tom Lane
2022-04-29Claim SQL standard compliance for SQL/JSON featuresAndrew Dunstan
2022-04-28Fix JSON_OBJECTAGG uniquefying bugAndrew Dunstan
2022-04-28Disable asynchronous execution if using gating Result nodes.Etsuro Fujita
2022-04-28Revert recent changes with durable_rename_excl()Michael Paquier
2022-04-28Fix SQL syntax in comment in logical/worker.cJohn Naylor
2022-04-28Remove durable_rename_excl()Michael Paquier
2022-04-28Replace existing durable_rename_excl() calls with durable_rename()Michael Paquier