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