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-01-22
Transaction control in PL procedures
Peter Eisentraut
2018-01-21
Support huge pages on Windows
Magnus Hagander
2018-01-20
Suppress possibly-uninitialized-variable warnings.
Tom Lane
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
Fix CompareIndexInfo's attnum comparisons
Alvaro Herrera
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-19
Local partitioned indexes
Alvaro Herrera
2018-01-19
Fix StoreCatalogInheritance1 to use 32bit inhseqno
Alvaro Herrera
2018-01-19
Transfer state pertaining to pending REINDEX operations to workers.
Robert Haas
2018-01-19
Fix typo in recent commit
Simon Riggs
2018-01-19
Update comment
Peter Eisentraut
2018-01-17
Reorder C includes
Bruce Momjian
2018-01-17
Remove useless lookup of root partitioned rel in ExecInitModifyTable().
Tom Lane
2018-01-17
Ability to advance replication slots
Simon Riggs
2018-01-17
Centralize json and jsonb handling of datetime types
Andrew Dunstan
2018-01-16
Remove useless use of bit-masking macros
Peter Eisentraut
2018-01-12
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
Fix incorrect handling of subquery pullup in the presence of grouping sets.
Tom Lane
2018-01-12
Remove hard-coded schema knowledge about pg_attribute from genbki.pl
Alvaro Herrera
2018-01-12
C comment: fix "the the" mentions in C comments
Bruce Momjian
2018-01-11
Add QueryEnvironment to ExplainOneQuery_hook's parameter list.
Tom Lane
2018-01-11
Fix Latin spelling
Peter Eisentraut
2018-01-10
Revert "Move portal pinning from PL/pgSQL to SPI"
Peter Eisentraut
2018-01-10
Remove dubious micro-optimization in ckpt_buforder_comparator().
Tom Lane
2018-01-10
Add missing "return" statement to accumulate_append_subpath.
Robert Haas
2018-01-10
Move portal pinning from PL/pgSQL to SPI
Peter Eisentraut
2018-01-10
Give more accurate error message for dropping pinned portal
Peter Eisentraut
2018-01-09
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-09
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
Implement TZH and TZM timestamp format patterns
Andrew Dunstan
2018-01-09
Remove PortalGetQueryDesc()
Peter Eisentraut
2018-01-09
Update portal-related memory context names and API
Peter Eisentraut
2018-01-09
Rewrite list_qsort() to avoid trashing its input list.
Tom Lane
2018-01-09
Improve the heuristic for ordering child paths of a parallel append.
Tom Lane
2018-01-09
While waiting for a condition variable, detect postmaster death.
Tom Lane
2018-01-09
Fix race condition during replication origin drop.
Tom Lane
2018-01-09
Allow ConditionVariable[PrepareTo]Sleep to auto-switch between CVs.
Tom Lane
2018-01-09
Don't allow VACUUM VERBOSE ANALYZE VERBOSE.
Robert Haas
2018-01-09
Fix comment.
Robert Haas
2018-01-08
Cosmetic improvements in condition_variable.[hc].
Tom Lane
2018-01-08
Improve error detection capability in proclists.
Tom Lane
2018-01-08
Back off chattiness in RemovePgTempFiles().
Tom Lane
2018-01-06
Add TIMELINE to backup_label file
Simon Riggs
2018-01-06
Default monitoring roles - errata
Simon Riggs
2018-01-06
Remove return values of ConditionVariableSignal/Broadcast.
Tom Lane
2018-01-06
Reorder steps in ConditionVariablePrepareToSleep for more safety.
Tom Lane
2018-01-06
Rewrite ConditionVariableBroadcast() to avoid live-lock.
Tom Lane
2018-01-05
Factor error generation out of ExecPartitionCheck.
Robert Haas
2018-01-05
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
[next]