index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
cache
Age
Commit message (
Expand
)
Author
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-19
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-16
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-14
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-06
Disable recheck_on_update optimization to avoid crashes.
Tom Lane
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-10-23
Remove get_attidentity()
Peter Eisentraut
2018-10-23
Remove get_atttypmod()
Peter Eisentraut
2018-10-12
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-02
Change rewriter/planner/executor/plancache to depend on RTE rellockmode.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-27
Fix assorted bugs in pg_get_partition_constraintdef().
Tom Lane
2018-09-18
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-07
Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY.
Tom Lane
2018-09-05
Simplify partitioned table creation vs. relcache
Alvaro Herrera
2018-09-04
Fully enforce uniqueness of constraint names.
Tom Lane
2018-08-10
Handle parallel index builds on mapped relations.
Peter Geoghegan
2018-07-23
Add proper errcodes to new error messages for read() failures
Michael Paquier
2018-07-17
Rework error messages around file handling
Michael Paquier
2018-07-16
Add plan_cache_mode setting
Peter Eisentraut
2018-07-11
Fix more wrong paths in header comments
Alexander Korotkov
2018-06-27
Cosmetic improvements for faster column addition.
Amit Kapila
2018-06-13
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-12
Fix bugs in vacuum of shared rels, by keeping their relcache entries current.
Andres Freund
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-19
Plural of modulus is moduli
Alvaro Herrera
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-12
Use the right memory context for partkey's FmgrInfo
Alvaro Herrera
2018-04-12
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-06
Rename MemoryContextCopySetIdentifier() for clarity
Peter Eisentraut
2018-03-29
C comments: "a" <--> "an" corrections
Bruce Momjian
2018-03-29
Fix typo in comment
Magnus Hagander
2018-03-28
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-11
Fix improper uses of canonicalize_qual().
Tom Lane
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-01
Remove out-of-date comment about formrdesc().
Tom Lane
2018-02-13
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-12
get_relid_attribute_name is dead, long live get_attname
Alvaro Herrera
2018-02-05
Fix RelationBuildPartitionKey's processing of partition key expressions.
Tom Lane
2018-01-29
Save a few bytes by removing useless last argument to SearchCatCacheList.
Tom Lane
2018-01-19
Local partitioned indexes
Alvaro Herrera
2018-01-11
Fix Latin spelling
Peter Eisentraut
2018-01-03
Fix typo
Alvaro Herrera
[next]