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
/
include
Age
Commit message (
Expand
)
Author
2018-11-19
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-17
Avoid defining SIGTTIN/SIGTTOU on Windows.
Tom Lane
2018-11-17
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
Inline hot path of slot_getsomeattrs().
Andres Freund
2018-11-16
Redesign initialization of partition routing structures
Alvaro Herrera
2018-11-16
Add dummy field to currently empty struct TupleTableSlotOps.
Andres Freund
2018-11-16
Don't generate tuple deforming functions for virtual slots.
Andres Freund
2018-11-16
Compute information about EEOP_*_FETCHSOME at expression init time.
Andres Freund
2018-11-16
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
Rejigger materializing and fetching a HeapTuple from a slot.
Andres Freund
2018-11-15
A small tweak to some comments for PartitionKeyData
Peter Eisentraut
2018-11-15
Correct code comments for PartitionedRelPruneInfo struct
Peter Eisentraut
2018-11-15
Make reformat-dat-files, reformat-dat-files VPATH safe.
Andres Freund
2018-11-15
Use 64 bit type for BufFileSize().
Thomas Munro
2018-11-14
Add a timezone-specific variant of date_trunc().
Tom Lane
2018-11-14
Lower lock level for renaming indexes
Peter Eisentraut
2018-11-14
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-10
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-10
Don't require return slots for nodes without projection.
Andres Freund
2018-11-09
Fix incorrect routine name in xlog_heapam.h
Michael Paquier
2018-11-08
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-07
Fix inadequate autoconfiscation of copyfile() usage.
Tom Lane
2018-11-07
Move EEOP_*_SYSVAR evaluation out of line.
Andres Freund
2018-11-07
pg_upgrade: Allow use of file cloning
Peter Eisentraut
2018-11-07
Postpone calculating total_table_pages until after pruning/exclusion.
Tom Lane
2018-11-06
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-11-06
Provide pg_pread() and pg_pwrite() for random I/O.
Thomas Munro
2018-11-06
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-11-06
Reorganize format options of psql in alphabetical order
Michael Paquier
2018-11-06
Switch pg_promote to be parallel-safe
Michael Paquier
2018-11-06
Remove dsm_resize() and dsm_remap().
Thomas Munro
2018-11-05
Remove unreferenced pg_opfamily entry.
Tom Lane
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-11-01
Remove obsolete pg_constraint.consrc column
Peter Eisentraut
2018-11-01
Remove obsolete pg_attrdef.adsrc column
Peter Eisentraut
2018-10-30
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-30
Add pg_partition_tree to display information about partitions
Michael Paquier
2018-10-25
Add pg_promote function
Michael Paquier
2018-10-25
Improve unconstify() documentation
Peter Eisentraut
2018-10-24
List wait events in alphabetical order
Michael Paquier
2018-10-23
Remove get_attidentity()
Peter Eisentraut
2018-10-23
Remove get_atttypmod()
Peter Eisentraut
2018-10-23
Sprinkle some const decorations
Peter Eisentraut
2018-10-22
Clarify descriptions of relhassubclass and relispartition in pg_class
Michael Paquier
2018-10-19
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-17
Improve some comments related to executor result relations.
Tom Lane
2018-10-16
Reorder FmgrBuiltin members, saving 25% in size.
Andres Freund
2018-10-16
Add macro to cast away const without allowing changes to underlying type.
Andres Freund
2018-10-16
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
[next]