index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
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
*
Remove repeated test in contrib/amcheck
Teodor Sigaev
2018-04-09
*
Skip permissions test under MINGW/Windows
Stephen Frost
2018-04-08
*
Fix additional breakage in covering-index patch.
Tom Lane
2018-04-08
*
Doc: clarify explanation of pg_dump usage.
Tom Lane
2018-04-08
*
Cosmetic cleanups in initial catalog data.
Tom Lane
2018-04-08
*
Reduce worst-case shell command line length during "make install".
Tom Lane
2018-04-08
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
*
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
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
*
Add missing "static" markers.
Tom Lane
2018-04-08
*
Attempt to stabilize partition_prune test output.
Andrew Gierth
2018-04-08
*
Support index INCLUDE in the AM properties interface.
Andrew Gierth
2018-04-08
*
Remove overzeleous assertions in pg_atomic_flag code.
Andres Freund
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
*
Make test of json(b)_to_tsvector language-independ
Teodor Sigaev
2018-04-07
*
Add json(b)_to_tsvector function
Teodor Sigaev
2018-04-07
*
Fix timing issue in new subscription truncate test
Peter Eisentraut
2018-04-07
*
Deactive flapping checksum isolation tests.
Andres Freund
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
*
Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5.
Andres Freund
2018-04-06
*
Attempt to fix endianess issues in new hash partition test.
Andres Freund
2018-04-06
*
Fix and improve pg_atomic_flag fallback implementation.
Andres Freund
2018-04-06
*
Doc: fix broken markup.
Tom Lane
2018-04-06
*
Fix possible failure in parallel index build.
Robert Haas
2018-04-06
*
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
*
Remove some unnecessary quote marks from catalog DATA lines.
Tom Lane
2018-04-06
*
Fix badly edited doc sentence
Alvaro Herrera
2018-04-06
*
Clean up intermetiate state in pg_basebackup tests
Magnus Hagander
2018-04-06
*
Fix typo
Magnus Hagander
2018-04-06
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
Support new default roles with adminpack
Stephen Frost
2018-04-06
*
Add default roles for file/program access
Stephen Frost
2018-04-06
*
Remove explicit superuser checks in favor of ACLs
Stephen Frost
2018-04-06
*
Add memory context identifier to portal context
Peter Eisentraut
2018-04-06
*
Rename MemoryContextCopySetIdentifier() for clarity
Peter Eisentraut
2018-04-06
*
Enforce child constraints during COPY TO a partitioned table.
Robert Haas
2018-04-06
[next]