summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicated words in commentsMichael Paquier2019-05-144-5/+5
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-134-14/+19
* Improve comment for att_isnull.Robert Haas2019-05-131-1/+3
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-111-28/+53
* Fix and improve description of locktag types in lock.hMichael Paquier2019-05-101-14/+18
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-081-2/+3
* Add missing periods to comments.Etsuro Fujita2019-05-081-2/+2
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-081-0/+2
* Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila2019-05-071-7/+2
* Remove RelationSetIndexList().Tom Lane2019-05-032-5/+2
* Fix union for pgstat message typesMagnus Hagander2019-05-011-1/+3
* Fix several recently introduced issues around handling new relation forks.Andres Freund2019-04-293-9/+20
* In walreceiver, don't try to do ereport() in a signal handler.Tom Lane2019-04-291-0/+1
* Do pre-release housekeeping on catalog data, and fix jsonpath send/recv.Tom Lane2019-04-283-33/+32
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-253-2/+6
* Allow pg_class xid & multixid horizons to not be set.Andres Freund2019-04-231-15/+20
* Remove useless comment.Tom Lane2019-04-231-4/+0
* Prevent O(N^2) unique index insertion edge case.Peter Geoghegan2019-04-231-0/+10
* Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane2019-04-232-1/+2
* Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier2019-04-232-0/+3
* Convert gist to compute page level xid horizon on primary.Andres Freund2019-04-223-4/+3
* Fix mvdistinct and dependencies size calculationsTomas Vondra2019-04-211-18/+1
* Fix slot type issue for fuzzy distance index scan over out-of-core table AM.Andres Freund2019-04-191-1/+0
* Fix two memory leaks around force-storing tuples in slots.Andres Freund2019-04-191-1/+3
* Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.Tom Lane2019-04-151-2/+3
* Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane2019-04-131-2/+4
* Consistently test for in-use shared memory.Noah Misch2019-04-122-4/+4
* Show shared object statistics in pg_stat_databaseMagnus Hagander2019-04-122-0/+7
* Fix REINDEX CONCURRENTLY of partitionsPeter Eisentraut2019-04-121-0/+3
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-101-1/+1
* Improve comment in sync.h.Thomas Munro2019-04-101-2/+2
* Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch2019-04-081-0/+1
* tableam: comment and formatting fixes.Andres Freund2019-04-081-60/+59
* Add vacuum_truncate reloption.Fujii Masao2019-04-081-0/+1
* Fix a number of issues around modifying a previously updated row.Andres Freund2019-04-071-3/+3
* Report progress of REINDEX operationsPeter Eisentraut2019-04-072-1/+4
* Cast pg_stat_progress_cluster.cluster_index_relid to oidPeter Eisentraut2019-04-071-1/+1
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-062-1/+6
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-054-3/+11
* Add facility to copy replication slotsAlvaro Herrera2019-04-053-1/+37
* Revert "Consistently test for in-use shared memory."Noah Misch2019-04-052-4/+4
* Harden tableam against nonexistant / wrong kind of AMs.Andres Freund2019-04-042-1/+1
* tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund2019-04-043-2/+34
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-042-0/+16
* Move the be_gssapi_get_* prototypesStephen Frost2019-04-041-7/+7
* Refactor the fsync queue for wider use.Thomas Munro2019-04-045-41/+130
* tableam: basic documentation.Andres Freund2019-04-031-0/+3
* Consistently test for in-use shared memory.Noah Misch2019-04-032-4/+4
* Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra2019-04-043-0/+4
* Log all statements from a sample of transactionsAlvaro Herrera2019-04-032-0/+4