index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Cosmetic improvement: use BKI_DEFAULT and BKI_LOOKUP in pg_language.
Tom Lane
2018-04-29
*
In AtEOXact_Files, complain if any files remain unclosed at commit.
Tom Lane
2018-04-28
*
Tweak reformat_dat_file.pl to make it more easily hand-invokable.
Tom Lane
2018-04-28
*
Clarify handling of special-case values in bootstrap catalog data.
Tom Lane
2018-04-28
*
Assorted minor doc/comment fixes.
Tom Lane
2018-04-28
*
C comment: add description of root_tuple_slot
Bruce Momjian
2018-04-26
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Preliminary work for pgindent run.
Tom Lane
2018-04-26
*
Fix duplicate_oids and unused_oids so user needn't cd to catalog dir.
Tom Lane
2018-04-26
*
Convert unused_oids and duplicate_oids to use Catalog.pm infrastructure.
Tom Lane
2018-04-25
*
Make Catalog.pm's representation of toast and index decls more abstract.
Tom Lane
2018-04-25
*
Reindent Perl files with perltidy version 20170521.
Tom Lane
2018-04-25
*
Initialize ExprStates once in run-time partition pruning
Alvaro Herrera
2018-04-24
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-23
*
Make PGJIT_* macros safer.
Heikki Linnakangas
2018-04-23
*
Add comment explaining BGWORKER_BYPASS_ALLOWCONN
Magnus Hagander
2018-04-23
*
Tweak a couple of planner APIs to save recalculating join relids.
Tom Lane
2018-04-20
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Improve consistency of comments in system catalog headers.
Tom Lane
2018-04-19
*
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
*
Fix datatype for number of heap tuples during last cleanup
Teodor Sigaev
2018-04-19
*
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-19
*
Rationalize handling of single and double quotes in bootstrap data.
Tom Lane
2018-04-17
*
Rationalize handling of array type names in bootstrap data.
Tom Lane
2018-04-17
*
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-17
*
Update Append's idea of first_partial_plan
Alvaro Herrera
2018-04-17
*
List src/include/partitioning in src/include/Makefile
Alvaro Herrera
2018-04-14
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Add commentary explaining why MaxIndexTuplesPerPage calculation is safe.
Tom Lane
2018-04-14
*
Support named and default arguments in CALL
Peter Eisentraut
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-12
*
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-10
*
Fix incorrect logic for choosing the next Parallel Append subplan
Alvaro Herrera
2018-04-09
*
Make reformat_dat_file.pl preserve all blank lines.
Tom Lane
2018-04-09
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
catversion bump for online-checksums revert
Magnus Hagander
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
*
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
*
Replace our traditional initial-catalog-data format with a better design.
Tom Lane
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
*
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
[next]