aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Read until EOF vice stat-reported size in read_binary_fileJoe Conway2020-07-04
* Clamp total-tuples estimates for foreign tables to ensure planner sanity.Tom Lane2020-07-03
* Fix temporary tablespaces for shared filesets some more.Tom Lane2020-07-03
* Fix temporary tablespaces for shared filesetsMagnus Hagander2020-07-03
* Initialize work_mem using current guc.c default.Peter Geoghegan2020-07-02
* nbtree: Rename _bt_search() variables.Peter Geoghegan2020-07-02
* Move description of libpqwalreceiver hooks out of the replication's READMEMichael Paquier2020-07-02
* Refactor ObjectAddress field assignments in more placesMichael Paquier2020-07-01
* Improve vacuum error context handling.Amit Kapila2020-07-01
* Refactor creation of normal dependency records when creating extensionMichael Paquier2020-07-01
* Further adjustments to Hashagg EXPLAIN ANALYZE outputDavid Rowley2020-07-01
* Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.Fujii Masao2020-06-30
* Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane2020-06-29
* nbtree: Correct inaccurate split location comment.Peter Geoghegan2020-06-29
* Avoid using %c printf format for potentially non-ASCII characters.Tom Lane2020-06-29
* Add current substring regular expression syntaxPeter Eisentraut2020-06-29
* Clean up grammar a bitPeter Eisentraut2020-06-29
* Refactor ObjectAddress field assignments for type dependenciesMichael Paquier2020-06-29
* Fix list of SSL error codes for older OpenSSL versions.Tom Lane2020-06-27
* Add hints about protocol-version-related SSL connection failures.Tom Lane2020-06-27
* Remove duplicate check added by commit b2a5545bd6.Amit Kapila2020-06-27
* Persist slot invalidation correctlyAlvaro Herrera2020-06-26
* Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan2020-06-25
* Remove erroneous assertion from pg_copy_logical_replication_slot().Fujii Masao2020-06-25
* Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera2020-06-24
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Add parens to ConvertToXSegs macroAlvaro Herrera2020-06-24
* Fix comment in heap.cMichael Paquier2020-06-24
* Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane2020-06-22
* Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov2020-06-20
* Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch2020-06-20
* Removal unused function parameter in CopyReadBinaryAttribute.Amit Kapila2020-06-20
* Fix deduplication "single value" strategy bug.Peter Geoghegan2020-06-19
* Fix issues in invalidation of obsolete replication slots.Fujii Masao2020-06-19
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Clean up includes of s_lock.h.Andres Freund2020-06-18
* Fix deadlock danger when atomic ops are done under spinlock.Andres Freund2020-06-18
* Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier2020-06-18
* Disallow factorial of negative numbersPeter Eisentraut2020-06-18
* spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.Andres Freund2020-06-17
* Avoid potential spinlock in a signal handler as part of global barriers.Andres Freund2020-06-17
* Improve server code to read files as part of a base backup.Robert Haas2020-06-17
* Minor code cleanup for perform_base_backup().Robert Haas2020-06-17
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-17
* Remove STATUS_WAITINGPeter Eisentraut2020-06-17
* In dpow(), remove redundant check for whether y is an integer.Tom Lane2020-06-16
* Remove useless variable.Thomas Munro2020-06-16
* Make BufFileWrite() void.Thomas Munro2020-06-16
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Fix power() for large inputs yet more.Tom Lane2020-06-15