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
2016-04-14
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-14
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-04-13
Avoid atomic operation in MarkLocalBufferDirty().
Andres Freund
2016-04-13
Widen amount-to-flush arguments of FileWriteback and callers.
Tom Lane
2016-04-13
Fix assorted portability issues with using msync() for data flushing.
Tom Lane
2016-04-13
Use PG_INT32_MIN instead of reiterating the constant.
Robert Haas
2016-04-12
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-12
Fix costing for parallel aggregation.
Robert Haas
2016-04-12
Remove unused function GetOldestWALSendPointer from walsender code.
Fujii Masao
2016-04-12
Redefine create_upper_paths_hook as being invoked once per upper relation.
Tom Lane
2016-04-12
Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0
Kevin Grittner
2016-04-12
Improve API of GenericXLogRegister().
Tom Lane
2016-04-12
In generic WAL application and replay, ensure page "hole" is always zero.
Tom Lane
2016-04-12
Correct copyright for newly added genericdesc.c
Stephen Frost
2016-04-12
Fix whitespace
Peter Eisentraut
2016-04-12
Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...
Tom Lane
2016-04-11
Use static inline function for BufferGetPage()
Kevin Grittner
2016-04-11
Make oldSnapshotControl a pointer to a volatile structure
Kevin Grittner
2016-04-11
Fix whitespace
Peter Eisentraut
2016-04-11
Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.
Fujii Masao
2016-04-11
Add comment about intentional fallthrough in switch.
Tom Lane
2016-04-11
Clean up foreign-key caching code in planner.
Tom Lane
2016-04-11
Avoid the use of a separate spinlock to protect a LWLock's wait queue.
Andres Freund
2016-04-11
Allow Pin/UnpinBuffer to operate in a lockfree manner.
Andres Freund
2016-04-10
Fix possible NULL dereference in ExecAlterObjectDependsStmt
Alvaro Herrera
2016-04-10
Further minor improvement in generic_xlog.c: always say REGBUF_STANDARD.
Tom Lane
2016-04-09
Micro-optimize GenericXLogFinish().
Tom Lane
2016-04-09
Get rid of GenericXLogUnregister().
Tom Lane
2016-04-09
Code review/prettification for generic_xlog.c.
Tom Lane
2016-04-09
Run pgindent on generic_xlog.c.
Tom Lane
2016-04-08
Expose more out/readfuncs support functions.
Andres Freund
2016-04-08
Create default roles
Stephen Frost
2016-04-08
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
Add authentication parameters compat_realm and upn_usename for SSPI
Magnus Hagander
2016-04-08
Fix possible use of uninitialised value in ts_headline()
Teodor Sigaev
2016-04-08
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-04-08
Add BSD authentication method.
Tom Lane
2016-04-08
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-08
Restore original tsquery operation numbering.
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
Replace printf format %i by %d
Peter Eisentraut
2016-04-08
Fix multiple bugs in tablespace symlink removal.
Tom Lane
2016-04-08
Increase maximum number of clog buffers.
Andres Freund
2016-04-08
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-08
Attempt to fix breakage due to declaration following code.
Robert Haas
2016-04-08
Set PAM_RHOST item for PAM authentication
Peter Eisentraut
2016-04-08
Rename comparePos() to compareWordEntryPos()
Teodor Sigaev
[next]