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
2016-04-11
Fix poorly thought-through code from commit 5c3c3cd0a3046339.
Tom Lane
2016-04-11
pg_dump: add missing "destroyPQExpBuffer(query)" in dumpForeignServer().
Tom Lane
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
Fix access-to-already-freed-memory issue in plpython's error handling.
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
Fix PL/Python ereport() test to work on Python 2.3.
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-09
Fix typo in C comment.
Kevin Grittner
2016-04-09
Turn special page pointer validation to static inline function
Kevin Grittner
2016-04-09
Move \crosstabview regression tests to a separate file
Alvaro Herrera
2016-04-08
Support \crosstabview in psql
Alvaro Herrera
2016-04-08
Add snapshot_too_old to NSVC @contrib_excludes
Kevin Grittner
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
Fix improper usage of 'dump' bitmap
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
In dumpTable, re-instate the skipping logic
Stephen Frost
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
Fix unstable regression test output.
Tom Lane
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
Silence warning from modern perl about unescaped braces
Andrew Dunstan
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
Replace printf format %i by %d
Peter Eisentraut
2016-04-08
Turn down MSVC compiler verbosity
Andrew Dunstan
2016-04-08
Fix multiple bugs in tablespace symlink removal.
Tom Lane
2016-04-08
Enhanced custom error in PLPythonu
Teodor Sigaev
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
2016-04-08
Add regression tests for multiple synchronous standbys.
Fujii Masao
2016-04-08
Use quicksort, not replacement selection, for external sorting.
Robert Haas
2016-04-08
Extend relations multiple blocks at a time to improve scalability.
Robert Haas
2016-04-08
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2016-04-07
GRANT rights to CURRENT_USER instead of adding roles
Stephen Frost
[next]