summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-24Allow pg_class xid & multixid horizons to not be set.Andres Freund
2019-04-23Remove useless comment.Tom Lane
2019-04-23Prevent O(N^2) unique index insertion edge case.Peter Geoghegan
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane
2019-04-23Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier
2019-04-22Convert gist to compute page level xid horizon on primary.Andres Freund
2019-04-21Fix mvdistinct and dependencies size calculationsTomas Vondra
2019-04-19Fix slot type issue for fuzzy distance index scan over out-of-core table AM.Andres Freund
2019-04-19Fix two memory leaks around force-storing tuples in slots.Andres Freund
2019-04-15Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.Tom Lane
2019-04-13Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane
2019-04-13Consistently test for in-use shared memory.Noah Misch
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
2019-04-12Fix REINDEX CONCURRENTLY of partitionsPeter Eisentraut
2019-04-10Avoid counting transaction stats for parallel worker cooperatingAmit Kapila
2019-04-10Improve comment in sync.h.Thomas Munro
2019-04-09Avoid "could not reattach" by providing space for concurrent allocation.Noah Misch
2019-04-08tableam: comment and formatting fixes.Andres Freund
2019-04-08Add vacuum_truncate reloption.Fujii Masao
2019-04-08Fix a number of issues around modifying a previously updated row.Andres Freund
2019-04-07Report progress of REINDEX operationsPeter Eisentraut
2019-04-07Cast pg_stat_progress_cluster.cluster_index_relid to oidPeter Eisentraut
2019-04-06Add support TCP user timeout in libpq and the backend serverMichael Paquier
2019-04-05Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane
2019-04-05Add facility to copy replication slotsAlvaro Herrera
2019-04-05Revert "Consistently test for in-use shared memory."Noah Misch
2019-04-05Harden tableam against nonexistant / wrong kind of AMs.Andres Freund
2019-04-04tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.Andres Freund
2019-04-04Allow VACUUM to be run with index cleanup disabled.Robert Haas
2019-04-04Move the be_gssapi_get_* prototypesStephen Frost
2019-04-04Refactor the fsync queue for wider use.Thomas Munro
2019-04-04tableam: basic documentation.Andres Freund
2019-04-04Consistently test for in-use shared memory.Noah Misch
2019-04-03Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra
2019-04-03Log all statements from a sample of transactionsAlvaro Herrera
2019-04-03Reduce overhead of pg_mcv_list (de)serializationTomas Vondra
2019-04-03GSSAPI encryption supportStephen Frost
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-04-03Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-04-02Add support for partial TOAST decompressionStephen Frost
2019-04-02postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita
2019-04-02Refactor create_limit_path() to share cost adjustment code with FDWs.Etsuro Fujita
2019-04-02Add wal_recycle and wal_init_zero GUCs.Thomas Munro
2019-04-01tableam: Add table_finish_bulk_insert().Andres Freund
2019-04-01Unified logging system for command-line programsPeter Eisentraut
2019-04-01GIN support for @@ and @? jsonpath operatorsAlexander Korotkov
2019-04-01tableam: bitmap table scan.Andres Freund
2019-04-01tableam: sample scan.Andres Freund