index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-01-12
psql: Improve CREATE INDEX CONCURRENTLY tab completion
Peter Eisentraut
2016-01-12
psql: Fix CREATE INDEX tab completion
Peter Eisentraut
2016-01-12
psql: Update tab completion comment
Peter Eisentraut
2016-01-12
Add new user fn pg_current_xlog_flush_location()
Simon Riggs
2016-01-12
Maintain local LogwrtResult consistently
Simon Riggs
2016-01-11
Remove no-longer-needed old-style check for incompatible plpythons.
Tom Lane
2016-01-11
Use LOAD not actual code execution to pull in plpython library.
Tom Lane
2016-01-11
Avoid dump/reload problems when using both plpython2 and plpython3.
Tom Lane
2016-01-10
Remove obsolete comment.
Robert Haas
2016-01-10
doc: Fix typo in logical decoding documentation
Peter Eisentraut
2016-01-09
Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.
Tom Lane
2016-01-09
Add some checks on "char"-type columns to type_sanity and opr_sanity.
Tom Lane
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-09
Clean up code for widget_in() and widget_out().
Tom Lane
2016-01-09
Revoke change to rmgr desc of btree vacuum
Simon Riggs
2016-01-09
Add STRICT to some C functions created by the regression tests.
Tom Lane
2016-01-09
Avoid pin scan for replay of XLOG_BTREE_VACUUM
Simon Riggs
2016-01-08
Revert "Blind attempt at a Cygwin fix"
Alvaro Herrera
2016-01-08
Blind attempt at a Cygwin fix
Alvaro Herrera
2016-01-08
Fix typo in comment
Magnus Hagander
2016-01-08
Remove reundand include of TestLib
Magnus Hagander
2016-01-07
Marginal cleanup of GROUPING SETS code in grouping_planner().
Tom Lane
2016-01-07
Delay creation of subplan tlist until after create_plan().
Tom Lane
2016-01-07
Fix order of arguments to va_start()
Alvaro Herrera
2016-01-07
Fix unobvious interaction between -X switch and subdirectory creation.
Tom Lane
2016-01-07
Add win32security to LIBOBJS
Alvaro Herrera
2016-01-07
Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.
Tom Lane
2016-01-07
pgstat: add WAL receiver status view & SRF
Alvaro Herrera
2016-01-07
Remove vestigial CHECK_FOR_INTERRUPTS call.
Tom Lane
2016-01-07
Provide more detail in postmaster log for password authentication failures.
Tom Lane
2016-01-07
Windows: Make pg_ctl reliably detect service status
Alvaro Herrera
2016-01-06
In initdb's post-bootstrap phase, drop temp tables explicitly.
Tom Lane
2016-01-06
Comment typo fix.
Tom Lane
2016-01-06
Fix typo in create_transform.sgml.
Tatsuo Ishii
2016-01-05
Add scale(numeric)
Alvaro Herrera
2016-01-05
Remove some ancient and unmaintained encoding-conversion test cruft.
Tom Lane
2016-01-05
Sort $(wildcard) output where needed for reproducible build output.
Tom Lane
2016-01-05
Make pg_receivexlog silent with 9.3 and older servers
Alvaro Herrera
2016-01-05
In opr_sanity regression test, check for unexpected uses of cstring.
Tom Lane
2016-01-05
Make the to_reg*() functions accept text not cstring.
Tom Lane
2016-01-05
Make pg_shseclabel available in early backend startup
Alvaro Herrera
2016-01-05
Add to_regnamespace() and to_regrole() to the documentation.
Tom Lane
2016-01-05
Convert psql's tab completion for backslash commands to the new style.
Tom Lane
2016-01-04
In psql's tab completion, change most TailMatches patterns to Matches.
Tom Lane
2016-01-04
Docs: provide a concrete discussion and example for RLS race conditions.
Tom Lane
2016-01-04
Adjust behavior of row_security GUC to match the docs.
Tom Lane
2016-01-04
Fix typo in comment.
Robert Haas
2016-01-04
Fix regrole and regnamespace output functions to do quoting, too.
Tom Lane
2016-01-04
Fix regrole and regnamespace types to honor quoting like other reg* types.
Tom Lane
2016-01-03
Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.
Tom Lane
[next]