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
*
Remove get_attidentity()
Peter Eisentraut
2018-10-23
*
Remove get_atttypmod()
Peter Eisentraut
2018-10-23
*
Drop const cast from dlsym() calls
Peter Eisentraut
2018-10-23
*
Sprinkle some const decorations
Peter Eisentraut
2018-10-23
*
Set pg_class.relhassubclass for partitioned indexes
Michael Paquier
2018-10-22
*
Server-side fix for delayed NOTIFY and SIGTERM processing.
Tom Lane
2018-10-19
*
Add missing quote_identifier calls for CREATE TRIGGER ... REFERENCING.
Tom Lane
2018-10-19
*
Refactor pid, random seed and start time initialization.
Thomas Munro
2018-10-19
*
Improve some comments related to executor result relations.
Tom Lane
2018-10-17
*
Const-ify a few more large static tables.
Tom Lane
2018-10-17
*
Fix crash in multi-insert COPY
Peter Eisentraut
2018-10-17
*
Reorder FmgrBuiltin members, saving 25% in size.
Andres Freund
2018-10-16
*
Mark constantly allocated dest receiver as const.
Andres Freund
2018-10-16
*
Be smarter about age-counter overflow in formatting.c caches.
Tom Lane
2018-10-16
*
Avoid statically allocating formatting.c's format string caches.
Tom Lane
2018-10-16
*
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-16
*
Avoid statically allocating gmtsub()'s timezone workspace.
Tom Lane
2018-10-16
*
Correct constness of a few variables.
Andres Freund
2018-10-15
*
Move TupleTableSlots boolean member into one flag variable.
Andres Freund
2018-10-15
*
Move generic slot support functions from heaptuple.c into execTuples.c.
Andres Freund
2018-10-15
*
Move the replication lag tracker into heap memory.
Thomas Munro
2018-10-16
*
Check for stack overrun in standard_ProcessUtility().
Tom Lane
2018-10-15
*
Make spelling of "acknowledgment" consistent
Peter Eisentraut
2018-10-15
*
Use PlaceHolderVars within the quals of a FULL JOIN.
Tom Lane
2018-10-14
*
Avoid duplicate XIDs at recovery when building initial snapshot
Michael Paquier
2018-10-14
*
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-11
*
Move timeofday() implementation out of nabstime.c.
Andres Freund
2018-10-11
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Slightly correct context check for event triggers
Peter Eisentraut
2018-10-10
*
Turn transaction_isolation into GUC enum
Peter Eisentraut
2018-10-09
*
Add pg_ls_archive_statusdir function
Michael Paquier
2018-10-09
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-09
*
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-08
*
Improve snprintf.c's handling of NaN, Infinity, and minus zero.
Tom Lane
2018-10-08
*
Avoid O(N^2) cost in ExecFindRowMark().
Tom Lane
2018-10-08
*
Silence compiler warning in Assert()
Alvaro Herrera
2018-10-08
*
Track procedure calls in pg_stat_user_functions
Peter Eisentraut
2018-10-08
*
Improve two error messages related to foreign keys on partitioned tables
Michael Paquier
2018-10-08
*
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-07
*
Fix catalog insertion order for ATTACH PARTITION
Alvaro Herrera
2018-10-06
*
Fix event triggers for partitioned tables
Alvaro Herrera
2018-10-06
*
Restore sane locking behavior during parallel query.
Tom Lane
2018-10-06
*
Remove more redundant relation locking during executor startup.
Tom Lane
2018-10-06
*
Don't use is_infinite() where isinf() will do.
Tom Lane
2018-10-06
*
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-06
*
Improve the accuracy of floating point statistical aggregates.
Dean Rasheed
2018-10-06
*
Assign constraint name when cloning FK definition for partitions
Michael Paquier
2018-10-06
*
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-05
[next]