index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2019-06-06
Fix confusion on different kinds of slots in IndexOnlyScans.
Heikki Linnakangas
2019-06-04
Add command column to pg_stat_progress_create_index
Peter Eisentraut
2019-06-04
Fix some typos and inconsistencies in tableam.h
Michael Paquier
2019-06-03
Update SQL conformance information about JSON path
Peter Eisentraut
2019-06-03
Fix typos in various places
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-26
Fix typos.
Amit Kapila
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-22
Initial pgperltidy run for v12.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-22
Fix O(N^2) performance issue in pg_publication_tables view.
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-20
Stamp 12beta1.
Tom Lane
2019-05-19
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-18
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-18
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-15
Remove no-longer-used typedef.
Tom Lane
2019-05-14
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-13
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
Improve comment for att_isnull.
Robert Haas
2019-05-12
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
2019-05-10
Fix and improve description of locktag types in lock.h
Michael Paquier
2019-05-09
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-07
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-07
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-03
Remove RelationSetIndexList().
Tom Lane
2019-05-01
Fix union for pgstat message types
Magnus Hagander
2019-04-30
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-28
Do pre-release housekeeping on catalog data, and fix jsonpath send/recv.
Tom Lane
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-24
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-22
Convert gist to compute page level xid horizon on primary.
Andres Freund
2019-04-21
Fix mvdistinct and dependencies size calculations
Tomas Vondra
2019-04-19
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-15
Use [FLEXIBLE_ARRAY_MEMBER] not [1] in MultiSortSupportData.
Tom Lane
[next]