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
2013-06-28
Track spinlock delay in microsecond granularity.
Heikki Linnakangas
2013-06-27
Permit super-MaxAllocSize allocations with MemoryContextAllocHuge().
Noah Misch
2013-06-27
Cooperate with the Valgrind instrumentation framework.
Noah Misch
2013-06-26
Refactor aset.c and mcxt.c in preparation for Valgrind cooperation.
Noah Misch
2013-06-26
Initialize pad bytes in GinFormTuple().
Noah Misch
2013-06-26
Renovate display of non-ASCII messages on Windows.
Noah Misch
2013-06-25
Avoid inconsistent type declaration
Alvaro Herrera
2013-06-25
Support clean switchover.
Fujii Masao
2013-06-24
Reverting previous commit, pending investigation
Simon Riggs
2013-06-24
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-24
Translation updates
Peter Eisentraut
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-21
Clarify terminology standalone backend vs. single-user mode
Peter Eisentraut
2013-06-19
Support TB (terabyte) memory unit in GUC variables.
Fujii Masao
2013-06-17
Add buffer_std flag to MarkBufferDirtyHint().
Jeff Davis
2013-06-15
Use WaitLatch, not pg_usleep, for delaying in pg_sleep().
Tom Lane
2013-06-15
Use SA_RESTART for all signals, including SIGALRM.
Tom Lane
2013-06-14
Avoid deadlocks during insertion into SP-GiST indexes.
Tom Lane
2013-06-14
Remove special-case treatment of LOG severity level in standalone mode.
Tom Lane
2013-06-14
Refactor checksumming code to make it easier to use externally.
Tom Lane
2013-06-13
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-06-12
Avoid reading past datum end when parsing JSON.
Noah Misch
2013-06-12
Avoid reading below the start of a stack variable in tokenize_file().
Noah Misch
2013-06-12
Don't pass oidvector by value.
Noah Misch
2013-06-12
Observe array length in HaveVirtualXIDsDelayingChkpt().
Noah Misch
2013-06-12
Don't use ordinary NULL-terminated strings as Name datums.
Noah Misch
2013-06-12
Improve updatability checking for views and foreign tables.
Tom Lane
2013-06-12
Fix unescaping of JSON Unicode escapes, especially for non-UTF8.
Andrew Dunstan
2013-06-11
Fix cache flush hazard in cache_record_field_properties().
Tom Lane
2013-06-09
Remove unnecessary restrictions about RowExprs in transformAExprIn().
Tom Lane
2013-06-09
Remove ALTER DEFAULT PRIVILEGES' requirement of schema CREATE permissions.
Tom Lane
2013-06-09
Remove fixed limit on the number of concurrent AllocateFile() requests.
Tom Lane
2013-06-08
Don't downcase non-ascii identifier chars in multi-byte encodings.
Andrew Dunstan
2013-06-08
Handle Unicode surrogate pairs correctly when processing JSON.
Andrew Dunstan
2013-06-06
Fix typo in comment.
Heikki Linnakangas
2013-06-06
Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.
Robert Haas
2013-06-06
Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.
Tom Lane
2013-06-06
Update SQL features list
Peter Eisentraut
2013-06-05
Put analyze_keyword back in explain_option_name production.
Tom Lane
2013-06-04
Provide better message when CREATE EXTENSION can't find a target schema.
Tom Lane
2013-06-04
Fix memory leak in LogStandbySnapshot().
Tom Lane
2013-06-03
Put back allow_system_table_mods check in heap_create().
Heikki Linnakangas
2013-06-03
Additional spelling corrections
Stephen Frost
2013-06-03
Code review of recycling WAL segments in a restartpoint.
Heikki Linnakangas
2013-06-03
Allow type_func_name_keywords in some places where they weren't before.
Tom Lane
2013-06-01
Minor spelling fixes
Stephen Frost
2013-06-01
Post-pgindent cleanup
Stephen Frost
2013-06-01
Don't emit non-canonical empty arrays in array_remove().
Noah Misch
2013-05-31
Remove whitespace from end of lines
Peter Eisentraut
2013-05-31
Minor spell checking
Peter Eisentraut
[next]