aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut2021-12-17
* Ensure casting to typmod -1 generates a RelabelType.Tom Lane2021-12-16
* Change ProcSendSignal() to take pgprocno.Thomas Munro2021-12-16
* Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane2021-12-15
* Improve parallel vacuum implementation.Amit Kapila2021-12-15
* Improve sift up/down code in binaryheap.c and logtape.c.Tom Lane2021-12-14
* Fix datatype confusion in logtape.c's right_offset().Tom Lane2021-12-14
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-14
* Remove unimplemented/undocumented geometric functions & operators.Tom Lane2021-12-13
* Implement poly_distance().Tom Lane2021-12-13
* Remove InitXLOGAccess().Robert Haas2021-12-13
* Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas2021-12-13
* Fix alignment in multirange_get_range() functionAlexander Korotkov2021-12-13
* Improve description of some WAL records with transaction commandsMichael Paquier2021-12-13
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-10
* Fix some typos with {a,an}Michael Paquier2021-12-09
* Fix double publish of child table's data.Amit Kapila2021-12-09
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-08
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-08
* Fix origin timestamp during decoding of ROLLBACK PREPARED operation.Amit Kapila2021-12-08
* Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila2021-12-08
* De-duplicate the result of pg_publication_tables view.Amit Kapila2021-12-08
* Improve parsing of options of CREATE/ALTER SUBSCRIPTIONMichael Paquier2021-12-08
* Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier2021-12-08
* On Windows, also call shutdown() while closing the client socket.Tom Lane2021-12-07
* Update snowballPeter Eisentraut2021-12-07
* Fix inappropriate uses of PG_GETARG_UINT32()Peter Eisentraut2021-12-06
* Some RELKIND macro refactoringPeter Eisentraut2021-12-03
* Improve the description of various GUCsMichael Paquier2021-12-03
* On Windows, close the client socket explicitly during backend shutdown.Tom Lane2021-12-02
* Avoid leaking memory during large-scale REASSIGN OWNED BY operations.Tom Lane2021-12-01
* Remove unused includesPeter Eisentraut2021-12-01
* Improve some comments in scanner filesPeter Eisentraut2021-12-01
* Warning on SET of nonexisting setting with a prefix reserved by an extensionPeter Eisentraut2021-12-01
* Remove mention of TimeLineID update from commentsDaniel Gustafsson2021-12-01
* Fix comment grammar in slotfuncs.cMichael Paquier2021-12-01
* vacuumlazy.c: fix remaining "dead tuple" references.Peter Geoghegan2021-11-30
* Ignore BRIN indexes when checking for HOT udpatesTomas Vondra2021-11-30
* Increase size of shared memory for pg_commit_tsAlvaro Herrera2021-11-30
* Remove PF_USED_FOR_ASSERTS_ONLY from variables in general useDaniel Gustafsson2021-11-30
* Fix flags of some GUCs and improve some descriptionsMichael Paquier2021-11-30
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-30
* Fix typosMichael Paquier2021-11-30
* vacuumlazy.c: Rename dead_tuples to dead_items.Peter Geoghegan2021-11-29
* Centralize timestamp computation of control file on updatesMichael Paquier2021-11-29
* Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.Tom Lane2021-11-28
* vacuumlazy.c: prefer the term "cleanup lock".Peter Geoghegan2021-11-27
* Update high level vacuumlazy.c comments.Peter Geoghegan2021-11-27
* Go back to considering HOT on pages marked full.Peter Geoghegan2021-11-26
* Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera2021-11-26