aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Use RAND_poll() for seeding randomness after fork().Noah Misch2020-07-25
* Improve performance of binary COPY FROM through better buffering.Tom Lane2020-07-25
* Fix buffer usage stats for nodes above Gather Merge.Amit Kapila2020-07-25
* Replace TS_execute's TS_EXEC_CALC_NOT flag with TS_EXEC_SKIP_NOT.Tom Lane2020-07-24
* Fix assorted bugs by changing TS_execute's callback API to ternary logic.Tom Lane2020-07-24
* Rename configure.in to configure.acPeter Eisentraut2020-07-24
* Fix error message.Thomas Munro2020-07-23
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-23
* Support infinity and -infinity in the numeric data type.Tom Lane2020-07-22
* Fix conversion table generator scripts.Thomas Munro2020-07-22
* neqjoinsel must now pass through collation to eqjoinsel.Tom Lane2020-07-21
* Add nbtree Valgrind buffer lock checks.Peter Geoghegan2020-07-21
* Weaken type-OID-matching checks in array_recv and record_recv.Tom Lane2020-07-21
* Be more careful about marking catalog columns NOT NULL by default.Tom Lane2020-07-21
* Assert that we don't insert nulls into attnotnull catalog columns.Tom Lane2020-07-21
* Fix some corner cases for window ranges with infinite offsets.Tom Lane2020-07-20
* Assert that buffer is pinned in LockBuffer().Peter Geoghegan2020-07-20
* Correctly mark pg_subscription_rel.srsublsn as nullable.Tom Lane2020-07-20
* Fix construction of updated-columns bitmap in logical replication.Tom Lane2020-07-20
* Rename wal_keep_segments to wal_keep_size.Fujii Masao2020-07-20
* Immediately WAL-log subtransaction and top-level XID association.Amit Kapila2020-07-20
* Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao2020-07-20
* Fix minor typo in nodeIncrementalSort.c.Amit Kapila2020-07-20
* Avoid harmless Valgrind no-buffer-pin errors.Peter Geoghegan2020-07-19
* Mark buffers as defined to Valgrind consistently.Peter Geoghegan2020-07-19
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-18
* Adjust minor comment in reorderbuffer.c.Amit Kapila2020-07-18
* Fix comments in reorderbuffer.c.Amit Kapila2020-07-18
* Rename "hash_mem" local variable.Peter Geoghegan2020-07-17
* Add Valgrind buffer access instrumentation.Peter Geoghegan2020-07-17
* Avoid CREATE INDEX unique index deduplication.Peter Geoghegan2020-07-17
* Fix whitespacePeter Eisentraut2020-07-17
* Resolve gratuitous tabs in SQL filePeter Eisentraut2020-07-17
* Fix signal handler setup for SIGHUP in the apply launcher process.Amit Kapila2020-07-17
* Use MinimalTuple for tuple queues.Thomas Munro2020-07-17
* Add huge_page_size setting for use on Linux.Thomas Munro2020-07-17
* Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier2020-07-15
* Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.Tom Lane2020-07-14
* Fix -Wcast-function-type warningsPeter Eisentraut2020-07-14
* Add comment to explain an unused function parameterDavid Rowley2020-07-14
* Fix timing issue with ALTER TABLE's validate constraintDavid Rowley2020-07-14
* Fix comments related to table AMsMichael Paquier2020-07-14
* Cope with lateral references in the quals of a subquery RTE.Tom Lane2020-07-13
* Fix uninitialized value in segno calculationAlvaro Herrera2020-07-13
* HashAgg: before spilling tuples, set unneeded columns to NULL.Jeff Davis2020-07-12
* Revert "Use CP_SMALL_TLIST for hash aggregate"Jeff Davis2020-07-12
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13
* Include replication origins in SQL functions for commit timestampMichael Paquier2020-07-12
* Avoid useless buffer allocations during binary COPY FROM.Tom Lane2020-07-11
* Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier2020-07-11