aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Update snowballPeter Eisentraut2021-02-19
* Add nbtree README section on page recycling.Peter Geoghegan2021-02-18
* Fix another ancient bug in parsing of BRE-mode regular expressions.Tom Lane2021-02-18
* Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao2021-02-18
* Allow specifying CRL directoryPeter Eisentraut2021-02-18
* nbtree README: move VACUUM linear scan section.Peter Geoghegan2021-02-17
* Fix tuple routing to initialize batching only for insertsTomas Vondra2021-02-18
* Make some minor improvements in the regex code.Tom Lane2021-02-17
* Routine usage information schema tablesPeter Eisentraut2021-02-17
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Convert tsginidx.c's GIN indexing logic to fully ternary operation.Tom Lane2021-02-16
* Remove the unnecessary PrepareWrite in pgoutput.Amit Kapila2021-02-16
* Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.Andres Freund2021-02-15
* Remove backwards compat ugliness in snapbuild.c.Andres Freund2021-02-15
* Simplify loop logic in nodeIncrementalSort.c.Tom Lane2021-02-15
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-15
* Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao2021-02-15
* Adjust lazy_scan_heap() accounting comments.Peter Geoghegan2021-02-14
* Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro2021-02-15
* Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila2021-02-15
* Hold interrupts while running dsm_detach() callbacks.Thomas Munro2021-02-15
* Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier2021-02-15
* Minor fixes to improve regex debugging code.Tom Lane2021-02-14
* ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro2021-02-15
* README/C-comment: document GiST's NSN valueBruce Momjian2021-02-13
* Avoid divide-by-zero in regex_selectivity() with long fixed prefix.Tom Lane2021-02-12
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Remove obsolete IndexBulkDeleteResult stats field.Peter Geoghegan2021-02-11
* Simplify jsonfuncs.c code by using strtoint() not strtol().Tom Lane2021-02-11
* Remove no-longer-used RTE argument of markVarForSelectPriv().Tom Lane2021-02-11
* Fix lack of message pluralizationPeter Eisentraut2021-02-10
* Simplify code related to compilation of SSL and OpenSSLMichael Paquier2021-02-10
* Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier2021-02-10
* Make pg_replication_origin_drop safe against concurrent drops.Amit Kapila2021-02-10
* Fix obsolete FSM remarks in nbtree README.Peter Geoghegan2021-02-09
* Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao2021-02-09
* Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao2021-02-09
* Add option PROCESS_TOAST to VACUUMMichael Paquier2021-02-09
* Fix mishandling of column-level SELECT privileges for join aliases.Tom Lane2021-02-08
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Rename removable xid function for consistency.Peter Geoghegan2021-02-07
* Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane2021-02-07
* Propagate CTE property flags when copying a CTE list into a rule.Tom Lane2021-02-06
* Disallow converting an inheritance child table to a view.Tom Lane2021-02-06
* Clarify some comments around SharedRecoveryState in xlog.cMichael Paquier2021-02-06
* Fix backslash-escaping multibyte chars in COPY FROM.Heikki Linnakangas2021-02-05
* Fix bug in HashAgg's selective-column-spilling logic.Tom Lane2021-02-04
* Fix YA incremental sort bug.Tom Lane2021-02-04
* Harden nbtree page deletion.Peter Geoghegan2021-02-04
* Fix small error in COPY FROM progress reporting.Heikki Linnakangas2021-02-04