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
/
backend
Age
Commit message (
Expand
)
Author
2018-06-18
Remove obsolete prohibition on function name matching a column name.
Tom Lane
2018-06-18
Consider syntactic form when disambiguating function vs column reference.
Tom Lane
2018-06-18
Prevent hard failures of standbys caused by recycled WAL segments
Michael Paquier
2018-06-17
Suppress -Wshift-negative-value warnings.
Tom Lane
2018-06-16
Fix some minor error-checking oversights in ParseFuncOrColumn().
Tom Lane
2018-06-16
Remove AELs from subxids correctly on standby
Simon Riggs
2018-06-16
Fix memory leak in BufFileCreateShared().
Tatsuo Ishii
2018-06-15
Fix off-by-one bug in XactLogCommitRecord
Alvaro Herrera
2018-06-15
Fix memory leak.
Tatsuo Ishii
2018-06-14
Fail BRIN control functions during recovery explicitly
Alvaro Herrera
2018-06-14
Remove spurious code comments in standby related code
Simon Riggs
2018-06-14
Remove cut-off bug from RunningTransactionData
Simon Riggs
2018-06-13
Code review for match_clause_to_partition_key().
Tom Lane
2018-06-13
Fix some ill-chosen names for globally-visible partition support functions.
Tom Lane
2018-06-13
Fix up run-time partition pruning's use of relcache's partition data.
Tom Lane
2018-06-12
Fix bugs in vacuum of shared rels, by keeping their relcache entries current.
Andres Freund
2018-06-12
Convert debug message from ereport to elog
Peter Eisentraut
2018-06-11
Fix access to just-closed relcache entry.
Tom Lane
2018-06-12
Fix oversight from 9e149c8 with spin-lock handling
Michael Paquier
2018-06-11
Improve ExecFindInitialMatchingSubPlans's subplan renumbering logic.
Tom Lane
2018-06-11
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-11
Don't needlessly check the partition contraint twice
Alvaro Herrera
2018-06-11
Fix run-time partition pruning code to handle NULL values properly.
Tom Lane
2018-06-11
Make new error code name match SQL standard more closely
Peter Eisentraut
2018-06-11
Fix a couple of bugs with replication slot advancing feature
Michael Paquier
2018-06-10
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-06-10
Fix and document lock handling for in-memory replication slot data
Michael Paquier
2018-06-10
Limit Parallel Hash's bucket array to MaxAllocSize.
Thomas Munro
2018-06-09
Fix typo in JIT README.
Peter Geoghegan
2018-06-08
Teach SHOW ALL to honor pg_read_all_settings membership
Alvaro Herrera
2018-06-08
Fix typo
Peter Eisentraut
2018-06-07
Add missing serial commas
Peter Eisentraut
2018-06-07
Exclude VACUUMs from RunningXactData
Simon Riggs
2018-06-07
Fix typo in README
Magnus Hagander
2018-06-07
Fix obsolete comment.
Heikki Linnakangas
2018-06-06
Fix function code in error report
Alvaro Herrera
2018-06-04
Fix spurious non-ASCII bytes
Peter Eisentraut
2018-06-04
Fix typo
Peter Eisentraut
2018-05-31
Reconcile nodes/*funcs.c with PostgreSQL 11 work.
Noah Misch
2018-05-30
Move _bt_upgrademetapage() into critical section.
Teodor Sigaev
2018-05-28
Initialize new jsonb iterator to zero
Peter Eisentraut
2018-05-27
Avoid use of unportable hex constant in convutils.pm
Andrew Dunstan
2018-05-27
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-24
Improve English wording of some other getObjectDescription() messages.
Tom Lane
2018-05-24
Improve translatability of some getObjectDescription() messages.
Tom Lane
2018-05-24
Fix objectaddress.c code for publication relations.
Tom Lane
2018-05-24
Properly schema-qualify additional object types in getObjectDescription().
Tom Lane
2018-05-23
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
[next]