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
Age
Commit message (
Expand
)
Author
2018-04-14
Fix enforcement of SELECT FOR UPDATE permissions with nested views.
Tom Lane
2018-04-14
Improve code comments
Peter Eisentraut
2018-04-14
Support named and default arguments in CALL
Peter Eisentraut
2018-04-13
Prevent segfault in expand_tuple with no missing values
Andrew Dunstan
2018-04-13
Improve regression test coverage for src/backend/tsearch/spell.c.
Tom Lane
2018-04-12
Fix bogus affix-merging code.
Tom Lane
2018-04-12
Revert lowering of lock level for ATTACH PARTITION
Alvaro Herrera
2018-04-12
Add comment about default partition in check_new_partition_bound
Alvaro Herrera
2018-04-12
Use the right memory context for partkey's FmgrInfo
Alvaro Herrera
2018-04-12
Fix interference between covering indexes and partitioned tables
Teodor Sigaev
2018-04-12
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-12
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-12
Set relispartition correctly for index partitions
Alvaro Herrera
2018-04-11
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-11
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-04-11
Allocate enough shared string memory for stats of auxiliary processes.
Heikki Linnakangas
2018-04-11
Make local copy of client hostnames in backend status array.
Heikki Linnakangas
2018-04-11
Fix ALTER TABLE .. ATTACH PARTITION ... DEFAULT
Alvaro Herrera
2018-04-11
Temporary revert 5c6110c6a960ad6fe1b0d0fec6ae36ef4eb913f5
Teodor Sigaev
2018-04-11
Fix interference between cavering indexes and partitioned tables
Teodor Sigaev
2018-04-10
minor comment fixes in nbtinsert.c
Andrew Dunstan
2018-04-10
Fix incorrect close() call in dsm_impl_mmap().
Tom Lane
2018-04-10
Adjustments to the btree fastpath optimization.
Andrew Dunstan
2018-04-10
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-10
Fix comment on B-tree insertion fastpath condition.
Heikki Linnakangas
2018-04-09
Fix partial-build problems introduced by having more generated headers.
Tom Lane
2018-04-09
Fix incorrect logic for choosing the next Parallel Append subplan
Alvaro Herrera
2018-04-09
Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.
Tom Lane
2018-04-09
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
Minor comment updates
Alvaro Herrera
2018-04-09
Add missed bms_copy() in perform_pruning_combine_step
Alvaro Herrera
2018-04-09
Fix typo in comment.
Heikki Linnakangas
2018-04-08
Fix additional breakage in covering-index patch.
Tom Lane
2018-04-08
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
Replace our traditional initial-catalog-data format with a better design.
Tom Lane
2018-04-08
match_clause_to_index should check only key columns
Teodor Sigaev
2018-04-08
Remove unused variable in non-assert-enabled build
Teodor Sigaev
2018-04-08
Support index INCLUDE in the AM properties interface.
Andrew Gierth
2018-04-07
Fix EXEC BACKEND + Windows builds for group privs
Stephen Frost
2018-04-07
Allow group access on PGDATA
Stephen Frost
2018-04-07
Refactor dir/file permissions
Stephen Frost
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
Add bms_prev_member function
Alvaro Herrera
2018-04-07
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
Add json(b)_to_tsvector function
Teodor Sigaev
2018-04-07
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
[next]