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
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-09
Fix ECPG compiler warning.
Robert Haas
2013-11-08
Fix race condition in GIN posting tree page deletion.
Heikki Linnakangas
2013-11-08
Fix pg_isolation_regress to work outside its build directory.
Robert Haas
2013-11-08
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-08
Make contain_volatile_functions/contain_mutable_functions look into SubLinks.
Tom Lane
2013-11-08
Fix subtly-wrong volatility checking in BeginCopyFrom().
Tom Lane
2013-11-08
Make LOCK_PRINT & PROCLOCK_PRINT expand to ((void) 0) when not in use.
Tom Lane
2013-11-07
Silence benign warnings from clang version 3.0-6ubuntu3.
Kevin Grittner
2013-11-07
Prevent display of dropped columns in row constraint violation messages.
Tom Lane
2013-11-07
Fix generation of MergeAppend plans for optimized min/max on expressions.
Tom Lane
2013-11-07
Fix setting of right bound at GIN page split.
Heikki Linnakangas
2013-11-07
Add #ifdef guards for some POSIX error symbols that Windows doesn't like.
Tom Lane
2013-11-06
Be more robust when strerror() doesn't give a useful result.
Tom Lane
2013-11-06
Support default arguments and named-argument notation for window functions.
Tom Lane
2013-11-06
Keep heap open until new heap generated in RMV.
Kevin Grittner
2013-11-06
Fix missing argument and function prototypes.
Heikki Linnakangas
2013-11-06
Misc GIN refactoring.
Heikki Linnakangas
2013-11-06
Improve the error message given for modifying a window with frame clause.
Tom Lane
2013-11-05
Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.
Tom Lane
2013-11-05
Lock relation used to generate fresh data for RMV.
Kevin Grittner
2013-11-05
Fix some obsolete information in src/backend/optimizer/README.
Tom Lane
2013-11-04
Fix breakage of MV column name list usage.
Kevin Grittner
2013-11-04
Fix format code used to print dsm request sizes.
Robert Haas
2013-11-04
Fix parsing of xlog file name in pg_receivexlog.
Heikki Linnakangas
2013-11-03
Get rid of more cases of the "must detoast before output function" meme.
Tom Lane
2013-11-03
Prevent memory leaks from accumulating across printtup() calls.
Tom Lane
2013-11-03
Changed test case slightly so it doesn't have an unused typedef.
Michael Meskes
2013-11-03
Acquire appropriate locks when rewriting during RMV.
Kevin Grittner
2013-11-02
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-11-02
Retry after buffer locking failure during SPGiST index creation.
Tom Lane
2013-11-01
Ensure all files created for a single BufFile have the same resource owner.
Tom Lane
2013-11-01
Remove CTimeZone/HasCTZSet, root and branch.
Tom Lane
2013-11-01
Remove internal uses of CTimeZone/HasCTZSet.
Tom Lane
2013-11-01
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-30
Avoid too-large shift on 32-bit Windows.
Robert Haas
2013-10-29
Fix old typo in comment.
Tom Lane
2013-10-29
Prevent using strncpy with src == dest in TupleDescInitEntry.
Tom Lane
2013-10-28
Modify dynamic shared memory code to use Size rather than uint64.
Robert Haas
2013-10-28
Improve documentation about usage of FDW validator functions.
Tom Lane
2013-10-28
Add large object functions catering to SQL callers.
Noah Misch
2013-10-26
Use unaligned output in selected regression queries to reduce diff noise.
Tom Lane
2013-10-25
Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently.
Tom Lane
2013-10-25
Suppress -0 in the C field of lines computed by line_construct_pts().
Tom Lane
2013-10-25
Revert "Tweak "line" test to avoid negative zeros on some platforms"
Tom Lane
2013-10-25
Tweak "line" test to avoid negative zeros on some platforms
Peter Eisentraut
2013-10-25
Ignore SIGSYS during initdb.
Tom Lane
2013-10-25
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-10-24
Increase the number of different values used when seeding random().
Heikki Linnakangas
[next]