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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-17
Remove obsolete comment.
Tom Lane
2016-07-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
Correctly dump database and tablespace ACLs
Stephen Frost
2016-07-16
Improve test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
Add regression test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
Fix crash in close_ps() for NaN input coordinates.
Tom Lane
2016-07-16
Advance PG_CONTROL_VERSION.
Tom Lane
2016-07-15
Fix torn-page, unlogged xid and further risks from heap_update().
Andres Freund
2016-07-15
Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.
Andres Freund
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-15
Fix parsing NOT sequence in tsquery
Teodor Sigaev
2016-07-15
Fix nested NOT operation cleanup in tsquery.
Teodor Sigaev
2016-07-14
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
Remove reference to range mode in pg_xlogdump error
Magnus Hagander
2016-07-13
Minor test adjustment.
Tom Lane
2016-07-13
Add a regression test case to improve code coverage for tuplesort.
Tom Lane
2016-07-12
Add serial comma and quoting to message
Peter Eisentraut
2016-07-12
Put some things in a better order in psql help
Peter Eisentraut
2016-07-12
Allow IMPORT FOREIGN SCHEMA within pl/pgsql.
Tom Lane
2016-07-11
Print a given subplan only once in EXPLAIN.
Tom Lane
2016-07-11
Improve output of psql's \df+ command.
Tom Lane
2016-07-11
Add missing newline in error message
Magnus Hagander
2016-07-11
Fix start WAL filename for concurrent backups from standby
Magnus Hagander
2016-07-10
Revert "Add some temporary code to record stack usage at server process exit."
Tom Lane
2016-07-09
Fix TAP tests and MSVC scripts for pathnames with spaces.
Tom Lane
2016-07-09
Improve recording of IA64 stack data.
Tom Lane
2016-07-08
Add more temporary code to record stack usage at server process exit.
Tom Lane
2016-07-08
Add some temporary code to record stack usage at server process exit.
Tom Lane
2016-07-07
Fix typo in comment.
Robert Haas
2016-07-07
Properly adjust pointers when tuples are moved during CLUSTER.
Robert Haas
2016-07-07
Fix a prototype which is inconsistent with the function definition.
Robert Haas
2016-07-07
Clarify resource utilization of parallel query.
Robert Haas
2016-07-07
Reduce stack space consumption in tzload().
Tom Lane
2016-07-07
Rename pg_stat_wal_receiver.conn_info to conninfo.
Fujii Masao
2016-07-06
Fix typos
Peter Eisentraut
2016-07-06
Fix typo in comment.
Fujii Masao
2016-07-04
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-07-03
Typo fix.
Tom Lane
2016-07-03
Allow RTE_SUBQUERY rels to be considered parallel-safe.
Tom Lane
2016-07-03
Fix up parallel-safety marking for appendrels.
Tom Lane
2016-07-03
Allow treating TABLESAMPLE scans as parallel-safe.
Tom Lane
2016-07-03
Set correct cost data in Gather node added by force_parallel_mode.
Tom Lane
2016-07-03
Round rowcount estimate for a partial path to an integer.
Tom Lane
2016-07-02
PL/Python: Report argument parsing errors using exceptions
Peter Eisentraut
2016-07-02
Fix failure to mark all aggregates with appropriate transtype.
Tom Lane
2016-07-01
Fix some interrelated planner issues with initPlans and Param munging.
Tom Lane
2016-07-01
Improve WritebackContextInit() comment and prototype argument names.
Andres Freund
[next]