aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add GUC ignore_invalid_pages.Fujii Masao2020-01-22
* Fix the computation of max dead tuples during the vacuum.Amit Kapila2020-01-22
* Fix concurrent indexing operations with temporary tablesMichael Paquier2020-01-22
* Clarify behavior of adding and altering a column in same ALTER command.Tom Lane2020-01-21
* Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.Andres Freund2020-01-20
* Further tweaking of jsonb_set_lax().Tom Lane2020-01-20
* Fix crash in BRIN inclusion op functions, due to missing datum copy.Heikki Linnakangas2020-01-20
* Allow vacuum command to process indexes in parallel.Amit Kapila2020-01-20
* Silence minor compiler warnings.Tom Lane2020-01-19
* Remove separate files for the initial contents of pg_(sh)descriptionHeikki Linnakangas2020-01-19
* Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-01-18
* Avoid full scan of GIN indexes when possibleAlexander Korotkov2020-01-18
* Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane2020-01-17
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-17
* Allocate freechunks bitmap as part of SlabContextTomas Vondra2020-01-17
* Add a non-strict version of jsonb_setAndrew Dunstan2020-01-17
* Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier2020-01-17
* Rationalize code placement between wchar.c, encnames.c, and mbutils.c.Tom Lane2020-01-16
* Move wchar.c and encnames.c to src/common/.Tom Lane2020-01-16
* Fix problems with "read only query" checks, and refactor the code.Robert Haas2020-01-16
* Minor code beautification in regexp.c.Tom Lane2020-01-16
* Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane2020-01-15
* Report progress of ANALYZE commandsAlvaro Herrera2020-01-15
* Fix buggy logic in isTempNamespaceInUse()Michael Paquier2020-01-15
* Introduce IndexAM fields for parallel vacuum.Amit Kapila2020-01-15
* Fix compiler warning about format on WindowsPeter Eisentraut2020-01-14
* walreceiver uses a temporary replication slot by defaultPeter Eisentraut2020-01-14
* Expose PQbackendPID() through walreceiver APIPeter Eisentraut2020-01-14
* ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut2020-01-14
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-14
* Reduce size of backend scanner's tables.Tom Lane2020-01-13
* Fix base backup with database OIDs larger than INT32_MAXPeter Eisentraut2020-01-13
* Fix comment in heapam.cMichael Paquier2020-01-13
* Delete empty pages in each pass during GIST VACUUM.Amit Kapila2020-01-13
* Apply multiple multivariate MCV lists when possibleTomas Vondra2020-01-13
* Apply all available functional dependenciesTomas Vondra2020-01-13
* Fix edge-case crashes and misestimation in range containment selectivity.Tom Lane2020-01-12
* Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier2020-01-12
* Extensive code review for GSSAPI encryption mechanism.Tom Lane2020-01-11
* Make lsn argument of walrcv_create_slot() optionalPeter Eisentraut2020-01-11
* Remove STATUS_FOUNDPeter Eisentraut2020-01-11
* Maintain valid md.c state when FileClose() fails.Noah Misch2020-01-10
* Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera2020-01-10
* Reconsider the representation of join alias Vars.Tom Lane2020-01-09
* Add pg_shmem_allocations view.Robert Haas2020-01-09
* Add support for automatically updating Unicode derived filesPeter Eisentraut2020-01-09
* Reimplement nullification of walsender timestampAlvaro Herrera2020-01-08
* Improve the handling of result type coercions in SQL functions.Tom Lane2020-01-08
* Fix handling of generated columns in ALTER TABLE.Tom Lane2020-01-08
* Revert "Forbid DROP SCHEMA on temporary namespaces"Michael Paquier2020-01-08