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-11-23
Clamp semijoin selectivity to be not more than inner-join selectivity.
Tom Lane
2018-11-23
Silence compiler warnings
Alvaro Herrera
2018-11-23
Don't allow partitioned indexes in pg_global tablespace
Alvaro Herrera
2018-11-23
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-22
Fix another crash in json{b}_populate_recordset and json{b}_to_recordset.
Tom Lane
2018-11-22
Fix typo in description of ExecFindPartition
Michael Paquier
2018-11-21
Fix typo in commit 6f7d02aa60b7
Alvaro Herrera
2018-11-21
Fix PartitionDispatchData vertical whitespace
Alvaro Herrera
2018-11-21
instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY
Alvaro Herrera
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
Make detection of SSL_CTX_set_min_proto_version more portable
Peter Eisentraut
2018-11-20
Add settings to control SSL/TLS protocol version
Peter Eisentraut
2018-11-20
Make WAL description output more consistent
Peter Eisentraut
2018-11-20
Refine some guc.c help texts
Peter Eisentraut
2018-11-19
Add needed #include.
Tom Lane
2018-11-19
Handle EPIPE more sanely when we close a pipe reading from a program.
Tom Lane
2018-11-19
Reduce unnecessary list construction in RelationBuildPartitionDesc.
Robert Haas
2018-11-19
Disallow COPY FREEZE on partitioned tables
Alvaro Herrera
2018-11-19
PANIC on fsync() failure.
Thomas Munro
2018-11-19
Don't forget about failed fsync() requests.
Thomas Munro
2018-11-19
Remove unnecessary memcpy when reading WAL record fitting on page
Michael Paquier
2018-11-17
Avoid defining SIGTTIN/SIGTTOU on Windows.
Tom Lane
2018-11-17
Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.
Tom Lane
2018-11-17
Fix some spurious new compiler warnings in MSVC.
Andres Freund
2018-11-17
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
Avoid re-typedef'ing PartitionTupleRouting
Alvaro Herrera
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
Fix slot type assumptions for nodeGather[Merge].
Andres Freund
2018-11-16
Don't generate tuple deforming functions for virtual slots.
Andres Freund
2018-11-16
Verify that expected slot types match returned slot types.
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
Update executor documentation for run-time partition pruning
Peter Eisentraut
2018-11-15
Rationalize expression context reset in ExecModifyTable().
Andres Freund
2018-11-15
Improve performance of partition pruning remapping a little.
Tom Lane
2018-11-15
geo_ops.c: Clarify comments and function arguments
Alvaro Herrera
2018-11-15
Further adjustment to random() seed initialization.
Thomas Munro
2018-11-15
Increase the number of possible random seeds per time period.
Thomas Munro
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
Initialize TransactionState and user ID consistently at transaction start
Michael Paquier
2018-11-14
Add flag values in WAL description to all heap records
Michael Paquier
2018-11-14
Refactor code creating PartitionBoundInfo
Michael Paquier
2018-11-13
Fix realfailN lexer rules to not make assumptions about input format.
Tom Lane
2018-11-13
Align ECPG lexer more closely with the core and psql lexers.
Tom Lane
2018-11-13
Fix const correctness warning.
Thomas Munro
2018-11-13
Fix the initialization of atomic variables introduced by the
Amit Kapila
[next]