index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Support named and default arguments in CALL
Peter Eisentraut
2018-04-14
*
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-13
*
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-11
*
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-10
*
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-09
*
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-08
*
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
2018-04-07
*
Predicate locking in hash indexes.
Teodor Sigaev
2018-04-07
*
Document partprune.c a little better
Alvaro Herrera
2018-04-07
[next]