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-07-04
Add new GUC, max_worker_processes, limiting number of bgworkers.
Robert Haas
2013-07-03
Get rid of pg_class.reltoastidxid.
Fujii Masao
2013-07-03
Fix handling of auto-updatable views on inherited tables.
Tom Lane
2013-07-03
Unbreak postmaster restart-after-crash sequence
Alvaro Herrera
2013-07-02
Add support for multiple kinds of external toast datums.
Robert Haas
2013-07-02
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-01
Add a convenience routine makeFuncCall to reduce duplication.
Robert Haas
2013-07-01
Add timezone offset output option to to_char()
Bruce Momjian
2013-07-01
Optimize pglz compressor for small inputs.
Heikki Linnakangas
2013-07-01
Retry short writes when flushing WAL.
Heikki Linnakangas
2013-06-29
Inline ginCompareItemPointers function for speed.
Heikki Linnakangas
2013-06-28
Change errcode for lock_timeout to match NOWAIT
Simon Riggs
2013-06-28
ALTER TABLE ... ALTER CONSTRAINT for FKs
Simon Riggs
2013-06-28
Assert that ALTER TABLE subcommands have pass set
Simon Riggs
2013-06-28
Send SIGKILL to children if they don't die quickly in immediate shutdown
Alvaro Herrera
2013-06-28
Make the OVER keyword unreserved.
Robert Haas
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
[next]