index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2020-10-15
doc: improve description of synchronous_commit modes
Bruce Momjian
2020-08-31
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-06
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2020-07-14
Fix comments related to table AMs
Michael Paquier
2020-05-01
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
Fix undercounting in VACUUM VERBOSE output.
Peter Geoghegan
2020-05-01
Fix bug in nbtree VACUUM "skip full scan" feature.
Peter Geoghegan
2020-04-24
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-02-08
Revert recent change of ScanOption values and renumber SO_TYPE_TIDSCAN.
Fujii Masao
2020-02-07
Fix bug in Tid scan.
Fujii Masao
2020-01-13
Fix typo.
Amit Kapila
2019-09-19
Improve handling of NULLs in KNN-GiST and KNN-SP-GiST
Alexander Korotkov
2019-09-12
Fix nbtree page split rmgr desc routine.
Peter Geoghegan
2019-09-08
Fix handling of NULL distances in KNN-GiST
Alexander Korotkov
2019-07-31
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-24
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-18
Fix nbtree metapage cache upgrade bug.
Peter Geoghegan
2019-07-17
tableam: comment improvements.
Andres Freund
2019-07-10
Fix few typos and minor word smithing in tableam comments.
Amit Kapila
2019-07-01
Fix many typos and inconsistencies
Michael Paquier
2019-06-30
Don't call data type input functions in GUC check hooks
Peter Eisentraut
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-10
tableam: Fix index_build_range_scan parameter name.
Robert Haas
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-06-04
Fix some typos and inconsistencies in tableam.h
Michael Paquier
2019-05-31
Fix incorrect parameter name in comment
David Rowley
2019-05-30
Remove unnecessary (and wrong) forward declaration.
Andres Freund
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-22
In transam.h, don't expose static inline functions to frontend code.
Tom Lane
2019-05-21
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-19
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-17
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-14
Detect internal GiST page splits correctly during index build.
Heikki Linnakangas
2019-05-13
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
Improve comment for att_isnull.
Robert Haas
2019-04-29
Fix several recently introduced issues around handling new relation forks.
Andres Freund
2019-04-23
Allow pg_class xid & multixid horizons to not be set.
Andres Freund
2019-04-23
Prevent O(N^2) unique index insertion edge case.
Peter Geoghegan
2019-04-22
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-08
tableam: comment and formatting fixes.
Andres Freund
2019-04-07
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-04
Harden tableam against nonexistant / wrong kind of AMs.
Andres Freund
2019-04-04
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
[next]