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
Age
Commit message (
Expand
)
Author
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
Make PostgresNode.pm's poll_query_until() more chatty about failures.
Tom Lane
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-16
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-15
Check for stack overrun in standard_ProcessUtility().
Tom Lane
2018-10-15
pgbench: Report errors during run better
Peter Eisentraut
2018-10-15
Make spelling of "acknowledgment" consistent
Peter Eisentraut
2018-10-14
Make some subquery-using test cases a bit more robust.
Tom Lane
2018-10-14
Use PlaceHolderVars within the quals of a FULL JOIN.
Tom Lane
2018-10-14
Clean up/tighten up coercibility checks in opr_sanity regression test.
Tom Lane
2018-10-14
Avoid duplicate XIDs at recovery when building initial snapshot
Michael Paquier
2018-10-12
Another round of portability hacking on ECPG regression tests.
Tom Lane
2018-10-12
Simplify use of AllocSetContextCreate() wrapper macro.
Tom Lane
2018-10-12
Remove dead reference to ecpg resultmap file.
Tom Lane
2018-10-12
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
Make float exponent output on Windows look the same as elsewhere.
Tom Lane
2018-10-12
Add TAP tests for pg_verify_checksums
Michael Paquier
2018-10-11
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-11
Remove timetravel extension.
Andres Freund
2018-10-11
Move timeofday() implementation out of nabstime.c.
Andres Freund
2018-10-10
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
Test that event triggers work in functions and procedures
Peter Eisentraut
2018-10-09
Turn transaction_isolation into GUC enum
Peter Eisentraut
2018-10-09
Make src/common/exec.c's error logging less ugly.
Tom Lane
2018-10-09
Remove no-longer-needed variant expected regression result files.
Tom Lane
2018-10-09
Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.
Tom Lane
2018-10-09
Add pg_ls_archive_statusdir function
Michael Paquier
2018-10-08
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-08
Fix omissions in snprintf.c's coverage of standard *printf functions.
Tom Lane
2018-10-08
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
Fix speling error
Magnus Hagander
2018-10-07
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
[next]