aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Fix and improve SnapshotType comments.Andres Freund2019-05-19
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-19
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-17
* tableam: Don't assume that every AM uses md.c style storage.Andres Freund2019-05-17
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Remove no-longer-used typedef.Tom Lane2019-05-15
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Update SQL features/conformance information to SQL:2016Peter Eisentraut2019-05-14
* Detect internal GiST page splits correctly during index build.Heikki Linnakangas2019-05-14
* Fix duplicated words in commentsMichael Paquier2019-05-14
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Improve comment for att_isnull.Robert Haas2019-05-13
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-11
* Fix and improve description of locktag types in lock.hMichael Paquier2019-05-10
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-08
* Add missing periods to comments.Etsuro Fujita2019-05-08
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-08
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-07
* Remove RelationSetIndexList().Tom Lane2019-05-03
* Fix union for pgstat message typesMagnus Hagander2019-05-01
* Fix several recently introduced issues around handling new relation forks.Andres Freund2019-04-29
* In walreceiver, don't try to do ereport() in a signal handler.Tom Lane2019-04-29
* Do pre-release housekeeping on catalog data, and fix jsonpath send/recv.Tom Lane2019-04-28
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25
* Allow pg_class xid & multixid horizons to not be set.Andres Freund2019-04-23
* Remove useless comment.Tom Lane2019-04-23
* Prevent O(N^2) unique index insertion edge case.Peter Geoghegan2019-04-23
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-23
* Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier2019-04-23
* Convert gist to compute page level xid horizon on primary.Andres Freund2019-04-22
* Fix mvdistinct and dependencies size calculationsTomas Vondra2019-04-21
* Fix slot type issue for fuzzy distance index scan over out-of-core table AM.Andres Freund2019-04-19
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-19
* Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.Tom Lane2019-04-15
* Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane2019-04-13
* Consistently test for in-use shared memory.Noah Misch2019-04-12
* Show shared object statistics in pg_stat_databaseMagnus Hagander2019-04-12
* Fix REINDEX CONCURRENTLY of partitionsPeter Eisentraut2019-04-12
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-10
* Improve comment in sync.h.Thomas Munro2019-04-10
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-08
* tableam: comment and formatting fixes.Andres Freund2019-04-08
* Add vacuum_truncate reloption.Fujii Masao2019-04-08
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-07
* Report progress of REINDEX operationsPeter Eisentraut2019-04-07
* Cast pg_stat_progress_cluster.cluster_index_relid to oidPeter Eisentraut2019-04-07
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Add facility to copy replication slotsAlvaro Herrera2019-04-05
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-05