index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
*
Correct copyright for newly added genericdesc.c
Stephen Frost
2016-04-12
*
Fix whitespace
Peter Eisentraut
2016-04-11
*
Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...
Tom Lane
2016-04-11
*
Fix two places that thought Windows64 is indicated by WIN64 macro.
Tom Lane
2016-04-11
*
Fix freshly-introduced PL/Python portability bug.
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
*
Prefix RLS regression test roles with 'regress_'
Stephen Frost
2016-04-11
*
Add directory created during build to gitignore
Peter Eisentraut
2016-04-11
*
Fix missing "volatile" in PLy_output().
Tom Lane
2016-04-11
*
cpluspluscheck: Update include path
Peter Eisentraut
2016-04-11
*
Fix documented return type of pg_logical_emit_message() in func.sgml.
Fujii Masao
2016-04-11
*
Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.
Fujii Masao
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-10
*
Clean up foreign-key caching code in planner.
Tom Lane
2016-04-10
*
Fix access-to-already-freed-memory issue in plpython's error handling.
Tom Lane
2016-04-10
*
Avoid the use of a separate spinlock to protect a LWLock's wait queue.
Andres Freund
2016-04-10
*
Allow Pin/UnpinBuffer to operate in a lockfree manner.
Andres Freund
2016-04-10
*
Improve contrib/bloom regression test using code coverage info.
Tom Lane
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-10
*
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
*
Get rid of blinsert()'s use 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
*
Fix output of regression test of contrib/tsearch2
Teodor Sigaev
2016-04-08
[prev]
[next]